From 6c39b132766e7ea26c9cb32e763f54d5aaf60b23 Mon Sep 17 00:00:00 2001 From: PortPixel Date: Wed, 6 Jul 2016 10:09:33 +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 ba519705c..1e9a1ce4b 100644 --- a/config.json +++ b/config.json @@ -2,7 +2,7 @@ "port": 3000, "foodMass": 10, "fireFood": 20, - "limitSplit": 32, + "limitSplit": 320, "defaultPlayerMass": 10, "virus": { "fill": "#33ff33", @@ -10,7 +10,7 @@ "strokeWidth": 20, "defaultMass": { "from": 100, - "to": 150 + "to": 1500 }, "splitMass": 180 }, @@ -18,7 +18,7 @@ "gameHeight": 5000, "adminPass": "DEFAULT", "gameMass": 200000, - "maxFood": 1000, + "maxFood": 10000, "maxVirus": 50, "slowBase": 4.5, "logChat": 0,