So, I modded in Mongolian Death Worms as a part of my mod (its in releases), and, in testing them, i expected them to be a megabeast tier threat since their "slime" causes severity 100 necrosis wherever it contacts. However, when I went into object testing for it yesterday, not only did it die to a pitiful squad of naked, weaponless, unskilled dwarves, but its secretion didnt even work. There just was no trail behind it.
Here is the code I used, think any of you could help me get it working so I can raise this abomination to the megabeast status it deserves? Also, any tips to make contacting the slime even more dangerous?
[CREATURE:GIANT_DEATH_WORM_KYU]
[DESCRIPTION:A gigantic worm of the savage deserts. It's toxic to the touch.]
[NAME:giant death worm:giant death worms:giant death worm]
[CASTE_NAME:giant death worm:giant death worms:giant death worm]
[CREATURE_TILE:'W'][COLOR:4:0:0]
[PETVALUE:500]
[FREQUENCY:20][BIOME:ANY_DESERT][SAVAGE]
[NATURAL][NOBONES]
[LARGE_ROAMING]
[POPULATION_NUMBER:15:30]
[CLUSTER_NUMBER:1:1]
[PREFSTRING:awesome presence]
[SPHERE:STRENGTH]
[SPHERE:MUCK]
[LAIR:SIMPLE_BURROW:100]
[LAIR_HUNTER]
[EXTRAVISION]
[CANNOT_JUMP]
[BODY:BODY_WITH_HEAD_FLAG:HEART:GUTS:BRAIN:MOUTH]
[BODY_DETAIL_PLAN:STANDARD_MATERIALS]
[REMOVE_MATERIAL:HAIR]
[REMOVE_MATERIAL:BONE]
[BODY_DETAIL_PLAN:STANDARD_TISSUES]
[REMOVE_TISSUE:HAIR]
[REMOVE_TISSUE:BONE]
[BODY_DETAIL_PLAN:EXOSKELETON_TISSUE_LAYERS:SKIN:FAT:MUSCLE]
[USE_MATERIAL_TEMPLATE:SLIME:CREATURE_EXTRACT_TEMPLATE]
[STATE_NAME:ALL_SOLID:frozen death worm slime]
[STATE_NAME_ADJ:ALL_SOLID:frozen death worm slime]
[STATE_NAME:LIQUID:death worm slime]
[STATE_NAME_ADJ:LIQUID:death worm slime]
[STATE_NAME:GAS:boiling death worm slime]
[STATE_NAME_ADJ:GAS:boiling death worm slime]
[STATE_COLOR:ALL:ORANGE]
[PREFIX:NONE]
[SYNDROME]
[SYN_NAME:death worm contact]
[SYN_AFFECTED_CLASS:GENERAL_POISON]
[SYN_IMMUNE_CREATURE:GIANT_DEATH_WORM_KYU:ALL]
[SYN_CONTACT][SYN_INGESTED]
[CE_PAIN:SEV:15:PROB:100:LOCALIZED:VASCULAR_ONLY:RESISTABLE:START:50:PEAK:1000:END:2000]
[CE_NECROSIS:SEV:100:PROB:100:LOCALIZED:VASCULAR_ONLY:RESISTABLE:START:50:PEAK:1000:END:2000]
[SECRETION:LOCAL_CREATURE_MAT:SLIME:LIQUID:BY_CATEGORY:ALL:SKIN]
[HAS_NERVES]
[APPLY_CREATURE_VARIATION:STANDARD_WALK_CRAWL_GAITS:9000:8900:8825:8775:9500:9900] 1 kph
[APPLY_CREATURE_VARIATION:STANDARD_CRAWLING_GAITS:9000:8900:8825:8775:9500:9900] 1 kph
[BLOOD:LOCAL_CREATURE_MAT:SLIME:LIQUID]
[CREATURE_CLASS:GENERAL_POISON]
[GETS_WOUND_INFECTIONS]
[GETS_INFECTIONS_FROM_ROT]
[USE_MATERIAL_TEMPLATE:PUS:PUS_TEMPLATE]
[PUS:LOCAL_CREATURE_MAT:PUS:LIQUID]
[BODY_SIZE:0:0:80000]
[BODY_SIZE:1:0:400000]
[BODY_SIZE:2:0:800000]
[BODY_APPEARANCE_MODIFIER:LENGTH:90:95:98:100:102:105:110]
[ALL_ACTIVE]
[NO_SLEEP]
[NO_DIZZINESS]
[CASTE:FEMALE]
[FEMALE]
[CASTE:MALE]
[MALE]
[SELECT_CASTE:ALL]
[SET_TL_GROUP:BY_CATEGORY:ALL:SKIN]
[TL_COLOR_MODIFIER:RED:1]
[TLCM_NOUN:skin:SINGULAR]
[SELECT_MATERIAL:ALL]
[MULTIPLY_VALUE:8]
I should remove vascular only, but it still hasnt been secreting.