STEAM GROUP
Darkest Dungeon - Workshop DD-Workshop
STEAM GROUP
Darkest Dungeon - Workshop DD-Workshop
54
IN-GAME
553
ONLINE
Founded
29 November, 2016
Znailla 3 Apr, 2021 @ 4:49pm
[SOLVED] AI targeting hero at Death's Door
I'm trying to add an enemy that is forced to use a specific skill when a hero has the "Deaths Door" status with the death doored hero as target.

I know that "effect_key_status_skill" exits but I don't know if or how you can apply it to "deaths door" instead of "tagged" or "bleeding".

TLDR: Is there a keyword for "at deaths door" which can be used by enemy AI?
Last edited by Znailla; 6 May, 2022 @ 4:09pm
< >
Showing 1-1 of 1 comments
Znailla 6 May, 2022 @ 4:06pm 
Solved!
For anyone intrested in the solution:
{ "type": "effect_key_status_skill", "data": { "base_chance": 100000.0, "effect_key_status": "deaths_door", "can_target_deaths_door": true, "combat_skill_id": "skillname" } },

Should have been obvious...
Last edited by Znailla; 6 May, 2022 @ 4:10pm
< >
Showing 1-1 of 1 comments
Per page: 1530 50