Update Player Skills

Jules 2022-02-06 16:02:07 -07:00
parent b44aac42bf
commit c4e9329ae6

@ -239,6 +239,10 @@ The caster of the skill will ALWAYS be the player, but the `@Trigger` targeter i
| **Misc** |
| LOGIN | Activates the skill when a player logins | The player |
| SNEAK | Activates the skill when a player sneaks | The player |
| TIMER | Casts the skill every X ticks | The player |
## Setting up timer skills
`TIMER` is a special trigger type that casts a skill every X ticks. To setup timer skills, simply define the skill timer in ticks by using the `timer` skill modifier. This is a default skill modifier for **ANY** skill, just like `cooldown`, `mana` or `stamina`.
## Editing the skill menu
```