Processed updated docuemtnation from minecraft

This commit is contained in:
DaanV2
2022-04-20 15:54:51 +02:00
parent 174e6a552e
commit 34bdb84ad0
63 changed files with 1195 additions and 996 deletions

View File

@@ -7,6 +7,30 @@
"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."
}
}
}