mirror of
https://github.com/tstellar/bygfoot.git
synced 2025-02-21 22:07:39 +01:00
Updated definitions and added national cup and league files.
This commit is contained in:
parent
f1344f7839
commit
8af3d8fc20
@ -8,12 +8,13 @@
|
||||
<leagues>
|
||||
<league>faroe_islands1</league>
|
||||
<league>faroe_islands2</league>
|
||||
<league>faroe_islands3</league>
|
||||
</leagues>
|
||||
|
||||
<cups>
|
||||
<cup>faroe_islands_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>
|
||||
</cups>
|
||||
|
@ -0,0 +1,56 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<cup>
|
||||
<name>Faroe Islands Cup</name>
|
||||
<short_name>Cup</short_name>
|
||||
<symbol>flag_faroe_islands.png</symbol>
|
||||
<sid>faroe_islands_cup</sid>
|
||||
<last_week>18</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>faroe_islands3</choose_team_sid>
|
||||
<number_of_teams>4</number_of_teams>
|
||||
<start_idx>1</start_idx>
|
||||
<end_idx>10</end_idx>
|
||||
<randomly>1</randomly>
|
||||
</choose_team>
|
||||
</choose_teams>
|
||||
</cup_round>
|
||||
|
||||
<cup_round>
|
||||
<home_away>0</home_away>
|
||||
|
||||
<choose_teams>
|
||||
<choose_team>
|
||||
<choose_team_sid>faroe_islands2</choose_team_sid>
|
||||
<number_of_teams>4</number_of_teams>
|
||||
<start_idx>1</start_idx>
|
||||
<end_idx>10</end_idx>
|
||||
<randomly>1</randomly>
|
||||
</choose_team>
|
||||
|
||||
<choose_team>
|
||||
<choose_team_sid>faroe_islands1</choose_team_sid>
|
||||
</choose_team>
|
||||
</choose_teams>
|
||||
</cup_round>
|
||||
|
||||
<cup_round>
|
||||
<home_away>0</home_away>
|
||||
</cup_round>
|
||||
|
||||
<cup_round>
|
||||
</cup_round>
|
||||
|
||||
<cup_round>
|
||||
<home_away>0</home_away>
|
||||
<neutral>1</neutral>
|
||||
</cup_round>
|
||||
</cup_rounds>
|
||||
</cup>
|
@ -18,6 +18,13 @@
|
||||
<dest_sid>faroe_islands1</dest_sid>
|
||||
<prom_rel_type>promotion</prom_rel_type>
|
||||
</prom_rel_element>
|
||||
|
||||
<prom_rel_element>
|
||||
<rank_start>9</rank_start>
|
||||
<rank_end>10</rank_end>
|
||||
<dest_sid>faroe_islands3</dest_sid>
|
||||
<prom_rel_type>relegation</prom_rel_type>
|
||||
</prom_rel_element>
|
||||
</prom_rel>
|
||||
|
||||
<teams>
|
||||
|
@ -0,0 +1,55 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<league>
|
||||
<sid>faroe_islands3</sid>
|
||||
<name>2. Deild</name>
|
||||
<short_name>2. Deild</short_name>
|
||||
<symbol>flag_faroe_islands.png</symbol>
|
||||
<first_week>1</first_week>
|
||||
<week_gap>1</week_gap>
|
||||
<average_talent>4500</average_talent>
|
||||
<names_file>denmark</names_file>
|
||||
<round_robins>3</round_robins>
|
||||
<yellow_red>5</yellow_red>
|
||||
|
||||
<prom_rel>
|
||||
<prom_rel_element>
|
||||
<rank_start>1</rank_start>
|
||||
<rank_end>2</rank_end>
|
||||
<dest_sid>faroe_islands2</dest_sid>
|
||||
<prom_rel_type>promotion</prom_rel_type>
|
||||
</prom_rel_element>
|
||||
</prom_rel>
|
||||
|
||||
<teams>
|
||||
<team>
|
||||
<team_name>A. Argir II</team_name>
|
||||
</team>
|
||||
<team>
|
||||
<team_name>B. Tórshavn II</team_name>
|
||||
</team>
|
||||
<team>
|
||||
<team_name>K. Klaksvik III</team_name>
|
||||
</team>
|
||||
<team>
|
||||
<team_name>Í. Fram</team_name>
|
||||
</team>
|
||||
<team>
|
||||
<team_name>Fuglafjørdur II</team_name>
|
||||
</team>
|
||||
<team>
|
||||
<team_name>Miðvágur</team_name>
|
||||
</team>
|
||||
<team>
|
||||
<team_name>Skála II</team_name>
|
||||
</team>
|
||||
<team>
|
||||
<team_name>Tvoroyri II</team_name>
|
||||
</team>
|
||||
<team>
|
||||
<team_name>V. Sorvagur II</team_name>
|
||||
</team>
|
||||
<team>
|
||||
<team_name>V. Gotu III</team_name>
|
||||
</team>
|
||||
</teams>
|
||||
</league>
|
Loading…
x
Reference in New Issue
Block a user