mirror of https://github.com/tstellar/bygfoot.git
Updated definitions and added national cup.
This commit is contained in:
parent
93221be6d6
commit
09f9ded720
|
@ -11,10 +11,10 @@
|
|||
<league>bosnia_herzegovina2b</league>
|
||||
</leagues>
|
||||
|
||||
<cups>
|
||||
<cups>
|
||||
<cup>bosnia_herzegovina_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>
|
||||
</cups>
|
||||
|
|
|
@ -0,0 +1,55 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<cup>
|
||||
<name>Kup Bosne i Hercegovine</name>
|
||||
<short_name>Kup B. i H.</short_name>
|
||||
<symbol>flag_bosnia_herzegovina.png</symbol>
|
||||
<sid>bosnia_herzegovina_cup</sid>
|
||||
<last_week>31</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>bosnia_herzegovina2a</choose_team_sid>
|
||||
<number_of_teams>8</number_of_teams>
|
||||
<start_idx>1</start_idx>
|
||||
<end_idx>16</end_idx>
|
||||
<randomly>1</randomly>
|
||||
</choose_team>
|
||||
|
||||
<choose_team>
|
||||
<choose_team_sid>bosnia_herzegovina2b</choose_team_sid>
|
||||
<number_of_teams>8</number_of_teams>
|
||||
<start_idx>1</start_idx>
|
||||
<end_idx>16</end_idx>
|
||||
<randomly>1</randomly>
|
||||
</choose_team>
|
||||
|
||||
<choose_team>
|
||||
<choose_team_sid>bosnia_herzegovina1</choose_team_sid>
|
||||
</choose_team>
|
||||
</choose_teams>
|
||||
<delay>-15</delay>
|
||||
</cup_round>
|
||||
|
||||
<cup_round>
|
||||
<delay>-8</delay>
|
||||
</cup_round>
|
||||
|
||||
<cup_round>
|
||||
<delay>-8</delay>
|
||||
</cup_round>
|
||||
|
||||
<cup_round>
|
||||
</cup_round>
|
||||
|
||||
<cup_round>
|
||||
<home_away>0</home_away>
|
||||
<neutral>1</neutral>
|
||||
</cup_round>
|
||||
</cup_rounds>
|
||||
</cup>
|
Loading…
Reference in New Issue