Added national cup and updated league files.

This commit is contained in:
tsigiarocc 2008-12-20 07:21:58 +00:00
parent 4891f9e6d3
commit a37117efbb
4 changed files with 132 additions and 2 deletions

View File

@ -8,12 +8,13 @@
<leagues>
<league>n_ireland1</league>
<league>n_ireland2</league>
<league>n_ireland3</league>
</leagues>
<cups>
<cup>n_ireland_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>n_ireland_prom_games1</cup>

View File

@ -0,0 +1,62 @@
<?xml version="1.0" encoding="UTF-8"?>
<cup>
<name>The Irish Cup</name>
<short_name>I. Cup</short_name>
<symbol>flag_n_ireland.png</symbol>
<sid>n_ireland_cup</sid>
<last_week>34</last_week>
<week_gap>3</week_gap>
<property>national</property>
<cup_rounds>
<cup_round>
<home_away>0</home_away>
<choose_teams>
<choose_team>
<choose_team_sid>n_ireland2</choose_team_sid>
</choose_team>
<choose_team>
<choose_team_sid>n_ireland3</choose_team_sid>
</choose_team>
</choose_teams>
<byes>11</byes>
<delay>-3</delay>
</cup_round>
<cup_round>
<home_away>0</home_away>
<replay>1</replay>
<choose_teams>
<choose_team>
<choose_team_sid>n_ireland1</choose_team_sid>
</choose_team>
</choose_teams>
<byes>0</byes>
</cup_round>
<cup_round>
<home_away>0</home_away>
<replay>1</replay>
<delay>-1</delay>
</cup_round>
<cup_round>
<home_away>0</home_away>
<replay>1</replay>
<delay>1</delay>
</cup_round>
<cup_round>
<home_away>0</home_away>
<neutral>1</neutral>
</cup_round>
<cup_round>
<home_away>0</home_away>
<neutral>1</neutral>
</cup_round>
</cup_rounds>
</cup>

View File

@ -23,6 +23,13 @@
<prom_games_cup_sid>n_ireland_prom_games1</prom_games_cup_sid>
<prom_games_loser_sid>n_ireland2</prom_games_loser_sid>
</prom_games>
<prom_rel_element>
<rank_start>16</rank_start>
<rank_end>17</rank_end>
<dest_sid>n_ireland3</dest_sid>
<prom_rel_type>relegation</prom_rel_type>
</prom_rel_element>
</prom_rel>
<teams>
@ -78,4 +85,4 @@
<team_name>Tobermore</team_name>
</team>
</teams>
</league>
</league>

View File

@ -0,0 +1,60 @@
<?xml version="1.0" encoding="UTF-8"?>
<league>
<sid>n_ireland3</sid>
<name>IFA Interim Intermediate League</name>
<short_name>IFA I. L.</short_name>
<symbol>flag_n_ireland.png</symbol>
<first_week>1</first_week>
<week_gap>1</week_gap>
<average_talent>5000</average_talent>
<names_file>england</names_file>
<yellow_red>5</yellow_red>
<prom_rel>
<prom_rel_element>
<rank_start>1</rank_start>
<rank_end>2</rank_end>
<dest_sid>n_ireland2</dest_sid>
<prom_rel_type>promotion</prom_rel_type>
</prom_rel_element>
</prom_rel>
<teams>
<team>
<team_name>Annagh</team_name>
</team>
<team>
<team_name>Brantwood</team_name>
</team>
<team>
<team_name>Chimney C.</team_name>
</team>
<team>
<team_name>Dundela</team_name>
</team>
<team>
<team_name>Harland and Wolff</team_name>
</team>
<team>
<team_name>Lurgan C.</team_name>
</team>
<team>
<team_name>Moyola P.</team_name>
</team>
<team>
<team_name>Oxford U. S.</team_name>
</team>
<team>
<team_name>PSNI</team_name>
</team>
<team>
<team_name>Portstewart</team_name>
</team>
<team>
<team_name>Queen's U.</team_name>
</team>
<team>
<team_name>Wakehurst</team_name>
</team>
</teams>
</league>