_Trigger Land - Eniripsa96/SkillAPI GitHub Wiki
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 --