From bc2a2ead33ce0b66edb4769967deb3633c24a20c Mon Sep 17 00:00:00 2001 From: eraser1 Date: Fri, 4 Sep 2015 22:32:43 -0500 Subject: [PATCH] Decreased default amount of Money/Rep gain --- @ExileServer/addons/a3_dms/config.sqf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/@ExileServer/addons/a3_dms/config.sqf b/@ExileServer/addons/a3_dms/config.sqf index fc26bc7..b3c442a 100644 --- a/@ExileServer/addons/a3_dms/config.sqf +++ b/@ExileServer/addons/a3_dms/config.sqf @@ -21,8 +21,8 @@ DMS_DEBUG = true; DMS_AI_KillPercent = 100; // The percent amount of AI that need to be killed for "killPercent" mission requirement (NOT IMPLEMENTED) - DMS_BanditMoneyGainOnKill = 100; // The amount of Poptabs gained for killing a bandit - DMS_BanditRepGainOnKill = 25; // The amount of Respect gained for killing a bandit + DMS_BanditMoneyGainOnKill = 50; // The amount of Poptabs gained for killing a bandit + DMS_BanditRepGainOnKill = 10; // The amount of Respect gained for killing a bandit DMS_MissionMarkerWinDot = true; // Keep the mission marker dot with a "win" message after mission is over DMS_MissionMarkerLoseDot = true; // Keep the mission marker dot with a "lose" message after mission is over