write something there
This commit is contained in:
commit
b4b6c08f4f
8546 changed files with 309825 additions and 0 deletions
24
mods/stamina/settingtypes.txt
Normal file
24
mods/stamina/settingtypes.txt
Normal file
|
@ -0,0 +1,24 @@
|
|||
stamina.enabled (Is stamina enabled?) bool true
|
||||
stamina.sprint (Is sprint enabled?) bool true
|
||||
stamina.sprint_particles (Are sprint particles enabled?) bool true
|
||||
stamina.tick (time in seconds after that 1 saturation point is taken) float 1200
|
||||
stamina.tick_min (stamina ticks won't reduce saturation below this level) int 0
|
||||
stamina.health_tick (time in seconds after player gets healed/damaged) float 5
|
||||
stamina.move_tick (time in seconds after the movement is checked) float 0.25
|
||||
stamina.exhaust_dig (exhaustion for digging a node) float 0.5
|
||||
stamina.exhaust_place (exhaustion for placing a node) float 0.5
|
||||
stamina.exhaust_move (exhaustion for moving) float 0.1
|
||||
stamina.exhaust_jump (exhaustion for jumping) float 0.1
|
||||
stamina.exhaust_craft (exhaustion for crafting) float 0.5
|
||||
stamina.exhaust_punch (exhaustion for punching) float 0.5
|
||||
stamina.exhaust_sprint (exhaustion for sprinting) float 2
|
||||
stamina.exhaust_lvl (exhaustion level at which saturation gets lowered) float 160
|
||||
stamina.heal (amount of HP a player gains per stamina.health_tick) int 1 0 20
|
||||
stamina.heal_lvl (minimum saturation needed for healing) int 1 0 20
|
||||
stamina.starve (amount of HP a player loses per stamina.health_tick) int 1 0 20
|
||||
stamina.starve_lvl (maximum stamina needed for starving) int 0 0 19
|
||||
stamina.visual_max (hud bar only extends to 20) int 20 2 20
|
||||
stamina.sprint_speed (how much faster a player can run if satiated) float 1 0 2
|
||||
stamina.sprint_jump (how much faster a player can jump if satiated) float 0 0 2
|
||||
stamina.eat_particles (Whether to generate particles when eating) bool true
|
||||
stamina.sprint_with_fast (Sprint when player has fast privilege?) bool true
|
Loading…
Add table
Add a link
Reference in a new issue