mirror of https://github.com/tstellar/bygfoot.git
National and UEFA supercups.
This commit is contained in:
parent
fd6e42af8e
commit
81a1d1769c
|
@ -0,0 +1,31 @@
|
||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<cup>
|
||||||
|
<name>National Supercup</name>
|
||||||
|
<short_name>Nat. Supercup</short_name>
|
||||||
|
<sid>supercup_league_vs_cup</sid>
|
||||||
|
<type>supercup</type>
|
||||||
|
|
||||||
|
<cup_rounds>
|
||||||
|
<cup_round>
|
||||||
|
<home_away>0</home_away>
|
||||||
|
<neutral>1</neutral>
|
||||||
|
</cup_round>
|
||||||
|
</cup_rounds>
|
||||||
|
|
||||||
|
<choose_teams>
|
||||||
|
|
||||||
|
<choose_team>
|
||||||
|
<choose_team_sid>cup1</choose_team_sid>
|
||||||
|
<start_idx>1</start_idx>
|
||||||
|
<end_idx>1</end_idx>
|
||||||
|
</choose_team>
|
||||||
|
|
||||||
|
<choose_team>
|
||||||
|
<choose_team_sid>league1</choose_team_sid>
|
||||||
|
<start_idx>1</start_idx>
|
||||||
|
<end_idx>2</end_idx>
|
||||||
|
</choose_team>
|
||||||
|
|
||||||
|
</choose_teams>
|
||||||
|
|
||||||
|
</cup>
|
|
@ -0,0 +1,31 @@
|
||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<cup>
|
||||||
|
<name>UEFA Supercup</name>
|
||||||
|
<short_name>UEFA SC</short_name>
|
||||||
|
<sid>supercup_uefa</sid>
|
||||||
|
<type>supercup</type>
|
||||||
|
|
||||||
|
<cup_rounds>
|
||||||
|
<cup_round>
|
||||||
|
<home_away>0</home_away>
|
||||||
|
<neutral>1</neutral>
|
||||||
|
</cup_round>
|
||||||
|
</cup_rounds>
|
||||||
|
|
||||||
|
<choose_teams>
|
||||||
|
|
||||||
|
<choose_team>
|
||||||
|
<choose_team_sid>champ_league</choose_team_sid>
|
||||||
|
<start_idx>1</start_idx>
|
||||||
|
<end_idx>1</end_idx>
|
||||||
|
</choose_team>
|
||||||
|
|
||||||
|
<choose_team>
|
||||||
|
<choose_team_sid>cwc</choose_team_sid>
|
||||||
|
<start_idx>1</start_idx>
|
||||||
|
<end_idx>1</end_idx>
|
||||||
|
</choose_team>
|
||||||
|
|
||||||
|
</choose_teams>
|
||||||
|
|
||||||
|
</cup>
|
Loading…
Reference in New Issue