~ubuntu-branches/ubuntu/saucy/enigma/saucy

« back to all changes in this revision

Viewing changes to data/levels/enigma_vi/andreas28_3.xml

  • Committer: Bazaar Package Importer
  • Author(s): Erich Schubert
  • Date: 2010-05-26 02:27:26 UTC
  • mfrom: (5.1.3 sid)
  • Revision ID: james.westby@ubuntu.com-20100526022726-7tnbf65s6btbibu2
Tags: 1.10~~pre-alpha+r2100-1
* New SVN checkout, shortly after upstream "pre-alpha" release
* Target unstable, to get more testing for enigma
* Remove spelling patches included upstream

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="Dancing on Light Beams" el:subtitle="" el:id="andreas28"/>
 
6
      <el:version el:score="2" el:release="3" el:revision="3" el:status="released"/>
 
7
      <el:author el:name="Andreas Lochmann" el:email="" el:homepage=""/>
 
8
      <el:copyright>Copyright © 2006, 2009 Andreas Lochmann</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="true" el:single="true" el:network="false"/>
 
13
      <el:comments>
 
14
      </el:comments>
 
15
      <el:score el:easy="01:08" el:difficult="01:19"/>
 
16
    </el:info>
 
17
    <el:luamain><![CDATA[
 
18
 
 
19
ti[" "] = {"fl_stone"}
 
20
ti["#"] = {"st_concrete"}
 
21
ti["B"] = {"st_polarswitch"}
 
22
ti["L"] = {"st_lightpassenger"}
 
23
ti["M"] = {"st_stoneimpulse_movable"}
 
24
ti["D"] = {"st_death_movable"}
 
25
ti["S"] = {"st_laser", orientation = SOUTH, state = ON}
 
26
ti["N"] = {"st_laser", orientation = NORTH, state = ON}
 
27
ti["E"] = {"st_laser", orientation = EAST, state = ON}
 
28
ti["W"] = {"st_laser", orientation = WEST, state = ON}
 
29
ti["O"] = {"st_oxyd", flavor = "b"}
 
30
ti["@"] = {"#ac_marble", adhesion = 1.7}
 
31
 
 
32
if wo["IsDifficult"] then
 
33
    ti["s"] = ti[" "]
 
34
else
 
35
    ti["s"] = {"it_spring_keep"}
 
36
end
 
37
 
 
38
wo(ti, " ", {"##S##S##############",
 
39
             "# B  B             #",
 
40
             "#          BW  S S #",
 
41
             "#  S B         B B #",
 
42
             "#  B Ls@  EB       #",
 
43
             "EB        B    B   #",
 
44
             "#            B    BW",
 
45
             "#    B  B       BBW#",
 
46
             "#EB           B    #",
 
47
             "#       B   B      #",
 
48
             "########N###N####  #",
 
49
             "#              D  BW",
 
50
             "##########OOOOOO####"})
 
51
 
 
52
wo:shuffleOxyd()
 
53
 
 
54
 ]]></el:luamain>
 
55
    <el:i18n>
 
56
      <el:string el:key="title">
 
57
        <el:english el:translate="false"/>
 
58
      </el:string>
 
59
    </el:i18n>
 
60
  </el:protected>
 
61
</el:level>