auto: Formatted documents

This commit is contained in:
DaanV2
2021-05-18 23:32:44 +02:00
parent 6963d4eaab
commit 5b784a9cfc
400 changed files with 6276 additions and 1125 deletions

View File

@@ -13,7 +13,10 @@
"items": {
"oneOf": [
{ "type": "string" },
{ "type": "object", "properties": { "effect": { "type": "string" }, "duration": { "type": "integer" }, "display_on_screen_animation": { "type": "boolean" } } }
{
"type": "object",
"properties": { "effect": { "type": "string" }, "duration": { "type": "integer" }, "display_on_screen_animation": { "type": "boolean" } }
}
]
},
"title": "Add Effects"
@@ -24,7 +27,11 @@
"oneOf": [
{
"type": "array",
"items": { "type": ["string"], "title": "Spell effect id", "description": "identifier of the effect to be removed from this entity after adding this component" }
"items": {
"type": ["string"],
"title": "Spell effect id",
"description": "identifier of the effect to be removed from this entity after adding this component"
}
},
{ "type": "string" }
]