mirror of https://github.com/tstellar/bygfoot.git
Updated definitions and added national cup.
This commit is contained in:
parent
3502f74a4b
commit
b15b2922a8
|
@ -11,9 +11,9 @@
|
|||
</leagues>
|
||||
|
||||
<cups>
|
||||
<cup>azerbaijan_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,45 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<cup>
|
||||
<name>Azerbaijan Cup</name>
|
||||
<short_name>Cup</short_name>
|
||||
<symbol>flag_azerbaijan.png</symbol>
|
||||
<sid>azerbaijan_cup</sid>
|
||||
<last_week>28</last_week>
|
||||
<week_gap>3</week_gap>
|
||||
<property>national</property>
|
||||
|
||||
<cup_rounds>
|
||||
<cup_round>
|
||||
<choose_teams>
|
||||
<choose_team>
|
||||
<choose_team_sid>azerbaijan2</choose_team_sid>
|
||||
<number_of_teams>4</number_of_teams>
|
||||
<start_idx>1</start_idx>
|
||||
<end_idx>8</end_idx>
|
||||
<randomly>1</randomly>
|
||||
</choose_team>
|
||||
</choose_teams>
|
||||
<delay>-2</delay>
|
||||
</cup_round>
|
||||
|
||||
<cup_round>
|
||||
<choose_teams>
|
||||
<choose_team>
|
||||
<choose_team_sid>azerbaijan1</choose_team_sid>
|
||||
</choose_team>
|
||||
</choose_teams>
|
||||
<delay>-2</delay>
|
||||
</cup_round>
|
||||
|
||||
<cup_round>
|
||||
</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