spirit: Difference between revisions
Jump to navigation
Jump to search
(Created page with '; spirit [<range>] : If this option is set, the block will only be used if the number of summoned spirit spheres is within the specified range. E…') |
|||
(4 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
; spirit | ; spirit <[[References#Range_Operators|range]]> | ||
: | : Only use the block if the number of summoned spirit spheres matches the specified range. | ||
== Examples == | |||
useSelf_skill | Use [http://irowiki.org/wiki/Summon_Spirit_Sphere Summon Spirit Sphere] when your spirit number is bellow 5 and your sp is higher than 100: | ||
spirit < 5 | [[useSelf_skill]] [[References#Skill_Names|MO_CALLSPIRITS]] { | ||
sp > 100 | '''spirit''' < 5 | ||
[[sp]] > 100 | |||
} | } | ||
[[Category:Self Condition]] |
Latest revision as of 22:34, 26 April 2021
- spirit <range>
- Only use the block if the number of summoned spirit spheres matches the specified range.
Examples
Use Summon Spirit Sphere when your spirit number is bellow 5 and your sp is higher than 100:
useSelf_skill MO_CALLSPIRITS { spirit < 5 sp > 100 }