From 2b9c247707412af9bb2e83810b322854e3801671 Mon Sep 17 00:00:00 2001 From: John <63141077+AconiteX@users.noreply.github.com> Date: Wed, 29 Dec 2021 23:23:41 -0500 Subject: [PATCH] Update localOptions.cfg someone set this to 5.0 (which is 500%) but left the comment as 50% so I'm correcting this to actually be 50% because 500% is absurd and SOE default is 1.5 --- linux/localOptions.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/linux/localOptions.cfg b/linux/localOptions.cfg index 90e5c8f..7bd8e59 100755 --- a/linux/localOptions.cfg +++ b/linux/localOptions.cfg @@ -249,8 +249,8 @@ disableAreaSpawners=false disablePatrolSpawners=false -##harvester extraction bonus(50%) -harvesterExtractionRateMultiplier=5.0 +# the harvester extraction rate (50%) +harvesterExtractionRateMultiplier=1.5 ##vet rewards enableVeteranRewards=true