Updating filters and behaviors

This commit is contained in:
DaanV2
2023-10-24 21:58:11 +02:00
parent 96d0654970
commit b79f694f7a
25 changed files with 496 additions and 16 deletions

View File

@@ -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"
}
}
}
}