Updated titles

This commit is contained in:
DaanV2
2021-07-01 16:32:59 +02:00
parent 0b1527e81a
commit bd92fde1b8
30 changed files with 132 additions and 124 deletions

View File

@@ -6,19 +6,16 @@
"additionalProperties": false,
"required": [],
"properties": {
"filters": {
"$ref": "../../filters/filters.json",
"description": "The filter group that defines the conditions for this trigger",
"title": "Filters"
},
"filters": { "$ref": "../../filters/filters.json" },
"force_use": {
"type": "boolean",
"default": false,
"description": "Determines if item can be used regardless of entity being at full health",
"title": "TODO Title"
"title": "Force Use"
},
"items": {
"description": "The array of items that can be used to heal this entity",
"title": "Items",
"type": "array",
"items": {
"type": "object",
@@ -27,11 +24,15 @@
"$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" },
"item": { "type": "string", "description": "Item identifier that can be used to heal this entity" }
"heal_amount": {
"type": "integer",
"default": 1,
"description": "The amount of health this entity gains when fed this item",
"title": "Heal Amount"
},
"item": { "type": "string", "description": "Item identifier that can be used to heal this entity", "title": "Item" }
}
},
"title": "TODO Title"
}
}
}
}