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