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

« back to all changes in this revision

Viewing changes to data/levels/enigma_advent_10/mecke51_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 I" el:subtitle="Ice and Abyss?" el:id="mecke51"/>
 
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="01:14"/>
 
13
    </el:info>
 
14
    <el:luamain><![CDATA[
 
15
ti[" "] = {"fl_ice"}
 
16
ti["~"] = {"fl_swamp"}
 
17
ti["!"] = {"fl_space"}
 
18
ti["%"] = {"fl_lawn_b"}
 
19
ti["$"] = {"fl_abyss"}
 
20
ti["o"] = {"st_oxyd_d"}
 
21
ti["f"] = {"it_flag_black"}
 
22
ti["j"] = {"it_yinyang"}
 
23
ti["J"] = ti["$"] .. {"it_yinyang"}
 
24
ti["@"] = ti["J"] .. {"#ac_marble_black"}
 
25
ti["Q"] = ti["f"] .. {"#ac_marble_white"}
 
26
ti["q"] = ti["@"] .. {"st_beads"}
 
27
ti["I"] = {"it_dynamite"}
 
28
ti["B"] = {"st_brownie"}
 
29
ti["?"] = {"it_crack_l"}
 
30
ti["/"] = {"it_pin"}
 
31
ti["&"] = {"fl_lawn_e4"}
 
32
ti["P"] = ti["&"] .. {"it_pin"}
 
33
ti["x"] = ti["I"] .. {"st_actorimpulse_invisible"}
 
34
ti["W"] = {"st_passage_white", flavor = "frame"}
 
35
ti["Y"] = ti["~"] .. {"st_passage_black", flavor = "frame"}
 
36
ti["C"] = ti["W"] .. {"it_cherry"}
 
37
ti["M"] = ti["W"] .. {"it_dynamite"}
 
38
ti["m"] = ti["$"] .. {"it_magicwand"}
 
39
ti["n"] = ti["~"] .. {"it_magicwand"}
 
40
ti["="] = {"st_beads"}
 
41
ti["'"] = ti["&"] .. {"st_beads"}
 
42
ti["z"] = ti["&"] .. {"it_yinyang"}
 
43
ti["*"] = ti["~"] .. {"st_blur_magic"}
 
44
 
 
45
wo(ti, " ", {
 
46
    "!!!      x      !!!!",
 
47
    "!!      xnx     !!!!",
 
48
    "!      x% %x      !!",
 
49
    "! m$m  % % % YYY   !",
 
50
    "  $q$ % %Q% %YoY    ",
 
51
    "  m$m x%???%xYYY    ",
 
52
    "      %?B B?%       ",
 
53
    "   Y x?B&B&B?M=W    ",
 
54
    "  YC*%? BzB ?'o=    ",
 
55
    "   *% ?B&B&B?W'W    ",
 
56
    "   x%  ?B&B?  %x    ",
 
57
    "   %/  &???&  /%    ",
 
58
    "   %  &  P  &  %    "})
 
59
 
 
60
wo:shuffleOxyd()
 
61
 ]]></el:luamain>
 
62
    <el:i18n>
 
63
      <el:string el:key="title">
 
64
        <el:english el:translate="false"/>
 
65
      </el:string>
 
66
    </el:i18n>
 
67
  </el:protected>
 
68
</el:level>