Status Effect Instance
An Object used to define a status effect with duration, amplifier, etc.
Fields
| Field | Type | Default | Description |
|---|---|---|---|
effect |
Identifier | ID of the status effect. | |
duration |
Integer | 100 |
Duration of the status effect in ticks. |
amplifier |
Integer | 0 |
Amplifier of the status effect. |
is_ambient |
Boolean | false |
Whether the effect counts as an ambient effect. |
show_particles |
Boolean | true |
Whether the status effect will spawn particles on the player. |
show_icon |
Boolean | true |
Whether the status effect will show an icon on the HUD. |