Heroes of Hammerwatch

Heroes of Hammerwatch

Heroes of Hammerwatch Workshop
Here you can find mods and translations for Heroes of Hammerwatch created by the community.
Learn More
[Modding help?] Stat-boosting effects with Accomplishments
After quietly dabbling with making mods mostly based around changing the balancing, I've noticed that you can add effects to guild titles (i.e. adding a flat gold bonus per title) in the exact same way as class titles, so via the .sval files in the tweak/titles folder.

I've tried a few times over with different approaches to get a similar thing to work with accomplishments (i.e. the "Blockers" accomplishments gives a bit of armor for the whole guild), but due to the way how that is structured in contrast to any kind of title, I struggle to find a way to get that to work.

I tried to look into various files such as Player.as (in scripts/Data/) or PlayerRecord.as (in Behaviors/Actors/Player/), or even Accomplishments.as and Stats.as (in scripts/GUI/GuildHall)... but it's clear I don't know enough to confidently change a loader to support this kind of thing.

Is it possible to even do something like this?