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

« back to all changes in this revision

Viewing changes to data/levels/enigma_x/devnull83_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="Spacer VI" el:subtitle="" el:id="devnull83"/>
 
6
      <el:version el:score="1" el:release="1" el:revision="2" el:status="released"/>
 
7
      <el:author el:name="/dev/null" el:email="" el:homepage=""/>
 
8
      <el:copyright>Copyright © 2010, 2011 /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="false"/>
 
14
      <el:comments>
 
15
        <el:credits el:showinfo="true" el:showstart="false">Thanks alot for the absolutely great resolver feature in the new API. :-)</el:credits>
 
16
      </el:comments>
 
17
      <el:score el:easy="-" el:difficult="1:21"/>
 
18
    </el:info>
 
19
    <el:luamain><![CDATA[
 
20
wo["AutoRespawn"] = true
 
21
wo["AllowSuicide"] = false
 
22
wo["FallenPuzzle"] = "=  "
 
23
 
 
24
ti["  "] = {"fl_wood_h"}
 
25
ti[" ."] = {"fl_abyss"}
 
26
ti["# "] = {"st_metal"}
 
27
ti["Q"] = {"st_puzzle_blue"}
 
28
ti["scales"] = ti["Q%%"] ..  {"fl_scales_bridgewood", target="bridge%%"}
 
29
ti["bridges"] = {"fl_bridge", name="bridge%%", flavor="bw", state=OPEN}
 
30
ti["O "] = {"st_oxyd", flavor="a", oxydcolor=OXYD_ORANGE}
 
31
ti["0 "] = {"st_oxyd", flavor="a", oxydcolor=OXYD_RED}
 
32
ti["@ "] = {"#ac_marble_black"}
 
33
 
 
34
wo(res.autotile(res.puzzle(res.composer(ti), "Q"), {"P", "scales"},{"-", "bridges"}), "  ", {
 
35
    " .#.#.#.#.#.#.#.#. . . . .",
 
36
    " .#.    #.      #. . . . .",
 
37
    " .#.  Pc        #. . . . .",
 
38
    " .#.    #.#.Ph#.#. .O. . .",
 
39
    "#.#.#.    #.     . . .O. .",
 
40
    "#.  Pd  Pe#.     .-h . .0.",
 
41
    "#.        #.#.   .-c-e-d .",
 
42
    "#.#.#.    #.     . . . .0.",
 
43
    " . .#.           . . . . .",
 
44
    " . .#.  #.#.#.   . . . . .",
 
45
    " . .#.        @ #. . . . .",
 
46
    " . .#.#.#.#.#.#.#. . . . ."})
 
47
 ]]></el:luamain>
 
48
    <el:i18n>
 
49
      <el:string el:key="title">
 
50
        <el:english el:translate="false"/>
 
51
      </el:string>
 
52
    </el:i18n>
 
53
  </el:protected>
 
54
</el:level>