~ubuntu-branches/ubuntu/trusty/enigma/trusty

« back to all changes in this revision

Viewing changes to data/levels/enigma_v/mp01_2.xml

  • Committer: Bazaar Package Importer
  • Author(s): Erich Schubert
  • Date: 2011-07-03 17:13:49 UTC
  • mfrom: (5.1.4 sid)
  • Revision ID: james.westby@ubuntu.com-20110703171349-6axg83r3xe7es9uk
Tags: 1.10~~pre-alpha+r2210-1
* New SVN checkout, r2210
* Depend on libcurl4-gnutls-dev | libcurl4-nss-dev instead of libcurl4-dev
  since we now have to variants (that should both work). (Closes: #618147)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
 
2
<el:level xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://enigma-game.org/schema/level/1 level.xsd" xmlns:el="http://enigma-game.org/schema/level/1">
 
3
  <el:protected>
 
4
    <el:info el:type="level">
 
5
      <el:identity el:title="Gods of Enigma" el:subtitle="" el:id="mp01"/>
 
6
      <el:version el:score="2" el:release="2" el:revision="4" el:status="released"/>
 
7
      <el:author el:name="moonpearl" el:email="" el:homepage=""/>
 
8
      <el:copyright>Copyright © 2005 moonpearl</el:copyright>
 
9
      <el:license el:type="GPL v2.0 or above" el:open="true"/>
 
10
      <el:compatibility el:enigma="1.10"/>
 
11
      <el:modes el:easy="false" el:single="true" el:network="false"/>
 
12
      <el:comments><el:code>New API converted by /dev/null, December 2010</el:code></el:comments>
 
13
      <el:score el:easy="-" el:difficult="-"/>
 
14
    </el:info>
 
15
    <el:luamain><![CDATA[
 
16
ti[" !"] = {"fl_abyss"}
 
17
ti["  "] = {"fl_blueslab"}
 
18
ti[" ."] = {"fl_metal_7"}
 
19
ti["X "] = {"st_grate"}
 
20
 
 
21
-- room 1
 
22
ti["Z "] = {"st_brick"}
 
23
ti[" '"] = {"fl_brick"}
 
24
ti[" m"] = ti[" '"] .. {"it_coin_m"}
 
25
ti["P "] = {"st_passage_black", flavor = "frame"}
 
26
ti[" p"] = ti["  "] .. ti["P "]
 
27
ti["doorsRoom1"] = ti[" '"] .. {"st_door", name = "doorR1%%", flavor = "d", faces ="ew"}
 
28
ti["triggersRoom1"] = ti[" '"] .. {"st_coinslot", target = "doorR1%%"}
 
29
 
 
30
-- room 2
 
31
ti["# "] = {"st_granite"}
 
32
ti["+ "] = {"st_granite_movable"}
 
33
ti["Q "] = {"st_stoneimpulse"}
 
34
ti["S "] = {"st_shogun", flavor = "s"}
 
35
ti[" ,"] = {"fl_lawn"}
 
36
ti[" ;"] = {"fl_lawn_b"}
 
37
ti[" z"] = {"fl_lawn_c1"}
 
38
ti[" y"] = {"fl_lawn_c2"}
 
39
ti[" x"] = {"fl_lawn_c3"}
 
40
ti[" w"] = {"fl_lawn_c4"}
 
41
ti[" v"] = {"fl_lawn_d3"}
 
42
ti[" n"] = ti[" ,"] .. {"it_flag_black"}
 
43
ti["R "] = {"st_door", name = "door2", flavor = "d", faces = "ns"}
 
44
ti["r "] = {"it_trigger", target = "door2"}
 
45
ti["B1"] = ti({"fl_lawn_d1"}) .. {"st_door", name = "doorR2%1", flavor = "d", faces ="ns"}
 
46
ti["doorsRoom2"] = ti[" ;"] .. {"st_door", name = "doorR2%%", flavor = "d", faces ="ns"}
 
47
ti["b1"] = ti[" w"] .. {"it_shogun", flavor = "s", target = "doorR2%1"}
 
48
ti["b2"] = ti[" x"] .. {"it_shogun", flavor = "s", target = "doorR2%2"}
 
49
ti["b3"] = ti[" y"] .. {"it_shogun", flavor = "s", target = "doorR2%3"}
 
50
ti["b4"] = ti[" z"] .. {"it_shogun", flavor = "s", target = "doorR2%4"}
 
51
 
 
52
-- room 3
 
53
ti["T "] = {"st_metal"}
 
54
ti[" s"] = ti[" ."] .. {"it_spring"}
 
55
ti["doorsRoom3"] = ti[" ."] .. {"st_door", name = "doorR3%%", flavor = "d", faces ="ew"}
 
56
ti["triggersRoom3"] = ti[" !"] .. {"st_switch", target = "doorR3%%"}
 
57
 
 
58
-- room 4
 
59
ti["& "] = {"st_fake_oxydd"}
 
60
ti["= "] = {"st_invisible"}
 
61
ti[" ~"] = {"fl_ice"}
 
62
ti["U "] = {"it_vortex", destination = "vortexDest"}
 
63
ti[" q"] = ti[" ."] .. {"it_pin"}
 
64
 
 
65
-- room 5
 
66
ti[" -"] = {"fl_wood"}
 
67
ti["W "] = {"st_brownie"}
 
68
ti["V "] = {"it_vortex", name = "vortexDest", autoclose = true}
 
69
ti[" o"] = ti[" -"] .. {"it_magnet_on"}
 
70
ti["Y "] = {"it_strip", connections = "ns"}
 
71
 
 
72
ti["> "] = {"it_trigger", target = "@doorToggle#*", action = "open"}
 
73
ti["< "] = {"it_trigger", target = "@doorToggle#*", action = "close"}
 
74
ti["| "] = {"st_door", name = "doorToggle#", flavor = "d", faces = "ew"}
 
75
ti["_ "] = {"st_door", name = "doorToggle#", flavor = "d", faces = "ns"}
 
76
 
 
77
ti["0 "] = {"it_document", text = "text0"}
 
78
ti["1 "] = {"it_document", text = "text1"}
 
79
ti["2 "] = {"it_document", text = "text2"}
 
80
ti["3 "] = {"it_document", text = "text3"}
 
81
ti["4 "] = {"it_document", text = "text4"}
 
82
ti["5 "] = {"it_document", text = "text5"}
 
83
ti["6 "] = {"it_document", text = "text6"}
 
84
ti["7 "] = {"it_document", text = "text7"}
 
85
ti["8 "] = {"it_document", text = "text8"}
 
86
ti["9 "] = {"it_document", text = "text9"}
 
87
ti["N "] = {"it_extralife"}
 
88
 
 
89
ti["O1"] = {"st_oxyd_d", oxydcolor = OXYD_RED}
 
90
ti["O2"] = {"st_oxyd_d", oxydcolor = OXYD_GREEN}
 
91
ti["O3"] = {"st_oxyd_d", oxydcolor = OXYD_YELLOW}
 
92
ti["O4"] = {"st_oxyd_d", oxydcolor = OXYD_BLUE}
 
93
ti["O5"] = {"st_oxyd_d", oxydcolor = OXYD_WHITE}
 
94
ti["* "] = {"#ac_rotor", range = 7, strength = 20, gohome = true}
 
95
ti["@ "] = {"#ac_marble_black"}
 
96
 
 
97
wo(res.composer(res.autotile(ti, {"A", "doorsRoom1"}, {"a", "triggersRoom1"}, {"B", "doorsRoom2"}, {"C", "doorsRoom3"}, {"c", "triggersRoom3"})), "  ", {
 
98
    " ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! !Z'Z'Z'Z'Z'Z'Z'Z'Z'Z'Z'Z'Z'Z'Z'Z'Z'Z'Z'Z' ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! !#,#,#,#,#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;",
 
99
    " ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! !Z'a1 ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' 'a3Z' ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! !#, z , , x ; ;X; ; ;#; ; z#,#,#, x ;#;#;",
 
100
    " ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! !Z' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' 'Z' ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! !#, ,#, , , ; ;#, , , x ; , , , , ,S; ;#;",
 
101
    " ! ! ! ! ! ! ! . . . . . . . ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! !Z' ' ' ' ' ' m ' ' ' ' ' ' ' ' ' ' ' 'Z' ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! !#, ,#,#, ,#; ;#,R,#, w ; y#,X,#,#,#, xQ;",
 
102
    " ! ! ! ! ! ! ! .           . ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! !Z' ' ' ' ' ' ' 'X'X'X'X'X' m ' ' ' ' 'Z' ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! !#, y ,S, w#; ;#,O2#, ;#z x v , , , , ,Q,",
 
103
    " ! ! ! ! ! ! ! .           . . . . . . . . . . . . . . . . . . . . . . . . .Z'Z'Z'Z' ' ' ' 'X' ! ! !X' ' ' 'Z'Z'O1Z'P. . . . . . . . . . . . . . . . . .#;#;#;#; ; ; ; y#,b1 ;b3#w ; , ,#,#, ,#,",
 
104
    " ! ! ! ! ! ! ! .  @ 0           N                                         > |' '<'1' ' ' ' 'X' !*! !X' ' ' 'A1A2A3A42p                                > |, ,<,3, n#x ; ; ; ; ; ; ; ; ,#, , , ,#,",
 
105
    " ! ! ! ! ! ! ! .           . . . . . . . . . . . . . . . . . . . . . . . . .Z'Z'Z'Z' ' ' ' 'X' ! ! !X' ' ' mZ'Z'O1Z'P. . . . . . . . . . . . . . . . . .#,#,#,#,X,#, ; z#,b2 ;b4+x ; y#, , , w#;",
 
106
    " ! ! ! ! ! ! ! .           . ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! !Z' ' ' ' ' ' ' 'X'X'XmX'X' ' ' ' ' ' 'Z' ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! !#, , , , , w ; y ,#w ;#,O2#; ;X; ; ;#;#;",
 
107
    " ! ! ! ! ! ! ! . . . . . . . ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! !Z' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' 'Z' ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! !#,B1#,#,S;#; ; ; ;X; ;#;#;#; ;#,#,S; ;#;",
 
108
    " ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! !Z' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' 'Z' ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! !#,B2#, z x#;X;#;#;#; z , , , , , xX; ;#;",
 
109
    " ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! !Z'a2 ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' 'a4Z' ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! !#,B3#,ry w ; ; ; ; ; y , , , , , w#; ;#;",
 
110
    " ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! !Z'Z'Z'Z'Z'Z'Z'Z'Z'Z'Z'Z'Z'Z'Z'Z'Z'Z'Z'Z' ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! !#,B4#,#,#,#,#,#,#,#,#,#,#,#,#,#;Q;Q;Q;#;",
 
111
    " ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! .4  . ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! !",
 
112
    " ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! .   . ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! !",
 
113
    " ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! .   . ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! !",
 
114
    " ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! .   . ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! !",
 
115
    " ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! .   . ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! !",
 
116
    " ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! .   . ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! !",
 
117
    " ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! .   . ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! !",
 
118
    " ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! .   . ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! !",
 
119
    " ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! .   . ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! !",
 
120
    " ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! .   . ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! !",
 
121
    " ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! .>  . ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! !",
 
122
    " ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! !&~&~&~&~&~&~&~&~&~&~&~&~&~&~&~&~&~&~&~&~&~ ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! !T!_.T!T!T!T!T!T!T!T!T!T!T!T!T!T!T!T!T!T!",
 
123
    " ! . . . . . ! . . . . . ! . . . . . ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! !&~&~ ~ ~ ~ ~ ~ ~ ~=~ ~ ~ ~ ~ ~ ~ ~ ~ ~O4&! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! !T! .T! ! .c1 . ! ! .c2 . ! ! .c3 . . .T!",
 
124
    " ! .       . ! . - - - . ! . ; ; ; . ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! !&~=~=~=~ ~=~ ~=~ ~=~ ~=~=~=~ ~=~=~=~=~=~&! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! !T!<.T! ! . . . ! ! . . . ! ! . . . ! .T!",
 
125
    "O5 .  V    . ! . - o - . ! . ;N; ; . ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! !&~ ~ ~=~ ~=~ ~=~ ~=~ ~=~ ~ ~ ~=~ ~ ~ ~ ~&! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! !T!5.T! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! .T!",
 
126
    " ! .  8    . ! . - - - . ! . ; ; ; . ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! !&~&~ ~=~ ~=~=~=~ .=. .=. .=~ ~=~ ~ ~=~&~&! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! !T! sT! !O3 . . ! ! . . . ! ! . . . ! !T!",
 
127
    " ! . . . . . ! . . . . . !W.W.W.W.W. ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! !&~=~ ~ ~ ~ ~ ~ ~ .=   =  .=~ ~=~ ~ ~=~ ~&! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! !T! ! ! ! . . . ! ! .N. . ! ! . . . ! !T!",
 
128
    "=!=!=!=!=!=!=!=!=!=!=!=!=! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! !&~=~ ~=~=~=~=~=~ .= U =  .=~=~=~ ~ ~=~ ~&! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! !T! ! ! ! . . . ! ! . . . ! ! . .O3 ! .T!",
 
129
    " ! . . . . . ! .=. . . . ! . . . . . ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! !&~=~ ~=~ ~ ~ ~=~ .= = =  . ~ ~ ~ ~ ~=~ ~&! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! !T! .T! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! .T!",
 
130
    " ! .       . ! .=~=~=~ . ! . !Y! ! . ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! !&~&~ ~=~ ~=~ ~=~ . . q . . ~ ~=~=~=~=~&~&! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! !T! .T!T! ! ! ! ! ! ! ! ! ! ! ! ! ! ! .T!",
 
131
    "O5 .  9    . ! .=~N~ ~ . ! . !Y! ! . ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! !&~ ~ ~=~ ~=~ ~=~ ~ ~ ~ ~ ~ ~ ~=~ ~ ~ ~ ~&! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! !T! . . . ! ! . . . . ! ! . . . . ! . .T!",
 
132
    " ! .       . ! .=~ ~=~ . ! . !Y! ! . ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! !&~=~=~=~ ~=~ ~=~=~=~=~=~=~=~ ~=~ ~=~=~=~&. . . . . . . . . . . . . . . . . .T!T!T!T! ! !T!T!T!T! ! !T!T!T!T! ! . .T!",
 
133
    " ! . . . . . ! . . .=. . ! . . . . . ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! !&~O4 ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~7~<~ ~|~>                               6 C4C3C2C1 ! ! . . . . ! ! . . . . ! . .T!",
 
134
    " ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! !&~&~&~&~&~&~&~&~&~&~&~&~&~&~&~&~&~&~&~&~&~ . . . . . . . . . . . . . . . . .T!T!T!T!T!T!T!T!T!T!T!T!T!T!T!T!T!T!c4T!"})
 
135
 ]]></el:luamain>
 
136
    <el:i18n>
 
137
      <el:string el:key="title">
 
138
        <el:english el:translate="false"/>
 
139
      </el:string>
 
140
      <el:string el:key="text0">
 
141
        <el:english el:translate="true">Beware, stranger! The ancient gods of Enigma have set many traps to protect their holy Oxyds! You will have to get through the Four Tests to prove your worth!</el:english>
 
142
      </el:string> 
 
143
      <el:string el:key="text1">
 
144
        <el:english el:translate="true">Prove your speed in the Test of Fire!</el:english>
 
145
      </el:string> 
 
146
      <el:string el:key="text2">
 
147
        <el:english el:translate="true">You have proven your worth! The ancients grant you a FLAG!</el:english>
 
148
      </el:string> 
 
149
      <el:string el:key="text3">
 
150
        <el:english el:translate="true">Prove your intelligence in the Test of Earth!</el:english>
 
151
      </el:string> 
 
152
      <el:string el:key="text4">
 
153
        <el:english el:translate="true">You have proven your worth! The ancients grant you a SPRING!</el:english>
 
154
      </el:string> 
 
155
      <el:string el:key="text5">
 
156
        <el:english el:translate="true">Prove your dexterity in the Test of Air!</el:english>
 
157
      </el:string> 
 
158
      <el:string el:key="text6">
 
159
        <el:english el:translate="true">You have proven your worth! The ancients grant you a NAIL!</el:english>
 
160
      </el:string> 
 
161
      <el:string el:key="text7">
 
162
        <el:english el:translate="true">Prove your patience in the Test of Water!</el:english>
 
163
      </el:string> 
 
164
      <el:string el:key="text8">
 
165
        <el:english el:translate="true">This can't be! No mortal can reach our Holy Oxyds! Prove yourself once more! Bwahahahaha!</el:english>
 
166
      </el:string> 
 
167
      <el:string el:key="text9">
 
168
        <el:english el:translate="false">All right, we'll call it a draw ... ;-)</el:english>
 
169
      </el:string> 
 
170
    </el:i18n>
 
171
  </el:protected>
 
172
</el:level>