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

« back to all changes in this revision

Viewing changes to data/levels/enigma_ii/xerxes02_2.xml

  • Committer: Package Import Robot
  • Author(s): Erich Schubert
  • Date: 2013-04-06 14:54:02 UTC
  • mfrom: (1.1.10)
  • Revision ID: package-import@ubuntu.com-20130406145402-jgjrtk7hac8gtvza
Tags: 1.20-dfsg.1-1
* New upstream release (Closes: #704595)
  (Repacked: dropped zipios++ source and main menu music)
* Update watch file, sf.net again.
* Fix documentation links (Closes: #653508)
* Conflict with enigma-level-previews to encourage deinstallation
  (Pregenerated level previews were only used with version 1.01)
* Use dh7 for building instead of CDBS
* Update to policy 3.9.4.0 (no changes)
* Register documentation with doc-base

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="Dirt Clod" el:subtitle="" el:id="xerxes02"/>
 
6
      <el:version el:score="1" el:release="2" el:revision="2" el:status="released"/>
 
7
      <el:author el:name="Xerxes M. Dynatos" el:email="" el:homepage=""/>
 
8
      <el:copyright>Copyright © 2005 Xerxes M. Dynatos</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>
 
13
        <el:code>New API converted by /dev/null, March 2013</el:code>
 
14
      </el:comments>
 
15
      <el:score el:easy="-" el:difficult="-"/>
 
16
    </el:info>
 
17
    <el:luamain><![CDATA[
 
18
wo["FollowMethod"] = FOLLOW_SCROLL
 
19
wo["WormholeRange"] = 0.0
 
20
wo["WormholeStrength"] = 0.0
 
21
 
 
22
ti[" "] = {"fl_himalaya"}
 
23
ti["~"] = {"fl_water"}
 
24
ti["."] = {"fl_himalaya", name="home"}
 
25
ti["#"] = {"st_greenbrown"}
 
26
ti["="] = {"st_greenbrown_hollow"}
 
27
ti["+"] = ti({"fl_brick"}) .. {"st_box_wood"}
 
28
ti["G"] = {"st_lightglass_hollow"}
 
29
ti["Q"] = {"st_quake"}
 
30
ti["|"] = {"st_door_d", faces="ew"}
 
31
ti["/"] = {"st_door_b"}
 
32
ti["A"] = {"st_door_d", name="doorA", faces="ew"}
 
33
ti["B"] = {"st_door_d", name="doorB", faces="ew"}
 
34
ti["C"] = {"st_door_b", name="doorC"}
 
35
ti["D"] = {"st_door_b", name="doorD"}
 
36
ti["E"] = {"st_door_d", name="doorE", faces="ew"}
 
37
ti["a"] = {"st_key", target="doorA", code="1"}
 
38
ti["b"] = {"st_floppy", target="doorB"}
 
39
ti["c"] = {"st_switch", target="doorC"}
 
40
ti["d"] = {"st_coinslot", target="doorD"}
 
41
ti["e"] = {"st_switch", target="doorE"}
 
42
ti["k"] = ti["="] .. {"it_key", code="1"}
 
43
ti["f"] = ti["="] .. {"it_floppy"}
 
44
ti["m"] = ti["="] .. {"it_coin_s"}
 
45
ti["<"] = ti["="] .. {"it_wormhole", destination="home"}
 
46
ti["O"] = {"st_oxyd"}
 
47
ti["@"] = {"#ac_marble_black"}
 
48
 
 
49
wo(ti, " ", {
 
50
    "############################################################",
 
51
    "#=================##########################################",
 
52
    "#=###############=####<##=######<#####e######<#######==#####",
 
53
    "#=#         O    B          O         D      +  ~ O      ###",
 
54
    "#=#         O    #          O         /      +  ~       # f#",
 
55
    "#=#  .      O    #          O         |      +  ~ O    #  ##",
 
56
    "#=#@        =    #          G         /     +   ~     #   ##",
 
57
    "#=#         k    a          O         /    +    ~    ##   <#",
 
58
    "#=#         =    A          G         |     +   ~    E    ##",
 
59
    "#=#         O    #          O         /   +     ~ O ##    ##",
 
60
    "#=#              #          G         /    +    ~   #     =#",
 
61
    "#=#         O    |          O         C   +     ~ O#     Q##",
 
62
    "#=##==########=###m###=############=##########=#########=###",
 
63
    "#=##<=########=#######<############=##########=#########=###",
 
64
    "#=###=########=####################=##########=#########=###",
 
65
    "#=###==========###################==========c==#########=###",
 
66
    "#=###########################################d##########=###",
 
67
    "#=######################################################===#",
 
68
    "#=########################################################=#",
 
69
    "# =================     ================================ #=#",
 
70
    "########################################################=#=#",
 
71
    "########################################################=#=#",
 
72
    "########################################################=#=#",
 
73
    "########################################################=#=#",
 
74
    "########################################################=#=#",
 
75
    "########################################################=#=#",
 
76
    "########################################################=#=#",
 
77
    "########################################################=#=#",
 
78
    "############===##=   =##= =###################= =#=  =##=#=#",
 
79
    "#########O##=#=##=###=##=#=###################= =#=##=##=#=#",
 
80
    "########<    #====###=  =#=====     ===========#===##=== #=#",
 
81
    "#########=#################################=##############b#",
 
82
    "############################################################",
 
83
    "############################################################"})
 
84
 
 
85
wo:shuffleOxyd()
 
86
 ]]></el:luamain>
 
87
    <el:i18n>
 
88
      <el:string el:key="title">
 
89
        <el:english el:translate="false"/>
 
90
      </el:string>
 
91
    </el:i18n>
 
92
  </el:protected>
 
93
</el:level>