UNDOCUMENTATED description

This commit is contained in:
DaanV2
2021-06-09 09:41:09 +02:00
parent 0bff0baa33
commit b68ba1865c
122 changed files with 326 additions and 301 deletions

View File

@@ -8,16 +8,16 @@
"damage_conditions": {
"type": "array",
"title": "Damage Conditions",
"description": "TODO",
"description": "UNDOCUMENTATED",
"items": {
"type": "object",
"title": "Damage Condition",
"description": "TODO",
"description": "UNDOCUMENTATED",
"additionalProperties": false,
"properties": {
"filters": { "$ref": "../../filters/filters.json" },
"cause": { "type": "string", "title": "Cause", "description": "Damage cause", "$ref": "../../../../general/entity/damage_source.json" },
"damage_per_tick": { "type": "integer", "title": "Damage Per Tick", "description": "TODO" }
"damage_per_tick": { "type": "integer", "title": "Damage Per Tick", "description": "UNDOCUMENTATED" }
}
}
}