Darkest Dungeon®

Darkest Dungeon®

View Stats:
hulen_mark Dec 12, 2019 @ 1:31pm
multi target heroes script
Hello, just started modding and have a couple questions

To change a ability target from single hero select to multi hero what is the placement of the ~ is it before or after the @ symbol?

Basically is it .target @~1234 or .target ~@1234

Also if I wanted to add a stress heal onto a healing action what would the script look like? Do I need to add it as a "effect" and or do you just add a .healstress XX to the ability line?


thanks
Last edited by hulen_mark; Dec 12, 2019 @ 1:37pm
< >
Showing 1-8 of 8 comments
sasiji Dec 12, 2019 @ 2:54pm 
1)
Order of any symbol isnt important,
You can make @~1234, 1234@~, ~@4321 or even things like 2@43~1
everything will work exactly in the same way.

2)
In <hero_id>.info.darkest
you can find how skills looks like.
part that interest you is:
.effect
there you can add effects you want.

<prefix>.effects.darkest
there you can make effects itself

so basically in effects file you write heal effect and stress heal effect
and then in hero info you write in it skill .effect "heal effect id" "stress heal effect id"
sasiji Dec 12, 2019 @ 2:59pm 
Also steam forum isn't best place to get modding advices.

https://discord.gg/yyJXZct

this is place where exist most of modding community of this game
including persons like Marvin Seo, Muscarine, Von Krolock, Mhnlo or O'Nightmare
(known names as advert)

There is special modding section (modding help and modding discussion)
where all modders (begginers are expetially welcome) can talk and ask.
hulen_mark Dec 12, 2019 @ 3:01pm 
Thanks for the reply, I looked under the .effects file and it appears there is already a heal stress effect there. so I will add it to the lines I want and see how it works.

again thanks! First time modding, it actually is as fun as the game ittself.
hulen_mark Dec 12, 2019 @ 3:02pm 
I noticed that, lots of people asking for mods, but not making them, I use some mods, but they never were exactly what I wanted, so figured I would give this a go.
sasiji Dec 12, 2019 @ 3:04pm 
Yea messing with stuffs is fun.
It don't require andy coding skill to start so is
nice i think.
https://steamcommunity.com/sharedfiles/filedetails/?id=1095670238

this is list of effects and buffs
have fun :steamhappy:
sasiji Dec 12, 2019 @ 3:05pm 
A lot of people making mods.

Just Steam forum is desert in term of activity :steamsad:
sasiji Dec 12, 2019 @ 3:08pm 
Also highly recommend to have own files with mod effects/buffs etc if possible.
so make
hulen_mark.effects.darkest
so you wont require reinstal game if you mess something too much:steamhappy:
hulen_mark Dec 12, 2019 @ 3:12pm 
yea... I found that out the hard way.....:lunar2019madpig:

got a marks mods file now....:steamhappy:

again thanks for the advice!:cozyspaceengineersc:
< >
Showing 1-8 of 8 comments
Per page: 1530 50

Date Posted: Dec 12, 2019 @ 1:31pm
Posts: 8