Config changes to reduce run speed and enable dismemberment.

This commit is contained in:
Erthilo
2012-09-24 17:55:58 +01:00
parent 5c6038b726
commit 1ed6478d65

View File

@@ -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.