From 20a418e93256d8cc5e417c78e18eb5aa22d3ef3f Mon Sep 17 00:00:00 2001 From: Jiri Kalvoda Date: Mon, 12 Sep 2022 17:47:00 +0200 Subject: [PATCH] =?UTF-8?q?Strategick=C3=A1:=20P=C5=99eklep=20v=20API?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- obsazovani.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/obsazovani.md b/obsazovani.md index 802dbf1..30a49c7 100644 --- a/obsazovani.md +++ b/obsazovani.md @@ -21,7 +21,7 @@ Stav: type: "soldier" # Pro budoucí rozšiřování team: id: # Unikátní číslo v rámci týmu - reaming_rounds: # vždy > 0 + remaining_rounds: # vždy > 0 }] }]] } @@ -94,7 +94,7 @@ Metadata width_per_team: # S možnou změnou - initial_reaming_rounds: + initial_remaining_rounds: born_per_round: # pro každý tah počet, pokud je kratší, uvažujeme cyklicky } ```