Update Spells authored by Lxlp's avatar Lxlp
......@@ -18,7 +18,7 @@ Spells are just Mythic Skills with extra options. All regular Mythic metaskill o
| Trigger: [trigger] | What triggers the spell. Defaults to `~onCombat` |
| Targeter: [targeter] | The main targeter for the spell. If this is set the spell will fail to cast and not consume resources if a valid target isn't found. Defaults to `@self` |
| Cost: [reagents] | A list of reagents this spell costs to cast. |
| Global: true | Makes it a global spell, causing it to be automatically applied to all players |
| Global: true | Makes it a [global spell], causing it to be automatically applied to all players |
| Upgrades: [integer] | The maximum level the spell can reach. Defaults to `1` |
| Bindable: [true/false] | Whether the slot from which this spell can be cast can be binded. Defaults to `false` |
| Binding: [integer] | The slot to which the spell should be binded. Defaults to `-1` |
......@@ -56,3 +56,7 @@ MAGIC_MISSILE:
Skills:
- missile{}
```
<!-- LINKS -->
[global spell]: /Spells/Learning#globally-available-spells
\ No newline at end of file