I'm making the avatar of armok from the wiki stronger but, I ran into a bit of a snag, a plague breathe attack is not working, I know why I just can't fix it. Its failing for one of two reasons, they are as follows
1.The syndrome must be injected which does not work for breathe attacks
or
2.I'm using Trailing Vapor flow when I should be using something else
The syndrome
[USE_MATERIAL_TEMPLATE:POISON:CREATURE_EXTRACT_TEMPLATE]
[STATE_NAME:ALL_SOLID:touch of death]
[STATE_ADJ:ALL_SOLID:touch of death]
[STATE_NAME:LIQUID:touch of death]
[STATE_ADJ:LIQUID:touch of death]
[STATE_NAME:GAS:touch of death]
[STATE_ADJ:GAS:touch of death]
[PREFIX:NONE]
[ENTERS_BLOOD]
[SYNDROME]
[SYN_NAME:curse of the blood god]
[SYN_AFFECTED_CLASS:GENERAL_POISON]
[SYN_IMMUNE_CREATURE:ARMOK:ALL]
[SYN_INJECTED]
[CE_NECROSIS:SEV:1000:PROB:100:BP:BY_CATEGORY:ALL:ALL:START:3:PEAK:60:END:1200]
[CE_IMPAIR_FUNCTION:SEV:100:PROB:100:LOCALIZED:VASCULAR_ONLY:START:3:PEAK:1000:END:2000]
[CE_PARALYSIS:SEV:100:PROB:100:LOCALIZED:VASCULAR_ONLY:START:3:PEAK:1000:END:2000]
[CE_PAIN:SEV:100:PROB:100:LOCALIZED:VASCULAR_ONLY:START:3:PEAK:1000:END:2000]
The attack
[CAN_DO_INTERACTION:MATERIAL_EMISSION]
[CDI:ADV_NAME:The Plague]
[CDI:USAGE_HINT:ATTACK]
[CDI:BP_REQUIRED:BY_CATEGORY:MOUTH]
[CDI:MATERIAL:LOCAL_CREATURE_MAT:touch of death:TRAILING_VAPOR_FLOW]
[CDI:TARGET:C:LINE_OF_SIGHT]
[CDI:TARGET_RANGE:C:15]
[CDI:MAX_TARGET_NUMBER:C:1]
[CDI:WAIT_PERIOD:1]