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,