mirror of https://github.com/tstellar/bygfoot.git
Added definition for Andorra.
This commit is contained in:
parent
7b59d239e2
commit
34d5a41d24
|
@ -0,0 +1,20 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<country>
|
||||
<name>Andorra</name>
|
||||
<symbol>flag_andorra.png</symbol>
|
||||
<sid>andorra</sid>
|
||||
<rating>4</rating>
|
||||
|
||||
<leagues>
|
||||
<league>andorra1</league>
|
||||
</leagues>
|
||||
|
||||
<cups>
|
||||
<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>
|
||||
|
||||
</country>
|
|
@ -0,0 +1,40 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<league>
|
||||
|
||||
<sid>andorra1</sid>
|
||||
<name>Primera Divisió</name>
|
||||
<short_name>Primera</short_name>
|
||||
<symbol>flag_andorra.png</symbol>
|
||||
<first_week>1</first_week>
|
||||
<week_gap>1</week_gap>
|
||||
<average_talent>5800</average_talent>
|
||||
<round_robins>4</round_robins>
|
||||
<names_file>spain</names_file>
|
||||
|
||||
<teams>
|
||||
<team>
|
||||
<team_name>Engordany</team_name>
|
||||
</team>
|
||||
<team>
|
||||
<team_name>I. C. d'Escaldes</team_name>
|
||||
</team>
|
||||
<team>
|
||||
<team_name>Lusitans</team_name>
|
||||
</team>
|
||||
<team>
|
||||
<team_name>Principat</team_name>
|
||||
</team>
|
||||
<team>
|
||||
<team_name>Ranger's</team_name>
|
||||
</team>
|
||||
<team>
|
||||
<team_name>S. Coloma</team_name>
|
||||
</team>
|
||||
<team>
|
||||
<team_name>UE S. Coloma</team_name>
|
||||
</team>
|
||||
<team>
|
||||
<team_name>S. Julià</team_name>
|
||||
</team>
|
||||
</teams>
|
||||
</league>
|
Loading…
Reference in New Issue