Difference between revisions of "Leg Splitter/Extra Notes"

From Flexible Survival
Jump to: navigation, search
(And Extra Notes updated, as per Arm Divider/Tail Divider pages. Variable details from Flora.)
 
m (Using normal [else] syntax, as it's what's used on the Monster Maker page and other places. Also it's shorter.)
Line 4: Line 4:
  
 
The syntax for using the leg splitter is as follows:<br>
 
The syntax for using the leg splitter is as follows:<br>
<code>[if stat misc/leg splitter of [player] == 1]New taur description[otherwise]original ass description[end if]</code>
+
<code>[if stat misc/leg splitter of [player] == 1]New taur description[else]original ass description[end if]</code>
  
 
Code for the leg splitter should go in at least the ass description, like other taurs.
 
Code for the leg splitter should go in at least the ass description, like other taurs.

Revision as of 20:41, 13 August 2014

Creatures that support this item are listed here. More will be added as their code is updated; submit a +request if you have one you want updated sooner!

The item is permanent when used, and persists through death and taking Universal Antidotes. Using it a second time will turn off the effects.

The syntax for using the leg splitter is as follows:
[if stat misc/leg splitter of [player] == 1]New taur description[else]original ass description[end if]

Code for the leg splitter should go in at least the ass description, like other taurs.