Is Crossbow Charged
Description
Checks whether the triggering crossbow item has charged (loaded) projectiles. It reads the item that triggered the skill (the equip-item), so it is meant to be used from item skills. Returns false if the triggering item is not a crossbow.
This condition takes no attributes.
Examples
Conditions:
- isCrossbowCharged{} true
Skills:
- shoot{...} @target ~onUse ?isCrossbowCharged
Aliases
- crossbowCharged
- isCharged