From 3579380462ddecfd1a966b71d5fd941893ef36c1 Mon Sep 17 00:00:00 2001 From: ChibiMango <32205345+ChibiMango@users.noreply.github.com> Date: Wed, 13 Jul 2022 22:38:20 +0100 Subject: [PATCH] Update defend_village_target.json Added descriptions Removed undocumented comment Updated example --- .../entities/format/behaviors/defend_village_target.json | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/source/behavior/entities/format/behaviors/defend_village_target.json b/source/behavior/entities/format/behaviors/defend_village_target.json index 05faab3f..ff1eae58 100644 --- a/source/behavior/entities/format/behaviors/defend_village_target.json +++ b/source/behavior/entities/format/behaviors/defend_village_target.json @@ -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": {