mirror of
https://gitlab.com/phoenix-dvpmt/mmocore.git
synced 2025-03-12 13:19:25 +01:00
Update Player Skills
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
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user