Files
minecraft-bedrock-json-schemas/source/behavior/entities/format/behaviors/dragonflaming.json

37 lines
1.1 KiB
JSON

{
"$id": "blockception.minecraft.behavior.entities.minecraft.behavior.dragonflaming",
"additionalProperties": false,
"type": "object",
"title": "Dragonflaming",
"description": "Allows the dragon to use its flame breath attack. Can only be used by the Ender Dragon.",
"properties": {
"priority": {
"$ref": "./types/priority.json"
},
"cooldown_time": {
"title": "Cooldown Time",
"type": "number",
"default": 10,
"description": "Time (in seconds), after roar, to breath flame."
},
"flame_time": {
"title": "Flame Time",
"type": "number",
"default": 0.5,
"description": "Time (in seconds), after roar, to breath flame."
},
"ground_flame_count": {
"title": "Ground Flame Count",
"type": "integer",
"default": 4,
"description": "Number of ground flame-breath attacks to use before flight-takeoff."
},
"roar_time": {
"title": "Roar Time",
"type": "number",
"default": 2,
"description": "Time (in seconds) to roar, before breathing flame."
}
}
}