mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2026-01-10 09:22:29 +00:00
Config changes to reduce run speed and enable dismemberment.
This commit is contained in:
@@ -8,10 +8,10 @@ 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 0
|
||||
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 0
|
||||
LIMBS_CAN_BREAK 1
|
||||
|
||||
## multiplier which enables organs to take more damage before bones breaking or limbs being destroyed
|
||||
## 100 means normal, 50 means half
|
||||
@@ -42,8 +42,8 @@ REVIVAL_BRAIN_LIFE -1
|
||||
|
||||
|
||||
## These modify the run/walk speed of all mobs before the mob-specific modifiers are applied.
|
||||
RUN_DELAY 2
|
||||
WALK_DELAY 5
|
||||
RUN_SPEED 2
|
||||
WALK_SPEED 5
|
||||
|
||||
|
||||
## The variables below affect the movement of specific mob types.
|
||||
|
||||
Reference in New Issue
Block a user