Updated documentation with the microsoft documentation
This commit is contained in:
@@ -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."
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user