I am currently adding a new race to my dwarf fortress game, the Oceanids. They are an amphibious race, consisting of five castes, the male Pontae, who are average sized grey skinned humanoids who feel no pain but are otherwise unremarkable, the two rare non-breeding beast castes, the troll like Rahab, the terrifyingly massive serpentine creature, the Leviathan, and two magic using female castes, the Nereids and Naiads. As you probably guessed, I am having severe problems with the magic users.
Everything else has gone 'swimmingly' (Ha!), but I can not seem to get their interactions to work. Can you guys take a look?
The Nereids, intended to have the ability to paralyze enemies with a single touch
[CAN_DO_INTERACTION:ADD_SYNDROME]
[CDI:ADV_NAME:Touches her foe gently, rendering the mind and body powerless]
[CDI:USAGE_HINT:ATTACK]
[CDI:BP_REQUIRED:BY_CATEGORY:MOUTH]
[CDI:TARGET:C:TOUCHABLE]
[CDI:TARGET_RANGE:C:2]
[CDI:MAX_TARGET_NUMBER:C:1]
[CDI:WAIT_PERIOD:300]
[SYNDROME]
[SYN_NAME:visions of beauty]
[SYN_AFFECTED_CLASS:GENERAL_POISON]
[SYN_IMMUNE_CREATURE:OCEANID:ALL]
[CE_PARALYSIS:SEV:100:PROB:100:RESISTABLE:SIZE_DILUTES:START:5:PEAK:10:END:20]
The Naiads, intended to make up for the Oceanids lack of reanged weapons by throwing ice. (Temperature may become a problem here)
[CAN_DO_INTERACTION:MATERIAL_EMISSION]
[CDI:ADV_NAME:Uses her mysterious power]
[CDI:USAGE_HINT:ATTACK]
[CDI:BP_REQUIRED:BY_CATEGORY:MOUTH]
[CDI:MATERIAL:ICE]
[CDI:TARGET:C:LINE_OF_SIGHT]
[CDI:TARGET_RANGE:C:10]
[CDI:MAX_TARGET_NUMBER:C:1]
[CDI:WAIT_PERIOD:100]
Problems:
Nereid interaction shows up as "unknown interaction". It has no effect.
Naiad interaction shows up correctly, but Naiads will not use it, and when attempting to do so manually in the arena, nothing can be targeted.
I only recently learned how to mod df, so bear with me please
.
Any help would be
greatly appreciated, thank you.