Formatted
This commit is contained in:
@@ -19,12 +19,15 @@
|
|||||||
"title": "Add Effects"
|
"title": "Add Effects"
|
||||||
},
|
},
|
||||||
"remove_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",
|
"description": "List of identifiers of effects to be removed from this entity after adding this component",
|
||||||
"items": {
|
"oneOf": [
|
||||||
"type": ["string"]
|
{
|
||||||
},
|
"type": "array",
|
||||||
"title": "Remove Effects"
|
"items": { "type": ["string"], "title": "Spell effect id", "description": "identifier of the effect to be removed from this entity after adding this component" }
|
||||||
|
},
|
||||||
|
{ "type": "string" }
|
||||||
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user