Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Applies defined amount of damage to the entity at specified intervals.
Entity Damage Over Time Properties
| Name | Default Value | Type | Description | Example Values |
|---|---|---|---|---|
| damage_per_hurt | 1 | Integer number | Amount of damage caused each hurt. | Dolphin: 1 |
| time_between_hurt | 0 | Decimal number | Time in seconds between damage. | Vex: 1 |
Samples
Dolphin
"minecraft:damage_over_time": {
"damage_per_hurt": 1,
"time_between_hurt": 0
}
Vex
"minecraft:damage_over_time": {
"damage_per_hurt": 1,
"time_between_hurt": 1
}