mirror of
https://github.com/tstellar/bygfoot.git
synced 2024-12-17 02:39:14 +01:00
Added national supercup and updated country file.
This commit is contained in:
parent
dd5124c8de
commit
f3e07459da
@ -19,9 +19,9 @@
|
||||
<cup>italy_coppa</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>italy_supercoppa</cup>
|
||||
<cup>italy_prom_games_2_1</cup>
|
||||
<cup>italy_prom_games_2_3</cup>
|
||||
<cup>italy_prom_games_3a_2</cup>
|
||||
|
@ -0,0 +1,32 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<cup>
|
||||
<name>Supercoppa Italiana</name>
|
||||
<short_name>Supercoppa</short_name>
|
||||
<symbol>flag_italy.png</symbol>
|
||||
<sid>italy_supercoppa</sid>
|
||||
<last_week>8</last_week>
|
||||
<property>national</property>
|
||||
|
||||
<cup_rounds>
|
||||
<cup_round>
|
||||
<home_away>0</home_away>
|
||||
|
||||
<choose_teams>
|
||||
<choose_team>
|
||||
<choose_team_sid>italy_coppa</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>italy1</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
Block a user