From d8f0d922f2ed5242fefbe9da07f1eb8e2ca3d114 Mon Sep 17 00:00:00 2001 From: Kevin Dungs Date: Fri, 12 Dec 2014 11:51:25 +0100 Subject: [PATCH] Adjust workers performance. Hope this is okay in combination with the upgrades yet to come. --- json/workers.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/json/workers.json b/json/workers.json index 14b4dfd..abe9169 100644 --- a/json/workers.json +++ b/json/workers.json @@ -46,7 +46,7 @@ "cost_increase": 1.3, "state": { "cost": 7e5, - "rate": 1e4 + "rate": 9e3 } }, { @@ -56,7 +56,7 @@ "cost_increase": 1.25, "state": { "cost": 5e6, - "rate": 1e5 + "rate": 1.2e5 } }, { @@ -66,7 +66,7 @@ "cost_increase": 1.2, "state": { "cost": 3e7, - "rate": 1e6 + "rate": 1.5e6 } }, { @@ -76,7 +76,7 @@ "cost_increase": 1.15, "state": { "cost": 1.25e8, - "rate": 1e9 + "rate": 2e7 } } ]