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

« back to all changes in this revision

Viewing changes to data/levels/enigma_advent_10/mecke53_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="Noel II" el:subtitle="Just a Tree" el:id="mecke53"/>
 
6
      <el:version el:score="1" el:release="2" el:revision="2" el:status="released"/>
 
7
      <el:author el:name="mecke" el:email="" el:homepage=""/>
 
8
      <el:copyright>Copyright © 2010 Thomas Bernhardt</el:copyright>
 
9
      <el:license el:type="Donated to Enigma under the projects license" el:open="true"/>
 
10
      <el:compatibility el:enigma="1.10"/>
 
11
      <el:modes el:easy="false" el:single="true" el:network="false"/>
 
12
      <el:score el:easy="-" el:difficult="03:18"/>
 
13
    </el:info>
 
14
    <el:luamain><![CDATA[
 
15
ti[" "] = {"fl_tigris"}
 
16
ti["!"] = {"st_quake"}
 
17
ti["~"] = {"fl_water"}
 
18
ti["&"] = {"st_shogun_s"}
 
19
ti["'"] = {"st_shogun_m"}
 
20
ti["$"] = {"st_shogun_l"}
 
21
ti["O"] = {"st_oxyd_a"}
 
22
ti["%"] = {"st_oneway_e"}
 
23
ti["*"] = {"st_oneway_w"}
 
24
ti["@"] = {"#ac_marble_black"}
 
25
ti["#"] = ti["~"] .. {"st_camouflage_movable"}
 
26
ti["x"] = {"it_dynamite"}
 
27
ti["a"] = ti["$"] .. {"it_shogun_s"}
 
28
ti["b"] = ti["$"] .. {"it_shogun_l", target="b"}
 
29
ti["c"] = ti["'"] .. {"it_shogun_l", target="c"}
 
30
ti["h"] = ti["'"] .. {"it_shogun_s"}
 
31
ti["d"] = {"it_shogun_l", target="d"}
 
32
ti["e"] = {"it_shogun_l", target="e"}
 
33
ti[")"] = {"st_door", flavor = "d", faces = "ew"}
 
34
ti["B"] = {"st_door", flavor = "d", faces = "ew", name="b"}
 
35
ti["C"] = {"st_door", flavor = "d", faces = "ew", name="c"}
 
36
ti["D"] = {"st_door", flavor = "d", faces = "ew", name="d"}
 
37
ti["E"] = {"st_door", flavor = "d", faces = "ew", name="e"}
 
38
 
 
39
wo(ti, " ", {
 
40
    "                    ",
 
41
    "         xx         ",
 
42
    "       x ## x       ",
 
43
    "       ! OO !       ",
 
44
    "     x # DE # x     ",
 
45
    "     !&##OO##&!     ",
 
46
    "@    %   ))   *     ",
 
47
    "   x ####OO#### x   ",
 
48
    "   !  d  BC  e  !   ",
 
49
    "   #     ))     #   ",
 
50
    "   ######OO######   ",
 
51
    "    b h  ))  a c    ",
 
52
    "         ))         "})
 
53
 
 
54
wo:shuffleOxyd()
 
55
 ]]></el:luamain>
 
56
    <el:i18n>
 
57
      <el:string el:key="title">
 
58
        <el:english el:translate="false"/>
 
59
      </el:string>
 
60
    </el:i18n>
 
61
  </el:protected>
 
62
</el:level>