1#textdomain wesnoth-multiplayer
2
3# created by Mint
4
5[multiplayer]
6    id=multiplayer_Ruined_Passage
7    name= _ "2p — Ruined Passage"
8    description= _ "The distant west has long been fabled as the homeland of all living things before it was ruined by a deluge of disasters. Legends tell of the ingenuity of the ancients in their final hours as they struggled to fight back violent storms of fire and ash. Only recently have secretive expeditions to this land revealed the truth of these stories — most strikingly, a channel of immense enchanted walls. Between intense volcanic islands and vast seas of molten brimstone lies land kept pristine and untouched — yet mysteriously abandoned nonetheless."
9    map_data="{multiplayer/maps/2p_Ruined_Passage.map}"
10    random_start_time="no"
11
12    {DEFAULT_SCHEDULE_SECOND_WATCH}
13    {DEFAULT_MUSIC_PLAYLIST}
14
15    [side]
16        [ai]
17            villages_per_scout=8
18        [/ai]
19        side=1
20        canrecruit=yes
21        controller=human
22        gold=100
23        team_name=west
24        user_team_name= _ "teamname^West"
25        fog=yes
26    [/side]
27    [side]
28        [ai]
29            villages_per_scout=8
30        [/ai]
31        side=2
32        canrecruit=yes
33        controller=human
34        gold=100
35        [village]
36            x=39
37            y=2
38        [/village]
39        team_name=east
40        user_team_name= _ "teamname^East"
41        fog=yes
42    [/side]
43[/multiplayer]
44