~ubuntu-branches/ubuntu/raring/enigma/raring

« back to all changes in this revision

Viewing changes to data/levels/enigma_iv/ant04_2.xml

  • Committer: Bazaar Package Importer
  • Author(s): Erich Schubert
  • Date: 2010-05-26 02:27:26 UTC
  • mfrom: (5.1.3 sid)
  • Revision ID: james.westby@ubuntu.com-20100526022726-7tnbf65s6btbibu2
Tags: 1.10~~pre-alpha+r2100-1
* New SVN checkout, shortly after upstream "pre-alpha" release
* Target unstable, to get more testing for enigma
* Remove spelling patches included upstream

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="The Tomb" el:subtitle="" el:id="ant04"/>
 
6
      <el:version el:score="2" el:release="2" el:revision="2" el:status="released"/>
 
7
      <el:author  el:name="Petr Machata" el:email="" el:homepage=""/>
 
8
      <el:copyright>Copyright © 2002 Petr Machata</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><el:code>New API converted by /dev/null</el:code></el:comments>
 
15
      <el:score el:easy="-" el:difficult="-"/>
 
16
    </el:info>
 
17
    <el:luamain><![CDATA[
 
18
wo["FollowMethod"] = FOLLOW_SCROLL
 
19
 
 
20
ti["  "] = {"fl_sand"}
 
21
ti[".."] = {"fl_abyss"}
 
22
ti["##"] = {"st_greenbrown"}
 
23
ti["XX"] = {"st_grate"}
 
24
ti["++"] = {"st_box"}
 
25
ti["doorns"] = {"st_door", name="door%%", faces = "ns"}
 
26
ti["doorew"] = {"st_door", name="door%%", faces = "ew"}
 
27
ti["trigger"] = {"it_trigger", target="door%%"}
 
28
ti["P"] = {"st_puzzle_blue", intensity = 0}
 
29
ti["OO"] = {"st_oxyd", name="oxyds#"}
 
30
ti["@@"] = {"#ac_marble_black"}
 
31
 
 
32
wo(res.puzzle(res.autotile(ti, {"D", "doorew"}, {"E", "doorns"}, {"t", "trigger"}), "P"), "  ", {
 
33
    "......####################..........######################",
 
34
    "########XXXX##tb####XXXX##..........##  ++    ++  ....OO##",
 
35
    "##      XX          ++  ##############      ++++  ....OO##",
 
36
    "##  @@  ##  ##XX##  tcXX  Db        ####  ++++    ....OO##",
 
37
    "##te    XX  td    ++####Ec##  ####    ##  ++      ....OO##",
 
38
    "##++####XXXX######  ##    ##PePE####Ed##Ee####++  ....OO##",
 
39
    "##    ########  PdPe  Pe  ..      PEtaPa    ##    ....OO##",
 
40
    "####        Da            ################################",
 
41
    "..##########################.............................."})
 
42
 
 
43
wo:shuffleOxyd({no["oxyds#*"]:sort("linear"), linear = true})
 
44
 ]]></el:luamain>
 
45
    <el:i18n>
 
46
      <el:string el:key="title">
 
47
        <el:english el:translate="false"/>
 
48
      </el:string>
 
49
    </el:i18n>
 
50
  </el:protected>
 
51
</el:level>