1
1
mirror of https://github.com/tstellar/bygfoot.git synced 2024-12-16 10:21:15 +01:00

Added national cup and supercup and updated country file.

This commit is contained in:
tsigiarocc 2009-01-01 06:23:21 +00:00
parent fbb9e62237
commit d74b76981d
3 changed files with 100 additions and 2 deletions

View File

@ -11,12 +11,13 @@
</leagues>
<cups>
<cup>andorra_prom_games1</cup>
<cup>andorra_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>
<cup>andorra_supercup</cup>
<cup>andorra_prom_games1</cup>
</cups>
</country>

View File

@ -0,0 +1,64 @@
<?xml version="1.0" encoding="UTF-8"?>
<cup>
<name>Copa Constitució</name>
<short_name>Copa C.</short_name>
<symbol>flag_andorra.png</symbol>
<sid>andorra_cup</sid>
<last_week>48</last_week>
<week_gap>4</week_gap>
<property>national</property>
<cup_rounds>
<cup_round>
<home_away>0</home_away>
<choose_teams>
<choose_team>
<choose_team_sid>andorra2</choose_team_sid>
</choose_team>
</choose_teams>
<byes>1</byes>
<delay>-2</delay>
</cup_round>
<cup_round>
<home_away>0</home_away>
<choose_teams>
<choose_team>
<choose_team_sid>andorra1</choose_team_sid>
<number_of_teams>4</number_of_teams>
<start_idx>5</start_idx>
<end_idx>8</end_idx>
<randomly>1</randomly>
</choose_team>
</choose_teams>
<delay>-5</delay>
</cup_round>
<cup_round>
<home_away>0</home_away>
<choose_teams>
<choose_team>
<choose_team_sid>andorra1</choose_team_sid>
<number_of_teams>4</number_of_teams>
<start_idx>1</start_idx>
<end_idx>4</end_idx>
<randomly>1</randomly>
</choose_team>
</choose_teams>
<delay>-7</delay>
</cup_round>
<cup_round>
<home_away>0</home_away>
<delay>3</delay>
</cup_round>
<cup_round>
<home_away>0</home_away>
<neutral>1</neutral>
</cup_round>
</cup_rounds>
</cup>

View File

@ -0,0 +1,33 @@
<?xml version="1.0" encoding="UTF-8"?>
<cup>
<name>Andorran Supercup</name>
<short_name>Supercup</short_name>
<symbol>flag_andorra.png</symbol>
<sid>andorra_supercup</sid>
<last_week>11</last_week>
<property>national</property>
<cup_rounds>
<cup_round>
<home_away>0</home_away>
<neutral>1</neutral>
<choose_teams>
<choose_team>
<choose_team_sid>andorra_cup</choose_team_sid>
<number_of_teams>1</number_of_teams>
<start_idx>1</start_idx>
<end_idx>1</end_idx>
</choose_team>
<choose_team>
<choose_team_sid>andorra1</choose_team_sid>
<number_of_teams>1</number_of_teams>
<start_idx>1</start_idx>
<end_idx>2</end_idx>
</choose_team>
</choose_teams>
</cup_round>
</cup_rounds>
</cup>