Strategická: Konfigurace hry
This commit is contained in:
parent
36d8b772e1
commit
54f87f2684
1 changed files with 6 additions and 6 deletions
|
@ -12,14 +12,14 @@ ses = db.get_session()
|
||||||
name="Hlavní hra"
|
name="Hlavní hra"
|
||||||
|
|
||||||
mode = "occupy"
|
mode = "occupy"
|
||||||
teams_count = 16
|
teams_count = 12
|
||||||
configuration = {
|
configuration = {
|
||||||
"teams_width": 4,
|
"teams_width": 4,
|
||||||
"teams_height": 4,
|
"teams_height": 3,
|
||||||
"width_per_team": 30,
|
"width_per_team": 24,
|
||||||
"height_per_team": 30,
|
"height_per_team": 24,
|
||||||
"born_per_round": [1],
|
# "born_per_round": [1],
|
||||||
"initial_remaining_rounds": 1000,
|
"initial_remaining_rounds": 540,
|
||||||
"spawn_price": 10,
|
"spawn_price": 10,
|
||||||
"last_spawn": 100,
|
"last_spawn": 100,
|
||||||
# seed=5
|
# seed=5
|
||||||
|
|
Loading…
Reference in a new issue