Update defend_village_target.json

Added descriptions
Removed undocumented comment
Updated example
This commit is contained in:
ChibiMango
2022-07-13 22:38:20 +01:00
parent 939b58c006
commit 3579380462

View File

@@ -7,15 +7,14 @@
"properties": { "properties": {
"priority": { "$ref": "./types/priority.json" }, "priority": { "$ref": "./types/priority.json" },
"entity_types": { "entity_types": {
"title": "Entity Types",
"$ref": "../types/entity_types.json", "$ref": "../types/entity_types.json",
"description": "List of entity types this mob considers a threat to the village", "description": "List of entity types this mob considers a threat to the village",
"$comment": "UNDOCUMENTED", "$comment": "UNDOCUMENTED"
"title": "Entity Types"
}, },
"must_reach": { "must_reach": {
"title": "Must Reach", "title": "Must Reach",
"description": "If true, the entities considered a threat must be reachable to be a valid target.", "description": "The entity must be able to reach attacker.",
"$comment": "UNDOCUMENTED",
"type": "boolean" "type": "boolean"
}, },
"attack_chance": { "attack_chance": {