Updated filter reference

This commit is contained in:
DaanV2
2021-06-03 14:02:28 +02:00
parent f7d88464d1
commit 8481a485ba
74 changed files with 131 additions and 84 deletions

View File

@@ -6,7 +6,11 @@
"additionalProperties": false,
"required": [],
"properties": {
"filters": { "$ref": "../filters.json", "description": "The filter group that defines the conditions for this trigger", "title": "Filters" },
"filters": {
"$ref": "../../filters/filters.json",
"description": "The filter group that defines the conditions for this trigger",
"title": "Filters"
},
"force_use": {
"type": "boolean",
"default": false,
@@ -20,7 +24,7 @@
"type": "object",
"properties": {
"filters": {
"$ref": "../filters.json",
"$ref": "../../filters/filters.json",
"description": "The filter group that defines the conditions for using this item to heal the entity"
},
"heal_amount": { "type": "integer", "default": 1, "description": "The amount of health this entity gains when fed this item" },