From 8e37b547f5d2eac82e12d3baa3e5d5c63689a126 Mon Sep 17 00:00:00 2001 From: PortPixel Date: Fri, 15 Jul 2016 12:08:42 +0100 Subject: [PATCH] Update config.json --- config.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config.json b/config.json index 5661de464..c5991ffaa 100644 --- a/config.json +++ b/config.json @@ -1,6 +1,6 @@ { "port": 3000, - "foodMass": 3, + "foodMass": 1, "fireFood": 20, "limitSplit": 8, "defaultPlayerMass": 200, @@ -18,8 +18,8 @@ "gameHeight": 5000, "adminPass": "fourtree", "gameMass": 200000, - "maxFood": 1000, - "maxVirus": 50, + "maxFood": 800, + "maxVirus": 30, "slowBase": 4.5, "logChat": 0, "networkUpdateFactor": 40,