Hi,
As the title suggest I'm attempting to Modify / Append the Ice Storm spell description.
All at Render 10000
The #appenddesc macro here
throws an error message and the script below also throws an error message.
Any ideas on achieving this?
As the title suggest I'm attempting to Modify / Append the Ice Storm spell description.
All at Render 10000
The #appenddesc macro here
Code:
~ Lets add to our modified Ice Storm spell information for reference
#appenddesc[spIceSto3], "Three times per day, the wearer of the crown can call down a storm of razor sharp bone shards. Similar to {i}ice storm{/i} with the following differences.
These shards deal 5d6 points of slashing damage to all creatures in a 10-foot-radius burst and each creature bleeds on its turn for an additional 1d6 points of damage (this bleed can be healed or stopped as normal).
Creatures in the area can attempt a DC 16 Reflex save to halve the damage and negate the bleed."]
throws an error message and the script below also throws an error message.
Code:
~ Lets add to our modified Ice Storm spell information for reference
perform state.thing[spIceSto3].amendthing[description,"Three times per day, the wearer of the crown can call down a storm of razor sharp bone shards. Similar to {i}ice storm{/i} with the following differences.
These shards deal 5d6 points of slashing damage to all creatures in a 10-foot-radius burst and each creature bleeds on its turn for an additional 1d6 points of damage (this bleed can be healed or stopped as normal).
Creatures in the area can attempt a DC 16 Reflex save to halve the damage and negate the bleed."]
Any ideas on achieving this?