Files
minecraft-bedrock-json-schemas/source/behavior/entities/1.8.0/components/minecraft.damage_over_time.json
2021-06-06 10:07:19 +00:00

13 lines
604 B
JSON

{
"$id": "blockception.minecraft.behavior.entities.1.8.0.minecraft.damage_over_time",
"type": "object",
"title": "Damage Over Time 1.8.0",
"additionalProperties": false,
"description": "Applies defined amount of damage to the entity at specified intervals.",
"required": [],
"properties": {
"damage_per_hurt": { "type": "integer", "default": 1, "description": "Amount of damage caused each hurt.", "title": "Damage Per Hurt" },
"time_between_hurt": { "type": "number", "default": 0, "description": "Time in seconds between damage.", "title": "Time Between Hurt" }
}
}