From 29d44a5b014fe672216f6e8d46cdd0f302cf4d1a Mon Sep 17 00:00:00 2001 From: Andrew Lalis Date: Fri, 29 Jul 2022 13:27:42 +0200 Subject: [PATCH] Updated default-config.yaml --- server/src/main/resources/default-config.yaml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/server/src/main/resources/default-config.yaml b/server/src/main/resources/default-config.yaml index e53a88c..4c6ed00 100644 --- a/server/src/main/resources/default-config.yaml +++ b/server/src/main/resources/default-config.yaml @@ -11,13 +11,13 @@ teams: color: [0, 0, 0.8] spawnPoint: B physics: - gravity: 29.43 + gravity: 9.81 walkingSpeed: 4 crouchingSpeed: 1.5 sprintingSpeed: 9 movementAcceleration: 2 movementDeceleration: 1 - jumpVerticalSpeed: 8 + jumpVerticalSpeed: 7 actions: blockBreakCooldown: 0.25 blockPlaceCooldown: 0.1 @@ -29,4 +29,5 @@ actions: resupplyRadius: 3 teamSpawnProtection: 10 movementAccuracyDecreaseFactor: 0.01 - friendlyFire: false \ No newline at end of file + friendlyFire: false + healthRegenPerSecond: 0.01 \ No newline at end of file