mirror of https://github.com/tstellar/bygfoot.git
Added national cup and updated league files.
This commit is contained in:
parent
3cebafcf49
commit
8526c919b2
|
@ -11,6 +11,7 @@
|
|||
</leagues>
|
||||
|
||||
<cups>
|
||||
<cup>malta_cup</cup>
|
||||
<cup>europe_uefa</cup>
|
||||
<cup>europe_champ_league</cup>
|
||||
<cup>supercup_league_vs_cup</cup>
|
||||
|
|
|
@ -0,0 +1,63 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<cup>
|
||||
<name>U Bet FA Trophy</name>
|
||||
<short_name>FA Trophy</short_name>
|
||||
<symbol>flag_malta.png</symbol>
|
||||
<sid>malta_cup</sid>
|
||||
<last_week>28</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>malta2</choose_team_sid>
|
||||
</choose_team>
|
||||
|
||||
<choose_team>
|
||||
<choose_team_sid>malta1</choose_team_sid>
|
||||
<number_of_teams>6</number_of_teams>
|
||||
<start_idx>5</start_idx>
|
||||
<end_idx>10</end_idx>
|
||||
<randomly>1</randomly>
|
||||
</choose_team>
|
||||
</choose_teams>
|
||||
<byes>0</byes>
|
||||
<delay>-14</delay>
|
||||
</cup_round>
|
||||
|
||||
<cup_round>
|
||||
<home_away>0</home_away>
|
||||
<byes>0</byes>
|
||||
<delay>-9</delay>
|
||||
</cup_round>
|
||||
|
||||
<cup_round>
|
||||
<home_away>0</home_away>
|
||||
|
||||
<choose_teams>
|
||||
<choose_team>
|
||||
<choose_team_sid>malta1</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>-2</delay>
|
||||
</cup_round>
|
||||
|
||||
<cup_round>
|
||||
<home_away>0</home_away>
|
||||
<delay>-2</delay>
|
||||
</cup_round>
|
||||
|
||||
<cup_round>
|
||||
<home_away>0</home_away>
|
||||
<neutral>1</neutral>
|
||||
</cup_round>
|
||||
</cup_rounds>
|
||||
</cup>
|
|
@ -4,7 +4,7 @@
|
|||
<name>BOV Premier League</name>
|
||||
<short_name>Prem. Lg.</short_name>
|
||||
<symbol>flag_malta.png</symbol>
|
||||
<first_week>4</first_week>
|
||||
<first_week>1</first_week>
|
||||
<week_gap>1</week_gap>
|
||||
<average_talent>5600</average_talent>
|
||||
<round_robins>3</round_robins>
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
<name>First Division</name>
|
||||
<short_name>1. Div.</short_name>
|
||||
<symbol>flag_malta.png</symbol>
|
||||
<first_week>4</first_week>
|
||||
<first_week>1</first_week>
|
||||
<week_gap>1</week_gap>
|
||||
<average_talent>5000</average_talent>
|
||||
<round_robins>3</round_robins>
|
||||
|
|
Loading…
Reference in New Issue