diff options
author | emkael <emkael@tlen.pl> | 2024-02-05 18:52:45 +0100 |
---|---|---|
committer | emkael <emkael@tlen.pl> | 2024-02-05 18:52:45 +0100 |
commit | 19d97992871b64848887cd1929ca8ac75a92a1a8 (patch) | |
tree | 8ea01e17b1e744766045f05cedb40f6ccc0db0f5 | |
parent | 98cd59d63a9b9e6af03680451e3f9a3872f5a8c0 (diff) |
Play-off boards
-rw-r--r-- | boards/config/centralne.json | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/boards/config/centralne.json b/boards/config/centralne.json index 61d5f6c..3d42695 100644 --- a/boards/config/centralne.json +++ b/boards/config/centralne.json @@ -121,6 +121,38 @@ } } ] + }, + { + "title": "II liga NE", + "sets": [ + { + "title": "AZS UW ORŁY Warszawa - ABNEGAT WZBS Warszawa (03.02.2024)", + "files": [ + { + "path": "po/nepo1a-t1-b1", + "name": "Rozdania 1-24", + "title": "ORŁY-ABNEGAT 1-2/6", + "enabled": 1 + }, + { + "path": "po/nepo1a-t1-b25", + "name": "Rozdania 25-48", + "title": "ORŁY-ABNEGAT 3-4/6", + "enabled": 1 + }, + { + "path": "po/nepo1a-t1-b49", + "name": "Rozdania 49-72", + "title": "ORŁY-ABNEGAT 5-6/6", + "enabled": 1 + } + ], + "zip": { + "id": "nepo1a-t1", + "title": "cały mecz" + } + } + ] } ] } |