From 54f87f268408d793e00d57bad6f38f283c4f9ded Mon Sep 17 00:00:00 2001 From: Jiri Kalvoda Date: Sun, 18 Sep 2022 23:39:10 +0200 Subject: [PATCH] =?UTF-8?q?Strategick=C3=A1:=20Konfigurace=20hry?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- server/bin/create_game | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/server/bin/create_game b/server/bin/create_game index d11890c..a226346 100755 --- a/server/bin/create_game +++ b/server/bin/create_game @@ -12,14 +12,14 @@ ses = db.get_session() name="HlavnĂ­ hra" mode = "occupy" -teams_count = 16 +teams_count = 12 configuration = { "teams_width": 4, - "teams_height": 4, - "width_per_team": 30, - "height_per_team": 30, - "born_per_round": [1], - "initial_remaining_rounds": 1000, + "teams_height": 3, + "width_per_team": 24, + "height_per_team": 24, + # "born_per_round": [1], + "initial_remaining_rounds": 540, "spawn_price": 10, "last_spawn": 100, # seed=5