Can anyone tell me why this doesn't counter a mummy's curse of missing most of the time?
interation_standard.txt
[spoiler][INTERACTION:ANTICURSE]
[I_SOURCE:CREATURE_ACTION]
[I_TARGET:A:CREATURE]
[IT_LOCATION:CONTEXT_CREATURE]
[I_EFFECT:ADD_SYNDROME]
[IE_TARGET:A]
[IE_IMMEDIATE]
[IE_ARENA_NAME:anticurse]
[SYNDROME]
[SYN_CLASS:anticurse]
[CE_SKILL_ROLL_ADJUST:PERC:150:PERC_ON:100:START:0:END:99999]
creature_standard.txt
[CAN_DO_INTERACTION:ANTICURSE]
[CDI:ADV_NAME:Remove curse]
[CDI:USAGE_HINT:FLEEING]
[CDI:TARGET:A:SELF_ONLY]
[CDI:VERB:counter the curse:counters the curse:NA]
[CDI:FREE_ACTION]
[CDI:WAIT_PERIOD:1]
I can't find the mummy curse interaction anywhere to just make something immune to it there. If anyone knows where that is it would be even more helpful. Thanks in advance.
It's generated in the world, but an example of it's in interaction_disturbance.txt in the interaction examples folder.
As to why it might not work, some tags when added to a creature, can't be gotten rid of. I've tried to make animated corpses vulnerable to syndromes, and they ignore it, I've also tried to get syndromes to end early with no success.
[/quote]
I noticed the mummy reaction example but just assumed it wasn't the actual one used in the game because it said example. If it's made during the world gen I guess it probably isn't possible to do anything about it. I suppose I'll just have to send in some companions as curse sponges. Thanks for the reply though.[/spoiler]
[/quote]My guess would be that any parameter cannot be changed by two effects at a time, just like with body transformations. I'd suggest countering it with adjusting physical attributes directly or with all-targeting-insta-death paralyze spell
I've tried to make animated corpses vulnerable to syndromes, and they ignore it
Zombies aren't fully legit creatures as far as i get it, interactions requiring [not_living] or [opposed_to_life] can't target them for some reason. I guess they're some weird mix of procedurally generating a creature and changing the raws with their actual raws stored out of reach of syndromes.