I'm working on a creature that has an "aura", targeting all corpses within range as a free action. It also slightly hinders the living as well.
I can get the hindering part to work, although it's not used constantly. I can't get the animating part to work at all though.
Interaction:
[INTERACTION:DEATHAURA]
[I_SOURCE:CREATURE_ACTION]
[I_TARGET:A:CREATURE]
[IT_LOCATION:CONTEXT_CREATURE]
[I_EFFECT:ADD_SYNDROME]
[IE_TARGET:A]
[IE_IMMEDIATE]
[SYNDROME]
[CE_NAUSEA:SEV:50:PROB:100:START:0:PEAK:0:END:100]
[CE_PAIN:SEV:50:PROB:100:BP:BY_CATEGORY:ALL:START:0:PEAK:0:END:100]
[I_TARGET:B:CORPSE]
[IT_LOCATION:CONTEXT_ITEM]
[IT_REQUIRES:FIT_FOR_ANIMATION]
[IT_FORBIDDEN:NOT_LIVING]
[I_EFFECT:ANIMATE]
[IE_IMMEDIATE]
[SYNDROME]
[CE_FLASH_TILE:TILE:165:3:0:0:FREQUENCY:2000:1000:START:0]
[CE_ADD_TAG:NO_AGING:STERILE:NOT_LIVING:OPPOSED_TO_LIFE:EXTRAVISION:NOEXERT:NOPAIN:NOBREATHE:NOSTUN:NONAUSEA:NO_DIZZINESS:NO_FEVERS:NOEMOTION:PARALYZEIMMUNE:NOFEAR:NO_EAT:NO_DRINK:NO_SLEEP:NO_PHYS_ATT_GAIN:NO_PHYS_ATT_RUST:NOTHOUGHT:NO_THOUGHT_CENTER_FOR_MOVEMENT:NO_CONNECTIONS_FOR_MOVEMENT:START:0]
[CE_REMOVE_TAG:HAS_BLOOD:TRANCES:MORTAL:MISCHIEVIOUS:START:0]
CDI:
[CAN_DO_INTERACTION:DEATHAURA]
[CDI:ADV_NAME:Aura of Death]
[CDI:USAGE_HINT:MAJOR_CURSE]
[CDI:TARGET:A:LINE_OF_SIGHT]
[CDI:TARGET_RANGE:A:21]
[CDI:MAX_TARGET_NUMBER:A:ALL]
[CDI:TARGET_VERB:Feel uneasy:Feels uneasy]
[CDI:TARGET:B:LINE_OF_SIGHT]
[CDI:TARGET_RANGE:B:21]
[CDI:MAX_TARGET_NUMBER:B:ALL]
[CDI:TARGET_VERB:are animated:is animated]
[CDI:FREE_ACTION]
[CDI:WAIT_PERIOD:1]
I've based the animation part off of what I could find here, although all I could find were questions asking about it, not any answers. So it's possible I missed something there.
I've tried changing the target of the animation part to B, as seen above. But still nothing.
I do know that the spell is trying to animate the living. So maybe I can't make an interaction affect more than one type of target?