mirror of https://github.com/tstellar/bygfoot.git
Added national cup and updated leagues.
This commit is contained in:
parent
e115fd110b
commit
c0a2ca797c
|
@ -12,6 +12,7 @@
|
|||
</leagues>
|
||||
|
||||
<cups>
|
||||
<cup>georgia_cup</cup>
|
||||
<cup>europe_uefa</cup>
|
||||
<cup>europe_champ_league</cup>
|
||||
<cup>supercup_europe_uefa</cup>
|
||||
|
|
|
@ -0,0 +1,69 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<cup>
|
||||
<name>Georgian Cup</name>
|
||||
<short_name>Cup</short_name>
|
||||
<symbol>flag_georgia.png</symbol>
|
||||
<sid>georgia_cup</sid>
|
||||
<last_week>48</last_week>
|
||||
<week_gap>2</week_gap>
|
||||
<break_in length="-1">8</break_in>
|
||||
<property>national</property>
|
||||
|
||||
<cup_rounds>
|
||||
<cup_round>
|
||||
|
||||
<choose_teams>
|
||||
<choose_team>
|
||||
<choose_team_sid>georgia2a</choose_team_sid>
|
||||
<number_of_teams>9</number_of_teams>
|
||||
<start_idx>1</start_idx>
|
||||
<end_idx>11</end_idx>
|
||||
<randomly>1</randomly>
|
||||
</choose_team>
|
||||
|
||||
<choose_team>
|
||||
<choose_team_sid>georgia2b</choose_team_sid>
|
||||
<number_of_teams>9</number_of_teams>
|
||||
<start_idx>1</start_idx>
|
||||
<end_idx>11</end_idx>
|
||||
<randomly>1</randomly>
|
||||
</choose_team>
|
||||
|
||||
<choose_team>
|
||||
<choose_team_sid>georgia1</choose_team_sid>
|
||||
<number_of_teams>8</number_of_teams>
|
||||
<start_idx>4</start_idx>
|
||||
<end_idx>11</end_idx>
|
||||
</choose_team>
|
||||
</choose_teams>
|
||||
<byes>0</byes>
|
||||
<delay>-26</delay>
|
||||
</cup_round>
|
||||
|
||||
<cup_round>
|
||||
|
||||
<choose_teams>
|
||||
<choose_team>
|
||||
<choose_team_sid>georgia1</choose_team_sid>
|
||||
<number_of_teams>3</number_of_teams>
|
||||
<start_idx>1</start_idx>
|
||||
<end_idx>3</end_idx>
|
||||
</choose_team>
|
||||
</choose_teams>
|
||||
<delay>-27</delay>
|
||||
</cup_round>
|
||||
|
||||
<cup_round>
|
||||
<delay>-20</delay>
|
||||
</cup_round>
|
||||
|
||||
<cup_round>
|
||||
<delay>-3</delay>
|
||||
</cup_round>
|
||||
|
||||
<cup_round>
|
||||
<home_away>0</home_away>
|
||||
<neutral>1</neutral>
|
||||
</cup_round>
|
||||
</cup_rounds>
|
||||
</cup>
|
Loading…
Reference in New Issue