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:
Flugente
2015-03-05 22:42:49 +00:00
parent 43d8e07da0
commit fcb3dfb3cd
+10 -1
View File
@@ -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