spirit

From OpenKore Wiki
Revision as of 15:53, 9 February 2013 by KeplerBR (talk | contribs)
Jump to navigation Jump to search
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
}