mirror of
https://github.com/1dot13/source.git
synced 2026-07-29 13:52:17 +02:00
Added disease resistance and lowered food and drink consumption to survival trait.
git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@2218 4f8fa57e-7814-0410-bad4-adc449f26b7c
This commit is contained in:
@@ -841,4 +841,13 @@ CAMO_WORNOUT_SPEED_REDUCTION = 75
|
||||
TRACKER_MAX_RANGE = 30
|
||||
|
||||
; per level of the trait, we can spot tracks at up to TRACKER_ABILITY % of TRACKER_MAX_RANGE. Values from 0 to 50, default 30.
|
||||
TRACKER_ABILITY = 30
|
||||
TRACKER_ABILITY = 30
|
||||
|
||||
; reduce likelihood of getting diseases by x percent
|
||||
; values from 0% to 100%
|
||||
DISEASE_RESISTANCE = 10
|
||||
|
||||
; modifies how fast food is consumed, e.g. -50 means food consumption is lowered by 50%
|
||||
; values from -100% to 100%
|
||||
FOOD_CONSUMPTION = -20
|
||||
DRINK_CONSUMPTION = -10
|
||||
Reference in New Issue
Block a user