Update Spells authored by Taiyou06's avatar Taiyou06
...@@ -25,6 +25,8 @@ Spells are just Mythic Skills with extra options. All regular Mythic metaskill o ...@@ -25,6 +25,8 @@ Spells are just Mythic Skills with extra options. All regular Mythic metaskill o
| ClickCombo: [combo] | A click combo string that triggers this spell (e.g. `LRR`). See [Casting](Spells/Casting) | | 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 | | 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 | | 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) |
| 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) | | 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) | | Stats | Stat modifiers granted to the player as long as they know the spell. See [Stats](#stats) |
... ...
......