Updated exhaustion values

This commit is contained in:
DaanV2
2022-07-20 21:02:38 +02:00
parent 155ff2bcef
commit 88e2b92d50

View File

@@ -8,7 +8,7 @@
"attack": { "attack": {
"title": "Attack", "title": "Attack",
"type": "number", "type": "number",
"default": 0.3, "default": 0.1,
"description": "Amount of exhaustion applied when attacking." "description": "Amount of exhaustion applied when attacking."
}, },
"damage": { "damage": {
@@ -20,19 +20,19 @@
"heal": { "heal": {
"title": "Heal", "title": "Heal",
"type": "number", "type": "number",
"default": 3, "default": 6,
"description": "Amount of exhaustion applied when healed through food regeneration." "description": "Amount of exhaustion applied when healed through food regeneration."
}, },
"jump": { "jump": {
"title": "Jump", "title": "Jump",
"type": "number", "type": "number",
"default": 0.2, "default": 0.05,
"description": "Amount of exhaustion applied when jumping." "description": "Amount of exhaustion applied when jumping."
}, },
"mine": { "mine": {
"title": "Mine", "title": "Mine",
"type": "number", "type": "number",
"default": 0.025, "default": 0.005,
"description": "Amount of exhaustion applied when mining." "description": "Amount of exhaustion applied when mining."
}, },
"sprint": { "sprint": {
@@ -44,19 +44,19 @@
"sprint_jump": { "sprint_jump": {
"title": "Sprint Jump", "title": "Sprint Jump",
"type": "number", "type": "number",
"default": 0.8, "default": 0.2,
"description": "Amount of exhaustion applied when sprint jumping." "description": "Amount of exhaustion applied when sprint jumping."
}, },
"swim": { "swim": {
"title": "Swim", "title": "Swim",
"type": "number", "type": "number",
"default": 0.015, "default": 0.01,
"description": "Amount of exhaustion applied when swimming." "description": "Amount of exhaustion applied when swimming."
}, },
"walk": { "walk": {
"title": "Walk", "title": "Walk",
"type": "number", "type": "number",
"default": 0.01, "default": 0,
"description": "Amount of exhaustion applied when walking." "description": "Amount of exhaustion applied when walking."
} }
}, },