make_skill_crit
Marks the triggering attack as a skill crit, multiplying its damage by the given multiplier.
Categories: combat
Required arguments
| Key(s) | Description | Type |
|---|---|---|
multiplier | The multiplier to apply to the attack's damage. | EXPRESSION |
Trigger parameters required
EVENT
Example
effects:
- id: make_skill_crit
args:
multiplier: 1 + %level% * 0.1
Behaviour
| Setting | Value |
|---|---|
| Run order | EARLY |
| Supports delay | true |
| Reloads on plugin reload | true |