Bay 12 Games Forum

Please login or register.

Login with username, password and session length
Advanced search  

Author Topic: custom adventure mode reactions  (Read 999 times)

ccoolleeiiss

  • Bay Watcher
  • Welcome, goblins, to the seige kill...waiting room
    • View Profile
custom adventure mode reactions
« on: April 08, 2012, 05:43:40 pm »

i've created a potion that can transform your adventurer into another creature and i've already added the reaction and i thought i made it able to be used in adventure mode. but it just won't work. could someone please take a look at it?

this is the potion.
Code: [Select]
[INORGANIC:DRAGONTURN]
[USE_MATERIAL_TEMPLATE:PLANT_ALCOHOL_TEMPLATE]
[STATE_NAME_ADJ:LIQUID:Esscence of Dragon]
    [SYNDROME]
        [SYN_NAME:Polydragonis]
        [SYN_INGESTED]
        [SYN_AFFECTED_CLASS:GENERAL_POISON]
[CE_BLEEDING:BP:BY_CATEGORY:EYES:ALL:START:0:PEAK:10:END:20]
[CE_COUGH_BLOOD:START:0:PEAK:10:END:20]
        [CE_BODY_TRANSFORMATION:START:20:PEAK:100END:500]
             [CE:CREATURE:DRAGON:MALE]

Logged
And then did ARMOK say, the east is the holiest of directions, and thou shouldst not stand there lest thou be strucketh down by my holiest of beards. And then did the dorfs did say, we shall build from the west, for more do we fear the beard of ARMOK than the strike of the elephant.

trees

  • Bay Watcher
  • [MUNDANE]
    • View Profile
Re: custom adventure mode reactions
« Reply #1 on: April 08, 2012, 06:29:54 pm »

You're missing a colon between 100 and END in the CE_BODY_TRANSFORMATION line.
Logged
I am often bad at phrasing things - don't hesitate to ask for clarification if something I said doesn't make sense.

ccoolleeiiss

  • Bay Watcher
  • Welcome, goblins, to the seige kill...waiting room
    • View Profile
Re: custom adventure mode reactions
« Reply #2 on: April 08, 2012, 06:39:52 pm »

You're missing a colon between 100 and END in the CE_BODY_TRANSFORMATION line.

oh, god. i feel like an idiot
Logged
And then did ARMOK say, the east is the holiest of directions, and thou shouldst not stand there lest thou be strucketh down by my holiest of beards. And then did the dorfs did say, we shall build from the west, for more do we fear the beard of ARMOK than the strike of the elephant.