-
Notifications
You must be signed in to change notification settings - Fork 110
_Trigger Land
Steven edited this page Apr 24, 2016
·
3 revisions
Child effects are activated when a player casts the skill using any of the casting methods.
| Name | YAML Key | Type | Description |
|---|---|---|---|
| Mana | mana | Boolean | Whether or not to use the mana cost before triggering |
| Cooldown | cooldown | Boolean | Whether or not to check cooldowns before triggering |
| Min Distance | min-distance | Integer | Minimum distance needed to fall |
- Can be used in conjunction with "Launch" or another mobility skill to create effects on impact
- The Cancel mechanic will not do anything to this trigger
- The value key "api-distance" is provided and set to the distance the player fell
-- To be added --