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

« back to all changes in this revision

Viewing changes to data/levels/enigma_advent_10/mecke56_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 III" el:subtitle="Another Tree?" el:id="mecke56"/>
 
6
      <el:version el:score="1" el:release="2" el:revision="3" 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="04:33"/>
 
13
    </el:info>
 
14
    <el:luamain><![CDATA[
 
15
ti[" "] = {"fl_bright"}
 
16
ti["_"] = {"fl_space"}
 
17
ti["-"] = {"fl_bluegray"}
 
18
ti["l"] = {"fl_lawn_d1"}
 
19
ti["e"] = {"fl_lawn_e1"}
 
20
ti["r"] = {"fl_red"}
 
21
ti[":"] = {"fl_blueslab"}
 
22
ti["("] = {"st_oxyd_a"}
 
23
ti[")"] = {"st_quake"}
 
24
ti["*"] = ti["l"] .. {"st_oneway_e"}
 
25
ti["&"] = ti["l"] .. {"st_oneway_w"}
 
26
ti["%"] = ti["l"] .. {"st_oneway_s"}
 
27
ti["'"] = ti["l"] .. {"st_oneway_n"}
 
28
ti["+"] = {"st_flash"}
 
29
ti[","] = {"st_yellow"}
 
30
ti["y"] = ti["r"] .. {"it_yinyang"}
 
31
ti["g"] = ti["y"] .. {"st_rawglass"}
 
32
ti["!"] = {"st_rawglass_movable"}
 
33
ti["#"] = {"st_passage_white", flavor = "frame"}
 
34
ti["$"] = ti["y"] .. {"st_actorimpulse"}
 
35
ti["P"] = ti["-"] .. {"st_passage_white", flavor = "frame"}
 
36
ti["@"] = ti["r"] .. {"#ac_marble_black"}
 
37
ti["Q"] = ti["r"] .. {"#ac_marble_white"}
 
38
ti["1"] = {"it_vortex", name="a1", destination="a2"}
 
39
ti["2"] = {"it_vortex", name="a2", destination="a1"}
 
40
ti["i"] = {"it_dynamite"}
 
41
ti["j"] = {"it_bag"}
 
42
ti["k"] = {"it_weight"}
 
43
ti["N"] = ti["l"] .. {"it_crack_s"}
 
44
ti["m"] = ti["l"] .. {"it_meditation_bump"}
 
45
ti["J"] = ti["l"] .. {"it_bag"}
 
46
ti["K"] = ti["l"] .. {"it_weight"}
 
47
ti["M"] = ti["l"] .. {"it_meditation_hill"}
 
48
ti["~"] = ti["!"] .. {"it_magicwand"}
 
49
ti["/"] = ti["~"] .. {"fl_bluegray"}
 
50
 
 
51
wo(ti, " ", {
 
52
    "_________P__+++_____",
 
53
    "-/------PiP---+++-+-",
 
54
    "/@/----Pi(iP----++--",
 
55
    "-/----Pie)li#----+--",
 
56
    "-----PieN(Nli#--+,+-",
 
57
    "----PieNN)NNli#--+--",
 
58
    "   #iemmm(mmmli#    ",
 
59
    "   #l%%%%)%%%%l#    ",
 
60
    "   #jjJJJQJJJjj#    ",
 
61
    "   #l&&&&)****l#    ",
 
62
    "   #kkKKKKKKKkk#    ",
 
63
    ":1 #lMMMM)MMMMl# g2:",
 
64
    ":::#$:l''(''l:$#::::"})
 
65
 
 
66
wo:shuffleOxyd()
 
67
 ]]></el:luamain>
 
68
    <el:i18n>
 
69
      <el:string el:key="title">
 
70
        <el:english el:translate="false"/>
 
71
      </el:string>
 
72
    </el:i18n>
 
73
  </el:protected>
 
74
</el:level>