From 33bc29b1fa411f759759740aaad7f656b27dd668 Mon Sep 17 00:00:00 2001 From: Xterionix Date: Wed, 12 Feb 2025 20:41:38 +0500 Subject: [PATCH] - Update descriptions and default values --- .../format/behaviors/go_and_give_items_to_noteblock.json | 2 +- .../behavior/entities/format/behaviors/move_outdoors.json | 6 +++--- source/behavior/entities/format/behaviors/ram_attack.json | 4 ++-- .../entities/format/behaviors/random_search_and_dig.json | 8 ++++---- .../entities/format/behaviors/stay_near_noteblock.json | 2 +- .../behavior/entities/format/components/area_attack.json | 2 +- source/behavior/entities/format/components/breedable.json | 2 +- 7 files changed, 13 insertions(+), 13 deletions(-) diff --git a/source/behavior/entities/format/behaviors/go_and_give_items_to_noteblock.json b/source/behavior/entities/format/behaviors/go_and_give_items_to_noteblock.json index e80351ea1..b1b094858 100644 --- a/source/behavior/entities/format/behaviors/go_and_give_items_to_noteblock.json +++ b/source/behavior/entities/format/behaviors/go_and_give_items_to_noteblock.json @@ -11,7 +11,7 @@ "listen_time": { "title": "Listen Time", "type": "integer", - "default": 0.0, + "default": 30, "description": "Sets the time an entity should continue delivering items to a noteblock after hearing it." }, "on_item_throw": { diff --git a/source/behavior/entities/format/behaviors/move_outdoors.json b/source/behavior/entities/format/behaviors/move_outdoors.json index 0a385cef7..120681986 100644 --- a/source/behavior/entities/format/behaviors/move_outdoors.json +++ b/source/behavior/entities/format/behaviors/move_outdoors.json @@ -17,19 +17,19 @@ "search_count": { "title": "Search Count", "type": "integer", - "default": 0.0, + "default": 10, "description": "The amount of times to try finding a random outdoors position before failing." }, "search_height": { "title": "Search Height", "type": "integer", - "default": 0.0, + "default": 5, "description": "The y range to search for an outdoors position for." }, "search_range": { "title": "Search Range", "type": "integer", - "default": 0.0, + "default": 15, "description": "The x and z range to search for an outdoors position for." }, "timeout_cooldown": { diff --git a/source/behavior/entities/format/behaviors/ram_attack.json b/source/behavior/entities/format/behaviors/ram_attack.json index 284daad3b..9313f66c8 100644 --- a/source/behavior/entities/format/behaviors/ram_attack.json +++ b/source/behavior/entities/format/behaviors/ram_attack.json @@ -36,7 +36,7 @@ "min_ram_distance": { "title": "Min Ram Distance", "type": "number", - "default": 0.0, + "default": 4.0, "description": "The minimum distance at which the mob can start a ram attack." }, "on_start": { @@ -53,7 +53,7 @@ "ram_distance": { "title": "Ram Distance", "type": "number", - "default": 0.0, + "default": 7.0, "description": "The distance at which the mob start to run with ram speed." }, "ram_impact_sound": { diff --git a/source/behavior/entities/format/behaviors/random_search_and_dig.json b/source/behavior/entities/format/behaviors/random_search_and_dig.json index 31b240fe8..0cdf6c709 100644 --- a/source/behavior/entities/format/behaviors/random_search_and_dig.json +++ b/source/behavior/entities/format/behaviors/random_search_and_dig.json @@ -27,13 +27,13 @@ "title": "Digging Duration Range", "$ref": "../../../../general/vectors/number2.json", - "default": [0.0, 0.0], + "default": [8.0, 10.0], "description": "Digging duration in seconds." }, "find_valid_position_retries": { "title": "Find Valid Position Retries", "type": "number", - "default": 0.0, + "default": 5.0, "description": "Amount of retries to find a valid target position within search range." }, "goal_radius": { @@ -80,13 +80,13 @@ "search_range_xz": { "title": "Search Range XZ", "type": "number", - "default": 0.0, + "default": 10.0, "description": "Width and length of the volume around the entity used to find a valid target position" }, "search_range_y": { "title": "Search Range Y", "type": "number", - "default": 0.0, + "default": 7.0, "description": "Height of the volume around the entity used to find a valid target position" }, "spawn_item_after_seconds": { diff --git a/source/behavior/entities/format/behaviors/stay_near_noteblock.json b/source/behavior/entities/format/behaviors/stay_near_noteblock.json index d630db6ee..822e217cb 100644 --- a/source/behavior/entities/format/behaviors/stay_near_noteblock.json +++ b/source/behavior/entities/format/behaviors/stay_near_noteblock.json @@ -11,7 +11,7 @@ "listen_time": { "title": "Listen Time", "type": "integer", - "default": 0.0, + "default": 30.0, "description": "Sets the time an entity should stay near a noteblock after hearing it." }, "speed": { diff --git a/source/behavior/entities/format/components/area_attack.json b/source/behavior/entities/format/components/area_attack.json index 957b5b7d2..79ee941bd 100644 --- a/source/behavior/entities/format/components/area_attack.json +++ b/source/behavior/entities/format/components/area_attack.json @@ -37,7 +37,7 @@ "play_attack_sound": { "title": "Play Attack Sound", "type": "boolean", - "default": 4.94066e-324, + "default": true, "description": "If the entity should play their attack sound when attacking a target." } }, diff --git a/source/behavior/entities/format/components/breedable.json b/source/behavior/entities/format/components/breedable.json index 4a337d041..152837e2d 100644 --- a/source/behavior/entities/format/components/breedable.json +++ b/source/behavior/entities/format/components/breedable.json @@ -194,7 +194,7 @@ "default": 0, "minimum": 0.0, "maximum": 1.0, - "description": "The percentage chance of a mutation on the entity's color.", + "description": "The percentage chance of the offspring getting its color as if spawned rather than inheriting color from its parents.", "title": "Color" }, "extra_variant": {