1#textdomain wesnoth-multiplayer
2
3# created by Horus2
4
5[multiplayer]
6    id=multiplayer_Hellhole
7    name= _ "2p — Hellhole"
8    description= _ "Once, the town of Myrilel was a tranquil village at the easternmost reaches of humankind. This changed forever upon the rise of the lich warlord Mal-Ravanal, who ripped a gate of unspeakable dark sorcery in the center of town as the first gathering point for his armies of death. Though Mal-Ravanal was defeated, Myrilel remains a place made desolate and ruined, the gate an eternal scar on the land that to this day summons forth legions of wandering undead."
9    map_data="{multiplayer/maps/2p_Hellhole.map}"
10    random_start_time="no"
11
12    {DEFAULT_SCHEDULE}
13    {DEFAULT_MUSIC_PLAYLIST}
14
15    {PLACE_IMAGE scenery/village-human-burned1.png 4 23}
16    {PLACE_IMAGE scenery/village-human-burned1.png 36 6}
17    {PLACE_IMAGE scenery/village-human-burned2.png 12 27}
18    {PLACE_IMAGE scenery/village-human-burned2.png 28 2}
19    {PLACE_IMAGE scenery/village-human-burned3.png 35 24}
20    {PLACE_IMAGE scenery/village-human-burned3.png 5 6}
21    {PLACE_IMAGE scenery/village-human-burned4.png 23 27}
22    {PLACE_IMAGE scenery/village-human-burned4.png 17 3}
23
24    {PLACE_IMAGE scenery/rock4.png 25 21}
25    {PLACE_IMAGE scenery/rock4.png 15 9}
26    {PLACE_IMAGE scenery/rock2.png 23 21}
27    {PLACE_IMAGE scenery/rock2.png 17 9}
28    {PLACE_IMAGE scenery/rock1.png 14 26}
29    {PLACE_IMAGE scenery/rock1.png 26 3}
30    {PLACE_IMAGE scenery/rock3.png 15 27}
31    {PLACE_IMAGE scenery/rock3.png 25 3}
32    {PLACE_IMAGE scenery/rock4.png 16 27}
33    {PLACE_IMAGE scenery/rock4.png 24 2}
34
35    [side]
36        [ai]
37            villages_per_scout=7
38        [/ai]
39        side=1
40        canrecruit=yes
41        controller=human
42        team_name=south
43        user_team_name= _ "teamname^South"
44        fog=yes
45    [/side]
46    [side]
47        [ai]
48            villages_per_scout=7
49        [/ai]
50        side=2
51        canrecruit=yes
52        controller=human
53        team_name=north
54        user_team_name= _ "teamname^North"
55        fog=yes
56        [village]
57            x=23
58            y=5
59        [/village]
60    [/side]
61[/multiplayer]
62