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

« back to all changes in this revision

Viewing changes to data/levels/enigma_iii/duffy99_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="Blocks and Water" el:subtitle="" el:id="duffy99"/>
 
6
      <el:version el:score="2" el:release="2" el:revision="2" el:status="released"/>
 
7
      <el:author  el:name="Jacob Scott" el:email="" el:homepage=""/>
 
8
      <el:copyright>Copyright © 2004 Jacob Scott</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="false"/>
 
12
      <el:comments><el:code>New API converted by R. Bourquin</el:code></el:comments>
 
13
      <el:score el:easy="-" el:difficult="-"/>
 
14
    </el:info>
 
15
    <el:luamain><![CDATA[
 
16
wo["ConserveLevel"] = false
 
17
 
 
18
ti[" "] = {"fl_lawn"}
 
19
ti["~"] = {"fl_water"}
 
20
ti["-"] = {"fl_sand"}
 
21
ti["+"] = {"st_box"}
 
22
ti["#"] = {"st_granite"}
 
23
ti["%"] = ti["~"] .. {"st_greenbrown"}
 
24
ti["X"] = {"st_grate", flavor="cross"}
 
25
ti["x"] = ti["~"] .. ti["x"]
 
26
ti["o"] = {"st_oxyd", name="land#"}
 
27
ti["O"] = ti["~"] .. {"st_oxyd", name="water#"}
 
28
ti["@"] = {"ac_marble_black", 0.0, 0.5}
 
29
 
 
30
wo(ti, " ", {
 
31
    "##########################################################",
 
32
    "#                  #                  #   x~~~~ +~~~~~~ o#",
 
33
    "#  ++++ +X+X+ + +  X                  # ++~~~~~+ ~~~~~~  #",
 
34
    "#~~~~~~~~~~~~~~~~~~#  ##############  # + ~~~~~ +~~~~~~  #",
 
35
    "#~~---~~%%%%~~---~~#  ~~~~~ ~~ ~~~~~  # ++~~~~~+ ~~~~~~  #",
 
36
    "#~~~-~~~~~~~~~~-~~~#  ~~~~ ++++ ~~~~  # + x~~~~ +~~~~~~  #",
 
37
    "#~~~~~~~~OO~~~~~~~~#  ~~~+#  @ #+~~~  X ++~~~~~+ ~~~~~~  #",
 
38
    "#~~~-~~~~~~~~~~-~~~#  ~~~~ ++++ ~~~~  # + x~~~~ +~~~~~~  #",
 
39
    "#~~---~~%%%%~~---~~#  ~~~~~ ~~ ~~~~~  # ++~~~~~+ ~~~~~~  #",
 
40
    "#~~~~~~~~~~~~~~~~~~#  ##############  # + ~~~~~ +~~~~~~  #",
 
41
    "#  + + +X+X+ ++++  X                  # ++~~~~~+ ~~~~~~  #",
 
42
    "#                  #                  #   x~~~~ +~~~~~~ o#",
 
43
    "##########################################################"})
 
44
 
 
45
wo:shuffleOxyd({"land#*", max=0}, {"water#*", max=0})
 
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>