STEAM GROUP
Darkest Dungeon - Workshop DD-Workshop
STEAM GROUP
Darkest Dungeon - Workshop DD-Workshop
87
IN-GAME
611
ONLINE
Founded
29 November, 2016
All Discussions > Help & Support > Topic Details
RestheJackal 23 Apr, 2017 @ 3:50pm
Where is the Move Resist?
I've been looking all over the base effects file and the hero files, but I can't find a reference for it. I'm buffing up skills with extra effects, and having a Move Resistance buff would be nice.
I'm pretty sure i'd have to create my own custom thing (i've done the same with ACC/SPD/DEF buffs) but I have no idea how to set it up. Any help would be appreciated :)
< >
Showing 1-2 of 2 comments
Kinnex 17 Aug, 2017 @ 3:13pm 
Here is the effect string from the Leper sklill Solemnity.

effect: .name "Leper Resist Buff 1" .target "performer" .chance 100% .buff_ids leper_blight_resist leper_bleed_resist leper_debuff_resist leper_move_resist .on_hit true .queue true

That gives +25% resist Bleed, Blight, Debuff, and Move. Sadly, I could not find anywhere in the effects where it actually spells out the 25% value -- or how to set a specific value. You could use this to at least get 25% though.

Update:
You can also call buffs in "DarkestDungeon\shared\buffs\base.buffs.json" file by using the ID's. Just search the file for MOVE (all caps) and you will find the ID names.
Last edited by Kinnex; 17 Aug, 2017 @ 5:38pm
RestheJackal 17 Aug, 2017 @ 11:30pm 
ah, thank you. I ended up creating my own buffs after taking the move resist from a trinket. either way, thanks for the help :)
< >
Showing 1-2 of 2 comments
Per page: 1530 50

All Discussions > Help & Support > Topic Details