From 88e2b92d502a0ef0fb3d37525b389b85e09804ca Mon Sep 17 00:00:00 2001 From: DaanV2 Date: Wed, 20 Jul 2022 21:02:38 +0200 Subject: [PATCH] Updated exhaustion values --- .../format/components/exhaustion_values.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/source/behavior/entities/format/components/exhaustion_values.json b/source/behavior/entities/format/components/exhaustion_values.json index 5563a89c..e95b4032 100644 --- a/source/behavior/entities/format/components/exhaustion_values.json +++ b/source/behavior/entities/format/components/exhaustion_values.json @@ -8,7 +8,7 @@ "attack": { "title": "Attack", "type": "number", - "default": 0.3, + "default": 0.1, "description": "Amount of exhaustion applied when attacking." }, "damage": { @@ -20,19 +20,19 @@ "heal": { "title": "Heal", "type": "number", - "default": 3, + "default": 6, "description": "Amount of exhaustion applied when healed through food regeneration." }, "jump": { "title": "Jump", "type": "number", - "default": 0.2, + "default": 0.05, "description": "Amount of exhaustion applied when jumping." }, "mine": { "title": "Mine", "type": "number", - "default": 0.025, + "default": 0.005, "description": "Amount of exhaustion applied when mining." }, "sprint": { @@ -44,19 +44,19 @@ "sprint_jump": { "title": "Sprint Jump", "type": "number", - "default": 0.8, + "default": 0.2, "description": "Amount of exhaustion applied when sprint jumping." }, "swim": { "title": "Swim", "type": "number", - "default": 0.015, + "default": 0.01, "description": "Amount of exhaustion applied when swimming." }, "walk": { "title": "Walk", "type": "number", - "default": 0.01, + "default": 0, "description": "Amount of exhaustion applied when walking." } },