~ubuntu-branches/ubuntu/natty/enigma/natty

« back to all changes in this revision

Viewing changes to data/levels/enigma_v/andreas06_2.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="Laser Path" el:subtitle="" el:id="andreas06"/>
 
6
      <el:version el:score="2" el:release="2" el:revision="15" el:status="released"/>
 
7
      <el:author el:name="Andreas Lochmann" el:email="" el:homepage=""/>
 
8
      <el:copyright>Copyright © 2005, 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="02:41"/>
 
16
    </el:info>
 
17
    <el:luamain><![CDATA[
 
18
 
 
19
wo["ConserveLevel"] = false
 
20
wo["ProvideExtralifes"] = false
 
21
 
 
22
ti[" "] = {"fl_metal_7", friction = 4.0}
 
23
ti["@"] = {"#ac_marble", adhesion = 1}
 
24
ti["#"] = {"st_metal"}
 
25
ti["<"] = {"st_oneway_w"}
 
26
ti[">"] = {"st_oneway_e"}
 
27
ti["*"] = {"st_laser", "laser", orientation = EAST, state = cond(wo["IsDifficult"], ON, OFF)}
 
28
ti["a"] = {"st_door", "door%1", flavor="d", faces="ew"}
 
29
ti["b"] = {"st_door", "door%2", flavor="d", faces="ns", state = cond(wo["IsDifficult"], OPEN, CLOSED)}
 
30
ti["c"] = {"st_door", "door%3", flavor="d", faces="ns"}
 
31
ti["d"] = {"st_door", "door%4", flavor="d", faces="ns"}
 
32
ti["e"] = {"st_door", "door5#", flavor="d", faces="ew"}
 
33
ti["E"] = {"st_switch", target = "door5#*"}
 
34
ti["G"] = {"st_lightglass"}
 
35
ti["I"] = {"st_mirror", orientation = VERTICAL}
 
36
ti["L"] = {"st_mirror", orientation = VERTICAL, movable = true, transparent = true, flavor = "sheets"}
 
37
ti["M"] = {"st_mirror", orientation = VERTICAL, movable = true}
 
38
ti["T"] = {"st_mirror", orientation = VERTICAL, transparent = true, flavor = "sheets"}
 
39
ti["g"] = cond(wo["IsDifficult"], ti["#"], ti["G"])
 
40
ti["i"] = cond(wo["IsDifficult"], ti["#"], ti["I"])
 
41
ti["l"] = cond(wo["IsDifficult"], ti["#"], ti["L"])
 
42
ti["m"] = cond(wo["IsDifficult"], ti["#"], ti["M"])
 
43
ti["n"] = cond(wo["IsDifficult"], ti["M"], ti["L"])
 
44
ti["S"] = cond(wo["IsDifficult"], ti["#"], {"st_switch", target = "laser"})
 
45
ti["O"] = {"st_oxyd", flavor = "a", oxydcolor = OXYD_YELLOW}
 
46
ti["o"] = cond(wo["IsDifficult"], {"it_document", text = "text1"}, {})
 
47
ti["laserswitch"] = {"st_laserswitch", target = "door%%"}
 
48
 
 
49
w, h = wo(res.autotile(ti, {"1", "4", "laserswitch"}), " ", 
 
50
       {"##################1#",
 
51
        "##*              T 2",
 
52
        "#Oe @o         >   #",
 
53
        "###SG##TGGGIGMGGiGb#",
 
54
        "3 T              I #",
 
55
        "#    <         <   #",
 
56
        "#cG#G#MGG#GG#M##G#G#",
 
57
        "# I              T 4",
 
58
        "#    >         >   #",
 
59
        "####G#m#ln#MGgL#GGd#",
 
60
        "#OGeG            I #",
 
61
        "###Ea<         <   #",
 
62
        "################TGT#"})
 
63
 
 
64
 ]]></el:luamain>
 
65
    <el:i18n>
 
66
      <el:string el:key="title">
 
67
        <el:english el:translate="false"/>
 
68
      </el:string>
 
69
      <el:string el:key="text1">
 
70
        <el:english el:translate="true">Try the easy mode first ...</el:english>
 
71
      </el:string> 
 
72
    </el:i18n>
 
73
  </el:protected>
 
74
</el:level>