I tried genning a new world, but not there still :/ - I'll try the fix below.
@shadowclasper: 1. I think so, yup.
2. I sure hope so, otherwise what I have below is *thrbbbt*. It should be removed as normal.
3. Should definitely be possible - have the vapor be functionally identical to the vapor bu attach a syndrome.I was confused as to what you meant Putnam, but now I see:
[INORGANIC:DFHACK_ITEMSYNDROME_MATERIAL_TEST] Inorganic needs to be called DFHACK_ITEMSYNDROME_MATERIAL_(anything goes here) [USE_MATERIAL_TEMPLATE:STONE_TEMPLATE] This is just a quirk of mine >_> [SYNDROME] [SYN_NAME:long sword] All creatures with long swords will be affected by this syndrome. [CE_BODY_TRANSFORMATION:START:0] [CE_CREATURE:TOAD:MALE] Syndrome turns creature into a toad.
I need to use this and replace that long sword with sleep glove, right? Hehehe.
Thanks for your patience. I'll report back some time.
EDIT: Still not working in arena or genned worlds. Itemsyndrome readded to dfhack File is as follows:
ma_test
[OBJECT:INORGANIC] //Putnam's bit, copy pasted
[INORGANIC:DFHACK_ITEMSYNDROME_MATERIAL_TEST] Inorganic needs to be called DFHACK_ITEMSYNDROME_MATERIAL_(anything goes here)
[USE_MATERIAL_TEMPLATE:STONE_TEMPLATE] This is just a quirk of mine >_>
[SYNDROME]
[SYN_NAME:sleep glove] All creatures with long swords will be affected by this syndrome.
[CAN_DO_INTERACTION:MA_KNOCKOUT]
[CDI:USAGE_HINT:ATTACK]
[CDI:TARGET:A:LINE_OF_SIGHT]
[CDI:TARGET_RANGE:A:15]
[CDI:MAX_TARGET_NUMBER:A:1]
[CDI:WAIT_PERIOD:50]
[OBJECT:INTERACTION]
[INTERACTION:MA_KNOCKOUT]
[I_SOURCE:ATTACK] //Can be replaced with CREATURE_ACTION
[I_TARGET:A:CREATURE]
[I_EFFECT:ADD_SYNDROME]
[IE_TARGET:A]
[IE_IMMEDIATE]
[SYNDROME]
[CE_UNCONSCIOUSNESS:SEV:100:PROB:100:START:10]
[OBJECT:ITEM]
[ITEM_GLOVES:MA_SLEEP]
[NAME:sleep glove:sleeping gloves]
[ARMORLEVEL:3]
[UPSTEP:1]
[SHAPED]
[LAYER:ARMOR]
[COVERAGE:100]
[LAYER_SIZE:25]
[LAYER_PERMIT:49]
[METAL_ARMOR_LEVELS]
[MATERIAL_SIZE:6]
[SCALED]
[BARRED]
[METAL]
[HARD]
[LEATHER]
File called ma_test.txt, refuses to let me get the gloves in arena mode