From 4a22026f0f04a65a61d4ceeeb3ae4cd09ae70adf Mon Sep 17 00:00:00 2001 From: DaanV2 Date: Tue, 18 Apr 2023 20:38:45 +0200 Subject: [PATCH] fixes Incorrect description for places, that accept `entity_types` #163 --- .../entities/format/behaviors/defend_trusted_target.json | 2 +- .../entities/format/behaviors/nearest_attackable_target.json | 2 +- .../format/behaviors/nearest_prioritized_attackable_target.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/source/behavior/entities/format/behaviors/defend_trusted_target.json b/source/behavior/entities/format/behaviors/defend_trusted_target.json index aca29d2e..4264d268 100644 --- a/source/behavior/entities/format/behaviors/defend_trusted_target.json +++ b/source/behavior/entities/format/behaviors/defend_trusted_target.json @@ -45,7 +45,7 @@ }, "entity_types": { "$ref": "../types/entity_types.json", - "description": "List of entity types this mob will startle (cause to jump) when it sneezes.", + "description": "List of entity types that this mob considers valid targets.", "title": "Entity Types" }, "sound_chance": { diff --git a/source/behavior/entities/format/behaviors/nearest_attackable_target.json b/source/behavior/entities/format/behaviors/nearest_attackable_target.json index cc071bcc..7b3b587a 100644 --- a/source/behavior/entities/format/behaviors/nearest_attackable_target.json +++ b/source/behavior/entities/format/behaviors/nearest_attackable_target.json @@ -41,7 +41,7 @@ }, "entity_types": { "$ref": "../types/entity_types.json", - "description": "List of entity types this mob will startle (cause to jump) when it sneezes.", + "description": "Filters which types of targets are valid for this entity", "title": "Entity Types" }, "attack_interval": { diff --git a/source/behavior/entities/format/behaviors/nearest_prioritized_attackable_target.json b/source/behavior/entities/format/behaviors/nearest_prioritized_attackable_target.json index af7a2d9a..caa8f914 100644 --- a/source/behavior/entities/format/behaviors/nearest_prioritized_attackable_target.json +++ b/source/behavior/entities/format/behaviors/nearest_prioritized_attackable_target.json @@ -10,7 +10,7 @@ }, "entity_types": { "$ref": "../types/entity_types.json", - "description": "List of entity types this mob will startle (cause to jump) when it sneezes.", + "description": "List of entity types that this mob considers valid targets", "title": "Entity Types" }, "attack_interval": {