Updated documentation with the microsoft documentation

This commit is contained in:
DaanV2
2021-07-02 13:00:02 +02:00
parent f9ecdb79e8
commit dd28b6a467
29 changed files with 152 additions and 127 deletions

View File

@@ -8,13 +8,11 @@
"damage_conditions": {
"type": "array",
"title": "Damage Conditions",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"description": "An array of conditions used to compare the event to.",
"items": {
"type": "object",
"title": "Damage Condition",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"description": "A condition used to compare the event to.",
"additionalProperties": false,
"properties": {
"filters": { "$ref": "../../filters/filters.json" },
@@ -22,8 +20,7 @@
"damage_per_tick": {
"type": "integer",
"title": "Damage Per Tick",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED"
"description": "Amount of damage done each tick that the conditions are met."
}
}
}