mirror of https://github.com/tstellar/bygfoot.git
Added national supercup and updated country file.
This commit is contained in:
parent
c0cea8a2c3
commit
7be6a971be
|
@ -16,6 +16,7 @@
|
||||||
<cup>europe_champ_league</cup>
|
<cup>europe_champ_league</cup>
|
||||||
<cup>supercup_europe_uefa</cup>
|
<cup>supercup_europe_uefa</cup>
|
||||||
<cup>supercup_europe_intercontinental</cup>
|
<cup>supercup_europe_intercontinental</cup>
|
||||||
|
<cup>cyprus_supercup</cup>
|
||||||
</cups>
|
</cups>
|
||||||
|
|
||||||
</country>
|
</country>
|
||||||
|
|
|
@ -0,0 +1,33 @@
|
||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<cup>
|
||||||
|
<name>LTV Super Cup</name>
|
||||||
|
<short_name>Super Cup</short_name>
|
||||||
|
<symbol>flag_cyprus.png</symbol>
|
||||||
|
<sid>cyprus_supercup</sid>
|
||||||
|
<last_week>8</last_week>
|
||||||
|
<property>national</property>
|
||||||
|
|
||||||
|
<cup_rounds>
|
||||||
|
<cup_round>
|
||||||
|
<home_away>0</home_away>
|
||||||
|
<neutral>1</neutral>
|
||||||
|
|
||||||
|
<choose_teams>
|
||||||
|
<choose_team>
|
||||||
|
<choose_team_sid>cyprus_cup</choose_team_sid>
|
||||||
|
<number_of_teams>1</number_of_teams>
|
||||||
|
<start_idx>1</start_idx>
|
||||||
|
<end_idx>2</end_idx>
|
||||||
|
</choose_team>
|
||||||
|
|
||||||
|
<choose_team>
|
||||||
|
<choose_team_sid>cyprus1</choose_team_sid>
|
||||||
|
<number_of_teams>1</number_of_teams>
|
||||||
|
<start_idx>1</start_idx>
|
||||||
|
<end_idx>1</end_idx>
|
||||||
|
</choose_team>
|
||||||
|
</choose_teams>
|
||||||
|
|
||||||
|
</cup_round>
|
||||||
|
</cup_rounds>
|
||||||
|
</cup>
|
Loading…
Reference in New Issue