This commit is contained in:
DaanV2
2021-07-02 21:31:53 +02:00
parent 202f443a58
commit 74cd9336a6
8 changed files with 19 additions and 21 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."
}
}
}