From ac1bfaba01e138115dda5d91689fb29b328ceabd Mon Sep 17 00:00:00 2001 From: DaanV2 Date: Wed, 13 Jul 2022 21:37:53 +0200 Subject: [PATCH] Updated behavior.play_dead --- source/behavior/entities/format/behaviors/play_dead.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/behavior/entities/format/behaviors/play_dead.json b/source/behavior/entities/format/behaviors/play_dead.json index 50322e91..3bc4fc77 100644 --- a/source/behavior/entities/format/behaviors/play_dead.json +++ b/source/behavior/entities/format/behaviors/play_dead.json @@ -18,7 +18,7 @@ "duration": { "title": "Duration", "type": "number", - "default": 1000000, + "default": 1.0, "description": "The amount of time the mob will remain playing dead (in seconds)." }, "filters": { @@ -35,7 +35,7 @@ "random_start_chance": { "title": "Random Start Chance", "type": "number", - "default": 1000000, + "default": 1.0, "description": "The likelihood of this goal starting upon taking damage." }, "random_damage_range": {