Hey,
I ran my parser through the PA raws, and man, was I ever missing a lot of interaction tags! Diseases sure are nifty looking. I added them all in and scoured the wiki to make sure I didn't miss anything more. I think I got everything sorted. The log reads as follows:
unrecognized tag: CANNOT_UNDEAD in/creature_wasteland_humanoid.txt 189
unrecognized tag: CANNOT_UNDEAD in/creature_wasteland_humanoid.txt 354
unrecognized tag: CANNOT_UNDEAD in/creature_wasteland_humanoid.txt 692
unrecognized tag: CANNOT_UNDEAD in/creature_wasteland_humanoid.txt 1034
unrecognized tag: CANNOT_UNDEAD in/creature_wasteland_insect.txt 45
unrecognized tag: CANNOT_UNDEAD in/creature_wasteland_insect.txt 117
unrecognized tag: CANNOT_UNDEAD in/creature_wasteland_insect.txt 215
unrecognized tag: CANNOT_UNDEAD in/creature_wasteland_insect.txt 300
unrecognized tag: CANNOT_UNDEAD in/creature_wasteland_insect.txt 385
unrecognized tag: CANNOT_UNDEAD in/creature_wasteland_insect.txt 641
unrecognized tag: CANNOT_UNDEAD in/creature_wasteland_insect.txt 713
unrecognized tag: CANNOT_UNDEAD in/creature_wasteland_insect.txt 812
unrecognized tag: CANNOT_UNDEAD in/creature_wasteland_insect.txt 990
unrecognized tag: CANNOT_UNDEAD in/creature_wasteland_insect.txt 1071
unrecognized tag: NO_UNIT_TYPE_COLOR in/creature_wasteland_night.txt 92
unrecognized tag: CANNOT_UNDEAD in/creature_wasteland_radmutant.txt 38
unrecognized tag: CANNOT_UNDEAD in/creature_wasteland_riverlake.txt 97
unrecognized tag: CANNOT_UNDEAD in/creature_wasteland_robot.txt 54
unrecognized tag: CANNOT_UNDEAD in/creature_wasteland_robot.txt 210
unrecognized tag: CANNOT_UNDEAD in/creature_wasteland_robot.txt 364
unrecognized tag: CANNOT_UNDEAD in/creature_wasteland_robot.txt 550
unrecognized tag: CANNOT_UNDEAD in/creature_wasteland_robot.txt 721
unrecognized tag: CANNOT_UNDEAD in/creature_wasteland_robot.txt 868
unrecognized tag: CANNOT_UNDEAD in/creature_wasteland_robot.txt 1023
unrecognized tag: CANNOT_UNDEAD in/creature_wasteland_robot.txt 1180
unrecognized tag: CANNOT_UNDEAD in/creature_wasteland_rodent.txt 480
unrecognized tag: SYN_CLASS in/interaction_infection.txt 148
unrecognized tag: SYN_AFFECTED_CLASS in/interaction_infection.txt 149
unrecognized tag: CE_BODY_TRANSFORMATION in/interaction_infection.txt 150
unrecognized tag: CE in/interaction_infection.txt 151
unrecognized tag: CE_ADD_TAG in/interaction_infection.txt 152
unrecognized tag: SYN_CLASS in/interaction_infection.txt 176
unrecognized tag: SYN_AFFECTED_CLASS in/interaction_infection.txt 177
unrecognized tag: CE_BODY_TRANSFORMATION in/interaction_infection.txt 178
unrecognized tag: CE in/interaction_infection.txt 179
unrecognized tag: CE_ADD_TAG in/interaction_infection.txt 180
unrecognized tag: SYN_CLASS in/interaction_infection.txt 204
unrecognized tag: SYN_AFFECTED_CLASS in/interaction_infection.txt 205
unrecognized tag: CE_BODY_TRANSFORMATION in/interaction_infection.txt 206
unrecognized tag: CE in/interaction_infection.txt 207
unrecognized tag: CE_ADD_TAG in/interaction_infection.txt 208
unrecognized tag: SYN_CLASS in/interaction_infection.txt 232
unrecognized tag: SYN_AFFECTED_CLASS in/interaction_infection.txt 233
unrecognized tag: CE_BODY_TRANSFORMATION in/interaction_infection.txt 234
unrecognized tag: CE in/interaction_infection.txt 235
unrecognized tag: CE_ADD_TAG in/interaction_infection.txt 236
unrecognized tag: SYN_CLASS in/interaction_infection.txt 260
unrecognized tag: SYN_AFFECTED_CLASS in/interaction_infection.txt 261
unrecognized tag: CE_BODY_TRANSFORMATION in/interaction_infection.txt 262
unrecognized tag: CE in/interaction_infection.txt 263
unrecognized tag: CE_ADD_TAG in/interaction_infection.txt 264
unrecognized tag: SYN_CLASS in/interaction_infection.txt 288
unrecognized tag: SYN_AFFECTED_CLASS in/interaction_infection.txt 289
unrecognized tag: CE_BODY_TRANSFORMATION in/interaction_infection.txt 290
unrecognized tag: CE in/interaction_infection.txt 291
unrecognized tag: CE_ADD_TAG in/interaction_infection.txt 292
unrecognized tag: EDIBLE_VERMIN in/plant_wasteland_aboveground.txt 144
unrecognized tag: EDIBLE_COOKED in/plant_wasteland_aboveground.txt 145
unrecognized tag: MATERIAL_VALUE in/plant_wasteland_aboveground.txt 146
unrecognized tag: EDIBLE_VERMIN in/plant_wasteland_aboveground.txt 222
unrecognized tag: EDIBLE_COOKED in/plant_wasteland_aboveground.txt 223
unrecognized tag: MATERIAL_VALUE in/plant_wasteland_aboveground.txt 224
unrecognized tag: MATERIAL_VALUE in/plant_wasteland_underground.txt 123
unrecognized tag: CE_DIZZINESS in/plant_wasteland_underground.txt 426
unrecognized tag: PRODUCT_DIMENSION in/reaction_wasteland_scrapyard.txt 142
unrecognized tag: PRODUCT_DIMENSION in/reaction_wasteland_scrapyard.txt 152
unrecognized tag: PRODUCT_DIMENSION in/reaction_wasteland_sewage.txt 7
The CANNOT_UNDEAD thing is pretty straightforward. I can't find any reference to NO_UNIT_TYPE_COLOR on the wiki - does this tag work? If so I'll add it to the parser's library and the wiki.
The interaction complaints are all due to trying to add an interaction tag between SYNDROME and its related subtags:
[I_EFFECT:ADD_SYNDROME]
[IE_TARGET:A]
[IE_IMMEDIATE]
[SYNDROME]
[IE_ARENA_NAME:Infected]
[SYN_CLASS:INFECTED]
[SYN_AFFECTED_CLASS:HUMANOID]
[CE_BODY_TRANSFORMATION:START:0]
[CE:CREATURE:infected:DEFAULT]
[CE_ADD_TAG:NO_AGING:START:0]
should be
[I_EFFECT:ADD_SYNDROME]
[IE_TARGET:A]
[IE_IMMEDIATE]
[IE_ARENA_NAME:Infected]
[SYNDROME]
[SYN_CLASS:INFECTED]
[SYN_AFFECTED_CLASS:HUMANOID]
[CE_BODY_TRANSFORMATION:START:0]
[CE:CREATURE:infected:DEFAULT]
[CE_ADD_TAG:NO_AGING:START:0]
If you follow the line numbers listed in the log they are easy to find.
The complaints in the plant_aboveground file are due to specifying the SEED tag too early - similar to the hydra thing. The complaints in plant_underground are due to specifying MATERIAL_VALUE in the middle of a set of SYNDROME subtags.
edit1: heh - The mod updated while I was writing this. I'll download the new one and check to see if the output changes.
edit2: nope - everything looks the same