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

« back to all changes in this revision

Viewing changes to data/levels/enigma_ix/devnull126_1.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="Blocking Puzzles I" el:subtitle="" el:id="devnull126"/>
 
6
      <el:version el:score="1" el:release="1" el:revision="1" el:status="released"/>
 
7
      <el:author el:name="/dev/null" el:email="" el:homepage=""/>
 
8
      <el:copyright>Copyright © 2012 /dev/null</el:copyright>
 
9
      <el:license el:type="GPL v2.0 or above" el:open="true"/>
 
10
      <el:compatibility el:enigma="1.10">
 
11
        <el:dependency el:path="lib/libpuzzle" el:id="lib/libpuzzle" el:release="3" el:preload="true"/>
 
12
      </el:compatibility>
 
13
      <el:modes el:easy="false" el:single="true" el:network="true"/>
 
14
      <el:score el:easy="-" el:difficult="4:04"/>
 
15
    </el:info>
 
16
    <el:luamain><![CDATA[
 
17
wo["AutoRespawn"] = true
 
18
wo["AllowSuicide"] = false
 
19
wo["FallenPuzzle"] = "=  "
 
20
 
 
21
ti["  "] = {"fl_concrete"}
 
22
ti[" ."] = {"fl_abyss"}
 
23
ti["* "] = {"st_grate"}
 
24
ti["B "] = {"st_passage_black", flavor="frame"}
 
25
ti["W "] = {"st_passage_white", flavor="frame"}
 
26
ti["v "] = {"it_puller_s"}
 
27
ti["P"] = {"st_puzzle"}
 
28
ti["Q"] = ti[" ."] .. {"st_puzzle", intensity=0}
 
29
ti["X"] = ti({"it_magicwand"}) .. {"st_puzzle_yellow", intensity=0}
 
30
ti["Y"] = {"st_puzzle_yellow", intensity=0}
 
31
ti["Z"] = ti[" ."] .. {"st_puzzle_yellow", intensity=1}
 
32
ti["z"] = ti[" ."] .. ti({"it_death"}) .. {"st_puzzle_yellow", intensity=0}
 
33
ti["O "] = {"st_oxyd"}
 
34
ti["@0"] = {"#ac_pearl_black", owner=YIN, controllers=CTRL_YIN, essential=INDISPENSABLE}
 
35
ti["@1"] = {"#ac_pearl_white", owner=YANG, controllers=CTRL_YANG, essential=INDISPENSABLE}
 
36
 
 
37
wo(res.composer(res.puzzle(ti, "P", "Q", "X", "Y", "Z", "z")), "  ", {
 
38
    " . . . . . . . . . . . . . . . . .",
 
39
    " .         . . . . . .       . . .",
 
40
    " .Pl . .Qj*. . . . .  @1       . .",
 
41
    " .   .O. . . . . .PcPiY1PcPd  B  .",
 
42
    " .  QbQdQe*. . . .PlPjY1PePh  B O.",
 
43
    " . . . . . .*. . .Y1Y1Z1X1Y1  B O.",
 
44
    " .Qb . . .O. .*.*.*.*.z1*.*.*. . .",
 
45
    "O. . .O. . .*. . .Y1Y1Z1X1Y1  W O.",
 
46
    " . . . . .*. . . .PfPeY1PjPa  W O.",
 
47
    " . .Pj .Ph . . . .PhPaY1PbPe  W  .",
 
48
    " . .  v    . . . . .  @0       . .",
 
49
    " . . . . . . . . . . .       . . .",
 
50
    " . . . . . . . . . . . . . . . . ."})
 
51
 
 
52
wo:shuffleOxyd()
 
53
 ]]></el:luamain>
 
54
    <el:i18n>
 
55
      <el:string el:key="title">
 
56
        <el:english el:translate="false"/>
 
57
      </el:string>
 
58
    </el:i18n>
 
59
  </el:protected>
 
60
</el:level>