whenEquipped: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
m Conversion script moved page WhenEquipped to whenEquipped: Converting page titles to lowercase |
(No difference)
| |
Latest revision as of 22:35, 26 April 2021
- whenEquipped <item name>
- Only use the block if the specified equipment is currently equipped.
Examples
Use Heal level 1 when your HP is bellow 10%, your SP is higher than 20 and when Shield [1] with Vitata card is equipped:
useSelf_skill Heal {
lvl 1
hp < 10%
sp > 20
whenEquipped Shield [Vitata] [1]
}