~ubuntu-branches/ubuntu/raring/enigma/raring

« back to all changes in this revision

Viewing changes to data/levels/enigma_vi/just17_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="The wrong Place?" el:subtitle="" el:id="just17"/>
 
6
      <el:version el:score="2" el:release="2" el:revision="2" el:status="released"/>
 
7
      <el:author  el:name="JuSt" el:email="" el:homepage=""/>
 
8
      <el:copyright>Copyright © 2007 JuSt</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 R. Bourquin</el:code></el:comments>
 
13
      <el:score el:easy="-" el:difficult="1:32"/>
 
14
    </el:info>
 
15
    <el:luamain><![CDATA[
 
16
wo["ConserveLevel"] = false
 
17
 
 
18
ti[" "] = {"fl_ivory"}
 
19
ti["~"] = {"fl_water"}
 
20
ti["#"] = {"st_darkglass"}
 
21
ti["%"] = ti["#"] .. {"it_pipe", connections="e"}
 
22
ti["^"] = {"st_laser", state=ON, orientation=NORTH}
 
23
ti[">"] = {"st_laser", state=ON, orientation=EAST}
 
24
ti["V"] = {"st_laser", state=ON, orientation=SOUTH}
 
25
ti["<"] = {"st_laser", state=ON, orientation=WEST}
 
26
ti["P"] = {"st_lightpassenger"}
 
27
ti["M"] = {"st_mail", orientation=EAST}
 
28
ti["D"] = {"st_door", flavor="d", faces="ew", name="door%%"}
 
29
ti["t"] = {"it_trigger", target="door%%", action="open"}
 
30
ti["|"] = {"it_pipe", connections="ns"}
 
31
ti["-"] = {"it_pipe", connections="ew"}
 
32
ti["7"] = {"it_pipe", connections="es"}
 
33
ti["9"] = {"it_pipe", connections="sw"}
 
34
ti["1"] = {"it_pipe", connections="ne"}
 
35
ti["3"] = {"it_pipe", connections="wn"}
 
36
ti["."] = {"it_seed"}
 
37
ti["O"] = {"st_oxyd"}
 
38
ti["@"] = {"#ac_marble_black"}
 
39
 
 
40
wo(res.autotile(ti, {"A", "B", "D"}, {"a", "b", "t"}), " ", {
 
41
    "########V#########b#",
 
42
    "#--%               <",
 
43
    "#--%     ######### #",
 
44
    "#||%     #       # #",
 
45
    "#||%     ~       # #",
 
46
    "#||%     #       # #",
 
47
    "#77M     #       # #",
 
48
    "#99%     ####    # #",
 
49
    "#11A     #OO#      #",
 
50
    "#33%     #  B    # #",
 
51
    "#..%     ######### #",
 
52
    "#.@>          P    #",
 
53
    "########a#########^#"})
 
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>