attack_damage
Adds to the entity's base attack damage attribute.
Categories: attribute, combat
Required arguments
| Key(s) | Description | Type |
|---|---|---|
damage | The amount of attack damage to add. Supports expressions. | EXPRESSION |
Example
effects:
- id: attack_damage
args:
damage: %level% * 0.5
Behaviour
| Setting | Value |
|---|---|
| Run order | NORMAL |
| Supports delay | true |
| Reloads on plugin reload | true |