mirror of
https://github.com/1dot13/source.git
synced 2026-09-02 14:36:06 +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:
@@ -842,3 +842,12 @@ 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.
|
; 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