1#textdomain wesnoth-multiplayer
2
3# created by Rigor
4
5[multiplayer]
6    id=multiplayer_The_Walls_of_Pyrennis
7    name= _ "2p — The Walls of Pyrennis"
8    description= _ "When the orcish hordes first began arriving in droves on the Great Continent, one intrepid ruler by the name of Iron-King Olgor set about first uniting the bickering orcish tribes. He sought to conquer the whole of the Continent under the rule of orcs, and commanded the construction of the immense fortress of Pyrennis as a monument to his power. But it was this very citadel that was his undoing — his vassals, unwilling to finish building without their destined conquest complete, turned on Olgor and slayed him, scattering the orcish hosts for centuries to come. The walls of Pyrennis have proved astoundingly indestructible both to time and war — that is, what scattered segments of it were actually completed."
9    map_data="{multiplayer/maps/2p_The_Walls_of_Pyrennis.map}"
10    random_start_time="no"
11
12    {DEFAULT_SCHEDULE}
13    {DEFAULT_MUSIC_PLAYLIST}
14
15    mp_village_gold=2
16
17    [side]
18        [ai]
19            villages_per_scout=8
20        [/ai]
21        side=1
22        canrecruit=yes
23        controller=human
24        team_name=south
25        user_team_name= _ "teamname^South"
26        gold=100
27        fog=yes
28    [/side]
29    [side]
30        [ai]
31            villages_per_scout=8
32        [/ai]
33        side=2
34        canrecruit=yes
35        controller=human
36        team_name=north
37        user_team_name= _ "teamname^North"
38        gold=100
39        fog=yes
40        [village]
41            x,y=5,3
42        [/village]
43    [/side]
44
45    {PLACE_IMAGE scenery/icepack-1.png 13 10}
46    {PLACE_IMAGE scenery/icepack-1.png 19 17}
47    {PLACE_IMAGE scenery/icepack-1.png 17 10}
48    {PLACE_IMAGE scenery/icepack-1.png 15 17}
49    {PLACE_IMAGE scenery/icepack-1.png 26 4}
50    {PLACE_IMAGE scenery/icepack-1.png 6 22}
51    {PLACE_IMAGE scenery/icepack-1.png 25 11}
52    {PLACE_IMAGE scenery/icepack-1.png 7 16}
53    {PLACE_IMAGE scenery/icepack-1.png 9 7}
54    {PLACE_IMAGE scenery/icepack-1.png 23 20}
55    {PLACE_IMAGE scenery/icepack-1.png 19 3}
56    {PLACE_IMAGE scenery/icepack-1.png 13 24}
57    {PLACE_IMAGE scenery/icepack-1.png 9 11}
58    {PLACE_IMAGE scenery/icepack-1.png 23 16}
59    {PLACE_IMAGE scenery/icepack-1.png 4 14}
60    {PLACE_IMAGE scenery/icepack-1.png 28 12}
61    {PLACE_IMAGE scenery/icepack-1.png 31 1}
62    {PLACE_IMAGE scenery/icepack-1.png 1 26}
63
64    [terrain_graphics]
65        [tile]
66            x,y=0,0
67            type=Koa^Xo
68            [image]
69                layer=0
70                name="misc/fire-A[01~08].png:140"
71            [/image]
72        [/tile]
73    [/terrain_graphics]
74[/multiplayer]
75