Updated default-config.yaml
This commit is contained in:
parent
271c93550a
commit
29d44a5b01
|
@ -11,13 +11,13 @@ teams:
|
||||||
color: [0, 0, 0.8]
|
color: [0, 0, 0.8]
|
||||||
spawnPoint: B
|
spawnPoint: B
|
||||||
physics:
|
physics:
|
||||||
gravity: 29.43
|
gravity: 9.81
|
||||||
walkingSpeed: 4
|
walkingSpeed: 4
|
||||||
crouchingSpeed: 1.5
|
crouchingSpeed: 1.5
|
||||||
sprintingSpeed: 9
|
sprintingSpeed: 9
|
||||||
movementAcceleration: 2
|
movementAcceleration: 2
|
||||||
movementDeceleration: 1
|
movementDeceleration: 1
|
||||||
jumpVerticalSpeed: 8
|
jumpVerticalSpeed: 7
|
||||||
actions:
|
actions:
|
||||||
blockBreakCooldown: 0.25
|
blockBreakCooldown: 0.25
|
||||||
blockPlaceCooldown: 0.1
|
blockPlaceCooldown: 0.1
|
||||||
|
@ -29,4 +29,5 @@ actions:
|
||||||
resupplyRadius: 3
|
resupplyRadius: 3
|
||||||
teamSpawnProtection: 10
|
teamSpawnProtection: 10
|
||||||
movementAccuracyDecreaseFactor: 0.01
|
movementAccuracyDecreaseFactor: 0.01
|
||||||
friendlyFire: false
|
friendlyFire: false
|
||||||
|
healthRegenPerSecond: 0.01
|
Loading…
Reference in New Issue