1#textdomain wesnoth-multiplayer
2
3# created by Horus2
4
5[multiplayer]
6    id=multiplayer_Bath_of_Glory
7    name= _ "4p — Bath of Glory"
8    map_data="{multiplayer/maps/4p_Bath_of_Glory.map}"
9    description= _ "The distant, legendary city of Malisat is famed for many great works — among its most prized being the enormous complex known as the Bath of Glory. Made to be a relaxing paradise to weary soldiers returning home, the Bath is a stunning oasis built where once was nothing but sand. In time, it has become a city unto its own, with arts and music flourishing about the wild culture centered on the baths. The complex's vastness means flared tempers between wealthy nobles can turn into veritable battlegrounds — but even this has become a form of entertainment woven into the allure of the Bath."
10
11    {DEFAULT_SCHEDULE}
12    {DEFAULT_MUSIC_PLAYLIST}
13
14    [side]
15        [ai]
16            villages_per_scout=16
17        [/ai]
18        side=1
19        team_name=east
20        user_team_name= _ "teamname^East"
21        canrecruit=yes
22        controller=human
23        fog=yes
24    [/side]
25    [side]
26        [ai]
27            villages_per_scout=16
28        [/ai]
29        side=2
30        team_name=west
31        user_team_name= _ "teamname^West"
32        canrecruit=yes
33        controller=human
34        fog=yes
35    [/side]
36    [side]
37        [ai]
38            villages_per_scout=16
39        [/ai]
40        side=3
41        team_name=west
42        user_team_name= _ "teamname^West"
43        canrecruit=yes
44        controller=human
45        fog=yes
46    [/side]
47    [side]
48        [ai]
49            villages_per_scout=16
50        [/ai]
51        side=4
52        team_name=east
53        user_team_name= _ "teamname^East"
54        canrecruit=yes
55        controller=human
56        fog=yes
57    [/side]
58
59    [item]
60        x=41
61        y=2
62        image="units/merfolk/initiate-magic-1.png~GS()"
63    [/item]
64    [item]
65        x=3
66        y=29
67        image="units/merfolk/hunter-javelin-5.png~GS()"
68    [/item]
69    [item]
70        x=35
71        y=16
72        image="units/merfolk/initiate-staff-attack-1.png~GS()"
73    [/item]
74    [item]
75        x=9
76        y=15
77        image="units/merfolk/hunter-javelin-1.png~GS()"
78    [/item]
79[/multiplayer]
80