Update Player Skills

Jules 2022-02-07 11:34:50 -07:00
parent 1cd1374a18
commit f80eef226e

@ -241,7 +241,7 @@ The caster of the skill will ALWAYS be the player, but the `@Trigger` targeter i
| 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`.
`TIMER` is a special trigger type that casts a skill every X ticks. To setup timer skills, simply define the timer period in ticks using the `timer` skill modifier. This is a default skill modifier for **ANY** skill, just like `cooldown`, `mana` or `stamina`. If the skill trigger is not set to `TIMER` this skill modifier becomes 100% useless
## Editing the skill menu
```