~ubuntu-branches/ubuntu/saucy/enigma/saucy

« back to all changes in this revision

Viewing changes to data/levels/enigma_viii/devnull32_1.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="Afraid of water" el:subtitle="" el:id="devnull32"/>
 
6
      <el:version el:score="1" el:release="1" el:revision="3" el:status="released"/>
 
7
      <el:author  el:name="/dev/null" el:email="" el:homepage=""/>
 
8
      <el:copyright>Copyright © 2008 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="true" el:single="true" el:network="false"/>
 
12
      <el:score el:easy="1:30" el:difficult="0:45"/>
 
13
    </el:info>
 
14
    <el:luamain><![CDATA[
 
15
wo["ConserveLevel"] = false
 
16
wo["ProvideExtralifes"] = false
 
17
 
 
18
ti[" "] = {"fl_water"}
 
19
ti[","] = {"fl_wood"}
 
20
ti["+"] = {"it_crack_m", flavor = "water"}
 
21
ti["~"] = {"it_crack_l", flavor = "water"}
 
22
ti["."] = ti[","] .. ti["~"]
 
23
ti["b"] = {"st_box_wood_v"}
 
24
ti["B"] = ti["."] .. {"st_box_wood_h"}
 
25
ti["R"] = ti[","] .. ti["+"]
 
26
if wo["IsDifficult"] then
 
27
    ti[":"] = ti["."]
 
28
    ti["-"] = ti["~"]
 
29
    ti["E"] = ti["B"]
 
30
else
 
31
    ti[":"] = ti[","] .. ti["+"]
 
32
    ti["-"] = ti["+"]
 
33
    ti["E"] = ti[":"] .. {"st_box_wood_h"}
 
34
end
 
35
ti["O"] = {"st_oxyd_d"}
 
36
ti["@"] = ti["."] .. {"#ac_marble_black"}
 
37
 
 
38
width, height = wo(ti, " ", {
 
39
    "                    ",
 
40
    " O  ~B:  .~BR.~B-.. ",
 
41
    " R  . ..:.  :   b . ",
 
42
    " ~b:R   b   b ..:.. ",
 
43
    " ~  :.  -B~.- .     ",
 
44
    " B  b.  .   ..::... ",
 
45
    " :  -.  .   ~ b   . ",
 
46
    " .. B   .   ~bR.... ",
 
47
    "  ~b+...R::b~ .     ",
 
48
    "  . b   b   . .     ",
 
49
    "  :.~~B:~.  ~b:..   ",
 
50
    " O       ....   ..@ ",
 
51
    "                    "})
 
52
 ]]></el:luamain>
 
53
    <el:i18n>
 
54
      <el:string el:key="title">
 
55
        <el:english el:translate="false"/>
 
56
      </el:string>
 
57
    </el:i18n>
 
58
  </el:protected>
 
59
</el:level>