Okay, im playing as a bronze colossus adventurer, and got molested by a single dwarven lasher, so now im a giant bronze sponge.
Anyway, i fled, straight into a marketplace, and now im swarmed by merchants.
I gave my bronze colossus a interaction that makes him breath venom, but when i use it, it crashes the game.
This is the interaction:
[CAN_DO_INTERACTION:MATERIAL_EMISSION]
[CDI:ADV_NAME:Breath custom material]
[CDI:USAGE_HINT:ATTACK]
[CDI:BP_REQUIRED:BY_TYPE:HEAD]
[CDI:MATERIAL:LOCAL_CREATURE_MAT:CUSTOMMATERIAL:TRAILING_VAPOR_FLOW]
[CDI:TARGET:C:LINE_OF_SIGHT]
[CDI:TARGET_RANGE:C:50]
[CDI:MAX_TARGET_NUMBER:C:50]
[CDI:WAIT_PERIOD:50]
And this is the material
[USE_MATERIAL_TEMPLATE:CUSTOMMATERIAL:CREATURE_EXTRACT_TEMPLATE]
[STATE_NAME:ALL_SOLID:frozen colossus venom]
[STATE_ADJ:ALL_SOLID:frozen colossus venom]
[STATE_NAME:LIQUID:colossus venom]
[STATE_ADJ:LIQUID:colossus venom]
[STATE_NAME:GAS:boiling colossus venom]
[STATE_ADJ:GAS:boiling colossus venom]
[PREFIX:NONE]
[ENTERS_BLOOD]
[SYNDROME]
[SYN_NAME:colossal disease]
[SYN_AFFECTED_CLASS:GENERAL_POISON]
[SYN_IMMUNE_CREATURE:COLOSSUS_BRONZE]
[SYN_CONTACT]
[SYN_INHALED]
[SYN_INGESTED]
[SYN_INJECTED]
[CE_PAIN:SEV:1000:PROB:100:LOCALIZED:RESISTABLE:SIZE_DILUTES:START:0:PEAK:1000:END:1000]
[CE_UNCONSCIOUSNESS:SEV:1000:PROB:100:RESISTABLE:START:10:PEAK:500:END:500]
Why does it crash my game every time i use it?
EDIT:
Errorlog isnt very helpfull either, it says nothing.
EDIT:
More info!
I think its the material thats corrupted, or something else, because even without running the interaction, and just attacking, it crashes.
EDIT:
It was the syndrome causing the crash.
Shit.
Well, the crash is fixed, but im still swarmed by a bunch of unhappy merchants for kicking their cat (and their law-giver, and their neigbours, for that matter)
EDIT:
So, how do i get this to actually work?
its not fun to be molested by a maceman, a few cats and 50 angry merchants.
EDIT:
Okay, i got it.
Whenever i add more then one [CE_X:blahblahblah], the game crashes.
Weird, why?