Merge pull request #2019 from CHOMPStationBot/upstream-merge-10393

[MIRROR] Update example configs from live server (sani)
This commit is contained in:
Razgriz
2021-06-12 18:34:16 -05:00
committed by GitHub
2 changed files with 593 additions and 576 deletions
+588 -571
View File
File diff suppressed because it is too large Load Diff
+5 -5
View File
@@ -12,6 +12,7 @@ HEALTH_THRESHOLD_DEAD -100
## Determines whether bones can be broken through excessive damage to the organ
## 0 means bones can't break, 1 means they can
BONES_CAN_BREAK 1
## Determines whether limbs can be amputated through excessive damage to the organ
## 0 means limbs can't be amputated, 1 means they can
LIMBS_CAN_BREAK 1
@@ -35,8 +36,7 @@ REVIVAL_CLONING 1
## amount of time (in hundredths of seconds) for which a brain retains the "spark of life" after the person's death (set to -1 for infinite)
REVIVAL_BRAIN_LIFE -1
## Uncomment to allow headgibbing
#ALLOW_HEADGIBS
### MOB MOVEMENT ###
@@ -47,7 +47,7 @@ REVIVAL_BRAIN_LIFE -1
## These modify the run/walk speed of all mobs before the mob-specific modifiers are applied.
RUN_SPEED 2
WALK_SPEED 5
WALK_SPEED 4
## The variables below affect the movement of specific mob types.
@@ -58,8 +58,8 @@ ALIEN_DELAY 0
METROID_DELAY 0
ANIMAL_DELAY 0
## Volume of footstep sound effects. Range: 1-100, Set to 0 to disable footstep sounds.
FOOTSTEP_VOLUME 60
## Volume of footstep sound effects. Range: 1-100, Set to 0 to disable footstep sounds.
FOOTSTEP_VOLUME 45
### Miscellaneous ###