2 Commits d38c0781fa ... 0a19c9703e

Author SHA1 Message Date
  Awkanimus 0a19c9703e make sprint speed, jump height, and drain configurable 1 year ago
  Awkanimus d38c0781fa make sprint speed, jump height, and drain configurable 1 year ago
1 changed files with 3 additions and 3 deletions
  1. 3 3
      settingtypes.txt

+ 3 - 3
settingtypes.txt

@@ -5,6 +5,6 @@ sprint_particles (Enable sprint particles) bool true
 enable_stamina (Enable stamina/hunger) bool true
 
 stamina_tick (Time in seconds after which 1 saturation point is taken) float 800
-stamina_sprint_speed (Additional speed amount when sprinting clamped between 0.0 and 1.0) float 0.3
-stamina_sprint_jump (Additional jump height when sprinting clamped between 0.0 and 1.0) float 0.1
-stamina_sprint_drain (Amount of stamina drain caused by sprinting clamped between 0.0 and 1.0) float 0.35
+stamina_sprint_speed (Extra sprint speed - 0.0 to 1.0) float 0.3
+stamina_sprint_jump (Extra sprint jump height - 0.0 to 1.0) float 0.1
+stamina_sprint_drain (Sprint stamina drain - 0.0 to 1.0) float 0.35