... | @@ -18,7 +18,7 @@ Spells are just Mythic Skills with extra options. All regular Mythic metaskill o |
... | @@ -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` |
|
|
| 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` |
|
|
| 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. |
|
|
| 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` |
|
|
| 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` |
|
|
| 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` |
|
|
| Binding: [integer] | The slot to which the spell should be binded. Defaults to `-1` |
|
... | @@ -55,4 +55,8 @@ MAGIC_MISSILE: |
... | @@ -55,4 +55,8 @@ MAGIC_MISSILE: |
|
- distance{d=<20} true
|
|
- distance{d=<20} true
|
|
Skills:
|
|
Skills:
|
|
- missile{}
|
|
- missile{}
|
|
``` |
|
```
|
|
\ No newline at end of file |
|
|
|
|
|
|
|
|
|
<!-- LINKS -->
|
|
|
|
[global spell]: /Spells/Learning#globally-available-spells |
|
|
|
\ No newline at end of file |