Updated default-config.yaml

This commit is contained in:
Andrew Lalis 2022-07-29 13:27:42 +02:00
parent 271c93550a
commit 29d44a5b01
1 changed files with 4 additions and 3 deletions

View File

@ -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
friendlyFire: false
healthRegenPerSecond: 0.01