mirror of https://github.com/tstellar/bygfoot.git
Updated definitions and added national cup.
This commit is contained in:
parent
e19107a070
commit
171c93b386
|
@ -14,12 +14,12 @@
|
|||
</leagues>
|
||||
|
||||
<cups>
|
||||
<cup>croatia_prom_games1</cup>
|
||||
<cup>croatia_cup</cup>
|
||||
<cup>europe_uefa</cup>
|
||||
<cup>europe_champ_league</cup>
|
||||
<cup>supercup_league_vs_cup</cup>
|
||||
<cup>supercup_europe_uefa</cup>
|
||||
<cup>supercup_europe_intercontinental</cup>
|
||||
<cup>croatia_prom_games1</cup>
|
||||
</cups>
|
||||
|
||||
</country>
|
||||
|
|
|
@ -0,0 +1,84 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<cup>
|
||||
<name>Hrvatski nogometni kup</name>
|
||||
<short_name>Hrv. kup</short_name>
|
||||
<symbol>flag_croatia.png</symbol>
|
||||
<sid>croatia_cup</sid>
|
||||
<last_week>34</last_week>
|
||||
<week_gap>3</week_gap>
|
||||
<property>national</property>
|
||||
|
||||
<cup_rounds>
|
||||
<cup_round>
|
||||
<home_away>0</home_away>
|
||||
|
||||
<choose_teams>
|
||||
<choose_team>
|
||||
<choose_team_sid>croatia2</choose_team_sid>
|
||||
<number_of_teams>8</number_of_teams>
|
||||
<start_idx>5</start_idx>
|
||||
<end_idx>16</end_idx>
|
||||
<randomly>1</randomly>
|
||||
</choose_team>
|
||||
|
||||
<choose_team>
|
||||
<choose_team_sid>croatia3a</choose_team_sid>
|
||||
<number_of_teams>8</number_of_teams>
|
||||
<start_idx>1</start_idx>
|
||||
<end_idx>18</end_idx>
|
||||
<randomly>1</randomly>
|
||||
</choose_team>
|
||||
|
||||
<choose_team>
|
||||
<choose_team_sid>croatia3b</choose_team_sid>
|
||||
<number_of_teams>8</number_of_teams>
|
||||
<start_idx>1</start_idx>
|
||||
<end_idx>18</end_idx>
|
||||
<randomly>1</randomly>
|
||||
</choose_team>
|
||||
|
||||
<choose_team>
|
||||
<choose_team_sid>croatia3c</choose_team_sid>
|
||||
<number_of_teams>8</number_of_teams>
|
||||
<start_idx>1</start_idx>
|
||||
<end_idx>18</end_idx>
|
||||
<randomly>1</randomly>
|
||||
</choose_team>
|
||||
</choose_teams>
|
||||
<delay>-12</delay>
|
||||
</cup_round>
|
||||
|
||||
<cup_round>
|
||||
<home_away>0</home_away>
|
||||
|
||||
<choose_teams>
|
||||
<choose_team>
|
||||
<choose_team_sid>croatia1</choose_team_sid>
|
||||
</choose_team>
|
||||
|
||||
<choose_team>
|
||||
<choose_team_sid>croatia2</choose_team_sid>
|
||||
<number_of_teams>4</number_of_teams>
|
||||
<start_idx>1</start_idx>
|
||||
<end_idx>4</end_idx>
|
||||
<randomly>1</randomly>
|
||||
</choose_team>
|
||||
</choose_teams>
|
||||
<delay>-6</delay>
|
||||
</cup_round>
|
||||
|
||||
<cup_round>
|
||||
<home_away>0</home_away>
|
||||
<delay>-5</delay>
|
||||
</cup_round>
|
||||
|
||||
<cup_round>
|
||||
</cup_round>
|
||||
|
||||
<cup_round>
|
||||
</cup_round>
|
||||
|
||||
<cup_round>
|
||||
</cup_round>
|
||||
</cup_rounds>
|
||||
</cup>
|
Loading…
Reference in New Issue