From a74b1e1742e67e8f8f7edb0d1fcfb574a9e7486e Mon Sep 17 00:00:00 2001 From: Razgriz Date: Sat, 12 Jun 2021 15:30:14 -0700 Subject: [PATCH] Update game_options.txt --- config/example/game_options.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/config/example/game_options.txt b/config/example/game_options.txt index 3645506ab5..4dee20e509 100644 --- a/config/example/game_options.txt +++ b/config/example/game_options.txt @@ -23,7 +23,7 @@ ORGAN_HEALTH_MULTIPLIER 100 ## multiplier which influences how fast organs regenerate naturally ## 100 means normal, 50 means half -ORGAN_REGENERATION_MULTIPLIER 50 +ORGAN_REGENERATION_MULTIPLIER 75 ### REVIVAL ### @@ -46,8 +46,8 @@ REVIVAL_BRAIN_LIFE -1 ## These modify the run/walk speed of all mobs before the mob-specific modifiers are applied. -RUN_SPEED 3 -WALK_SPEED 9 +RUN_SPEED 2 +WALK_SPEED 4 ## The variables below affect the movement of specific mob types. @@ -59,7 +59,7 @@ METROID_DELAY 0 ANIMAL_DELAY 0 ## Volume of footstep sound effects. Range: 1-100, Set to 0 to disable footstep sounds. -FOOTSTEP_VOLUME 65 +FOOTSTEP_VOLUME 45 ### Miscellaneous ###