spawn_reinforcements_chance
Adds to a zombie's chance to spawn reinforcements when damaged.
Categories: attribute, entity
Required arguments
| Key(s) | Description | Type |
|---|---|---|
chance | The chance to add, as a fraction between 0 and 1. Supports expressions. | EXPRESSION |
Example
effects:
- id: spawn_reinforcements_chance
args:
chance: %level% * 0.05
Behaviour
| Setting | Value |
|---|---|
| Run order | NORMAL |
| Supports delay | true |
| Reloads on plugin reload | true |