From e8746b6963a7ef34885b41498075e048a031eef2 Mon Sep 17 00:00:00 2001 From: Flugente Date: Thu, 5 Mar 2015 22:42:49 +0000 Subject: [PATCH] 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 --- Data-1.13/Skills_Settings.INI | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/Data-1.13/Skills_Settings.INI b/Data-1.13/Skills_Settings.INI index f426fd991..8b8da80ba 100644 --- a/Data-1.13/Skills_Settings.INI +++ b/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