diff --git a/gamedir/Data-1.13/Skills_Settings.INI b/gamedir/Data-1.13/Skills_Settings.INI index f426fd991..8b8da80ba 100644 --- a/gamedir/Data-1.13/Skills_Settings.INI +++ b/gamedir/Data-1.13/Skills_Settings.INI @@ -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 \ No newline at end of file +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 \ No newline at end of file