Formatted

This commit is contained in:
DaanV2
2021-05-13 13:51:13 +02:00
parent 227cff5e8b
commit 7144d3c6d1

View File

@@ -19,12 +19,15 @@
"title": "Add Effects"
},
"remove_effects": {
"type": ["array", "string"],
"title": "Remove Effects",
"description": "List of identifiers of effects to be removed from this entity after adding this component",
"items": {
"type": ["string"]
"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" }
},
"title": "Remove Effects"
{ "type": "string" }
]
}
}
}