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

« back to all changes in this revision

Viewing changes to data/levels/enigma_x/devnull106_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="Pony trek" el:subtitle="" el:id="devnull106"/>
 
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:modes el:easy="false" el:single="true" el:network="true"/>
 
12
      <el:score el:easy="-" el:difficult="5:43"/>
 
13
    </el:info>
 
14
    <el:luamain><![CDATA[
 
15
wo["AutoRespawn"] = true
 
16
wo["AllowSuicide"] = false
 
17
 
 
18
ti["  "] = {"fl_wood"}
 
19
ti[" ."] = {"fl_abyss"}
 
20
ti["C "] = {"st_chess_black"}
 
21
ti["c "] = {"st_chess_white"}
 
22
ti["# "] = {"st_thief"}
 
23
ti["x "] = {"it_bomb"}
 
24
ti["trigger"] = {"fl_scales_bridgewood", target="blocker%%", min=0.6}
 
25
ti["blockerB"] = {"st_blocker", name="blocker%%"}
 
26
ti["Ob"] = {"st_oxyd", name="oxydBlack#", oxydcolor=OXYD_BLACK}
 
27
ti["Og"] = {"st_oxyd", name="oxydBlack#", oxydcolor=OXYD_GRAY}
 
28
ti["Ow"] = {"st_oxyd", name="oxydWhite#", oxydcolor=OXYD_WHITE}
 
29
ti["@0"] = {"#ac_marble_black", owner=YIN, controllers=CTRL_YIN, essential=INDISPENSABLE}
 
30
ti["@1"] = {"#ac_marble_white", owner=YANG, controllers=CTRL_YANG, essential=INDISPENSABLE}
 
31
 
 
32
wo(res.composer(res.autotile(ti, {"t", "trigger"}, {"B", "blockerB"})), "  ", {
 
33
    " . . . . . . . . . . . . . . . . . . . .",
 
34
    " .tb     . .tc .     .  # # #     BzOb .",
 
35
    " .   .     .   .  tw .  c @1c  .    C. .",
 
36
    " .   . .             .  c # c  .  ByOg .",
 
37
    " .   .  te     .   . .              C. .",
 
38
    " .ta  Be       .x  . .            BxOw .",
 
39
    " . . . . . . . .Bd . .Bw . . . . . . . .",
 
40
    " .OwBc             . .x  .             .",
 
41
    " . .c              . .   .   . .   .   .",
 
42
    " .OgBb   .# C #    .      txBv         .",
 
43
    " . .c    .# @0C    .td   . .tz    tv . .",
 
44
    " .ObBa    # C #    .     .ty     . . . .",
 
45
    " . . . . . . . . . . . . . . . . . . . ."})
 
46
 ]]></el:luamain>
 
47
    <el:i18n>
 
48
      <el:string el:key="title">
 
49
        <el:english el:translate="false"/>
 
50
      </el:string>
 
51
    </el:i18n>
 
52
  </el:protected>
 
53
</el:level>