@@ -19,13 +19,13 @@ Spells are just Mythic Skills with extra options. All regular Mythic metaskill o
| 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`. <br>*Remember to put the targeter between string delimiters such as `"` or `'` so that the yaml file can parse correctly* |
| Cost: [reagents] | A list of [reagents](Spells/Reagents) this spell costs to cast. |
| 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` |
| Upgrades: [integer] | The maximum level the spell can reach. Aliases: `Upgrades.Max`, `Upgrades.Amount`, `Level.Maximum`. Defaults to `1` |
| Bindable: [true/false] | Whether the slot from which this spell can be cast can be bound. Defaults to `false`<br><br>Once bound, the `~onUse` trigger is needed to cast the skill |
| Binding: [1-9] | Forces the spell into a specific hotbar slot when bound (slots are 1-indexed) |
| ClickCombo: [combo] | A click combo string that triggers this spell (e.g. `LRR`). See [Casting](Spells/Casting) |
| ClickCombos: [list] | A list of click combo strings, any of which can trigger this spell |
| ChildSpells: [list] | A list of other spell ids that are auto-learned alongside this one. They share this spell's level |
| CastTime: [duration] | The cast time of the spell (e.g. `2s`, `40t`). Affected by the player's `CASTING_SPEED` stat. See [Cast Time](Spells/Casting#cast-time) |
| CastTime: [duration] | The cast time of the spell (e.g. `2s`, `40t`), alias `Casting.CastTime`. Affected by the player's `CASTING_SPEED` stat. See [Cast Time](Spells/Casting#cast-time) |
| Casting | Per-spell overrides for cast-time behavior (instant threshold, cancel rules, reagent timing, stat modifiers, etc.). See [Cast Time](Spells/Casting#cast-time) |
| Modifiers | Per-level scaling values used in the spell's description and skill mechanics. See [Modifiers](#modifiers) |
| Stats | Stat modifiers granted to the player as long as they know the spell. See [Stats](#stats) |