Updating filters and behaviors
This commit is contained in:
@@ -4,5 +4,17 @@
|
||||
"title": "Equip Item",
|
||||
"description": "The entity puts on the desired equipment.",
|
||||
"additionalProperties": false,
|
||||
"properties": {}
|
||||
"properties": {
|
||||
"excluded_items": {
|
||||
"title": "Excluded Items",
|
||||
"type": "array",
|
||||
"description": "List of items that the entity should not equip.",
|
||||
"items": {
|
||||
"type": "string",
|
||||
"$ref": "../../../../../general/item/descriptor.json",
|
||||
"description": "Item that the entity should not equip.",
|
||||
"title": "Excluded Items"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user