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

« back to all changes in this revision

Viewing changes to data/levels/enigma_ix/ral55_1.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="Waterloo" el:subtitle="" el:id="20100610ral768"/>
 
6
      <el:version el:score="1" el:release="1" el:revision="$Revision: 208 $" el:status="released"/>
 
7
      <el:author el:name="Ronald Lamprecht" el:email="ral@users.berlios.de" el:homepage=""/>
 
8
      <el:copyright>Copyright © 2010 Ronald Lamprecht</el:copyright>
 
9
      <el:license el:type="GPL v2.0 or above" el:open="true"/>
 
10
      <el:compatibility el:enigma="1.10">
 
11
      </el:compatibility>
 
12
      <el:modes el:easy="false" el:single="true" el:network="false"/>
 
13
      <el:comments>
 
14
        <el:credits el:showinfo="true" el:showstart="false">Thanks to /dev/null for inspiration on the start pattern</el:credits>
 
15
      </el:comments>
 
16
      <el:score el:easy="-" el:difficult="11:36"/>
 
17
    </el:info>
 
18
    <el:luamain><![CDATA[
 
19
 
 
20
wo["ConserveLevel"] = true
 
21
wo["AutoRespawn"] = true
 
22
 
 
23
ti[" "] = {"fl_platinum", friction=5.0}
 
24
ti["-"] = {"fl_water"}
 
25
ti["X"] = {"st_oxyd_a"}
 
26
ti["#"] = {"st_lightglass"} .. ti["-"]
 
27
ti["P"] = {"st_pull"}
 
28
ti["R"] = {"st_rotator", movable=true}
 
29
ti["Q"] = {"st_swap"} .. ti["-"]
 
30
ti["N"] = {"st_boulder_n"} .. ti["-"]
 
31
ti["E"] = {"st_boulder_e"} .. ti["-"]
 
32
ti["S"] = {"st_boulder_s"} .. ti["-"]
 
33
ti["W"] = {"st_boulder_w"} .. ti["-"]
 
34
ti["w"] = {"it_wrench"}
 
35
ti["@"] = {"#ac_marble"}
 
36
 
 
37
w, h = wo(ti, " ", {
 
38
   "-X---N---X-",
 
39
   "X#       #X",
 
40
   "-    w    -",
 
41
   "-         -",
 
42
   "-    -    -",
 
43
   "W R -Q- P E",
 
44
   "-    -    -",
 
45
   "-         -",
 
46
   "-    @    -",
 
47
   "X#       #X",
 
48
   "-X---S---X-"
 
49
})
 
50
 
 
51
wo:shuffleOxyd()
 
52
 
 
53
    ]]></el:luamain>
 
54
    <el:i18n>
 
55
      <el:string el:key="title">
 
56
        <el:english el:translate="false"/>
 
57
      </el:string>
 
58
    </el:i18n>
 
59
  </el:protected>
 
60
</el:level>