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": {