_Trigger Launch - Eniripsa96/SkillAPI GitHub Wiki
Child effects are activated when a player launches a projectile
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 |
Type | type | Dropdown | Type of projectile to look for |
- Projectiles launched by skills will also trigger this unless launched within the same trigger
- The "Cancel" mechanic will stop the original projectile from being launched
- The value key "api-velocity" is provided and set to the launch speed of the projectile
-- To be added --