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

« back to all changes in this revision

Viewing changes to data/levels/enigma_advent_10/devnull72_3.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="Break On Through" el:subtitle="To The Other Side" el:id="devnull72"/>
 
6
      <el:version el:score="1" el:release="3" el:revision="6" el:status="released"/>
 
7
      <el:author el:name="/dev/null" el:email="" el:homepage=""/>
 
8
      <el:copyright>Copyright © 2010, 2012 dev0</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="4:24"/>
 
13
    </el:info>
 
14
    <el:luamain><![CDATA[
 
15
wo["AllowSuicide"] = false
 
16
 
 
17
ti[" "] = {"fl_redslab"}
 
18
ti["~"] = {"fl_water"}
 
19
ti["#"] = {"st_granite"}
 
20
ti["+"] = ti({"it_wrench"}) .. {"st_box_hay"}
 
21
ti["doors"] = {"st_door", name ="door%%", faces = "ns", state = CLOSED}
 
22
ti["triggers"] = ti["~"] .. {"it_trigger", target = "door%%", action = "open", invisible = true}
 
23
ti[">"] = {"st_boulder_e"}
 
24
ti["<"] = {"st_boulder_w"}
 
25
ti["H"] = {"st_pull"}
 
26
ti["S"] = {"st_swap"}
 
27
ti["X"] = {"st_blocker"}
 
28
ti["R"] = {"st_rotator", movable = true, counterclock = true}
 
29
ti["O"] = {"st_oxyd_a"}
 
30
ti["@"] = {"#ac_marble_black"}
 
31
ti["*"] = {"#ac_marble_white"}
 
32
 
 
33
wo(res.autotile(ti, {"1", "2", "triggers"}, {"3", "4", "doors"}), " ", {
 
34
    "####################",
 
35
    "OS     #~~~~~~~~~~~O",
 
36
    "#H*  #<#~~~~~~~~~~~#",
 
37
    "# R  ###~~~~~~~~~~~#",
 
38
    "#      ~~1~~X~X#####",
 
39
    "#   #######~~+     #",
 
40
    "#3#~#  ~~~~~~  #~#4#",
 
41
    "#     +~~#######   #",
 
42
    "#####X~X~~2~~      #",
 
43
    "#~~~~~~~~~~~###  R #",
 
44
    "#~~~~~~~~~~~#>#  @H#",
 
45
    "O~~~~~~~~~~~#     SO",
 
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>