mirror of https://github.com/tstellar/bygfoot.git
Updated the national cup and added league files.
This commit is contained in:
parent
024afff173
commit
ba4ca25c29
|
@ -8,12 +8,13 @@
|
|||
<leagues>
|
||||
<league>iceland1</league>
|
||||
<league>iceland2</league>
|
||||
<league>iceland3</league>
|
||||
</leagues>
|
||||
|
||||
<cups>
|
||||
<cup>iceland_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>
|
||||
|
|
|
@ -16,6 +16,13 @@
|
|||
<dest_sid>iceland1</dest_sid>
|
||||
<prom_rel_type>promotion</prom_rel_type>
|
||||
</prom_rel_element>
|
||||
|
||||
<prom_rel_element>
|
||||
<rank_start>11</rank_start>
|
||||
<rank_end>12</rank_end>
|
||||
<dest_sid>iceland3</dest_sid>
|
||||
<prom_rel_type>relegation</prom_rel_type>
|
||||
</prom_rel_element>
|
||||
</prom_rel>
|
||||
|
||||
<teams>
|
||||
|
@ -56,4 +63,4 @@
|
|||
<team_name>Þ. Akureyri</team_name>
|
||||
</team>
|
||||
</teams>
|
||||
</league>
|
||||
</league>
|
|
@ -0,0 +1,59 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<league>
|
||||
<sid>iceland3</sid>
|
||||
<name>2. deild karla</name>
|
||||
<short_name>2. d.</short_name>
|
||||
<symbol>flag_iceland.png</symbol>
|
||||
<first_week>1</first_week>
|
||||
<week_gap>1</week_gap>
|
||||
<average_talent>5000</average_talent>
|
||||
<yellow_red>5</yellow_red>
|
||||
|
||||
<prom_rel>
|
||||
<prom_rel_element>
|
||||
<rank_start>1</rank_start>
|
||||
<rank_end>2</rank_end>
|
||||
<dest_sid>iceland2</dest_sid>
|
||||
<prom_rel_type>promotion</prom_rel_type>
|
||||
</prom_rel_element>
|
||||
</prom_rel>
|
||||
|
||||
<teams>
|
||||
<team>
|
||||
<team_name>Afturelding</team_name>
|
||||
</team>
|
||||
<team>
|
||||
<team_name>Íþ. Reykjavíkur</team_name>
|
||||
</team>
|
||||
<team>
|
||||
<team_name>Víðir</team_name>
|
||||
</team>
|
||||
<team>
|
||||
<team_name>Höttur</team_name>
|
||||
</team>
|
||||
<team>
|
||||
<team_name>Tindastóll</team_name>
|
||||
</team>
|
||||
<team>
|
||||
<team_name>Grótta</team_name>
|
||||
</team>
|
||||
<team>
|
||||
<team_name>Reynir S.</team_name>
|
||||
</team>
|
||||
<team>
|
||||
<team_name>Magni</team_name>
|
||||
</team>
|
||||
<team>
|
||||
<team_name>ÍH</team_name>
|
||||
</team>
|
||||
<team>
|
||||
<team_name>Hamar</team_name>
|
||||
</team>
|
||||
<team>
|
||||
<team_name>Hvöt</team_name>
|
||||
</team>
|
||||
<team>
|
||||
<team_name>Völsungur</team_name>
|
||||
</team>
|
||||
</teams>
|
||||
</league>
|
Loading…
Reference in New Issue