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

« back to all changes in this revision

Viewing changes to data/levels/enigma_x/ais46_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="Steering The Flood" el:subtitle="" el:id="ais46"/>
 
6
      <el:version el:score="1" el:release="1" el:revision="2" el:status="released"/>
 
7
      <el:author el:name="Alex Smith" el:email="ais523@bham.ac.uk" el:homepage=""/>
 
8
      <el:copyright>Copyright © 2009 Alex Smith</el:copyright>
 
9
      <el:license el:type="GPL v2.0 or above" el:open="true"/>
 
10
      <el:compatibility el:enigma="1.10">
 
11
      </el:compatibility>
 
12
      <el:modes el:easy="true" el:single="true" el:network="false"/>
 
13
      <el:score el:easy="0:20" el:difficult="1:18"/>
 
14
    </el:info>
 
15
    <el:luamain><![CDATA[
 
16
wo["ConserveLevel"] = true
 
17
 
 
18
ti[" "] = {"fl_rough", floodable=true}
 
19
ti["~"] = {"fl_water"}
 
20
ti["s"] = {"fl_water_source"}
 
21
ti["#"] = {"st_plaster"}
 
22
ti["B"] = {"st_dispenser_bombblack"}
 
23
ti["Y"] = {"st_dispenser_dynamite"}
 
24
ti["+"] = {"st_box"}
 
25
ti["p"] = {"st_plop"}
 
26
ti[">"] = {"st_laser_e", state=ON}
 
27
ti["0"] = {"st_oxyd_e", "oxyd0_#"}
 
28
ti["1"] = {"st_oxyd_e", "oxyd1_#"}
 
29
ti["2"] = {"st_oxyd_e", "oxyd2_#"}
 
30
ti["("] = {"st_window", faces="w", secure=true}
 
31
if wo["IsDifficult"] then
 
32
    ti["3"] = {"st_oxyd_e", "oxyd3_#"}
 
33
    ti["4"] = {"st_oxyd_e", "oxyd4_#"}
 
34
    ti["x"] = ti["+"]
 
35
    ti["_"] = {"st_window", faces="s", secure=true}
 
36
    ti["="] = {"st_window", faces="ns", secure=true}
 
37
    ti["'"] = {"st_window", faces="n", secure=true}
 
38
    ti["["] = {"st_window", faces="w", secure=true}
 
39
else
 
40
    ti["3"] = ti[" "]
 
41
    ti["4"] = ti[" "]
 
42
    ti["x"] = ti[" "]
 
43
    ti["_"] = ti[" "]
 
44
    ti["="] = ti[" "]
 
45
    ti["'"] = ti[" "]
 
46
    ti["["] = ti[" "]
 
47
end
 
48
ti["O"]={"#ac_marble_black"} .. ti({"fl_wood_framed"})
 
49
 
 
50
wo(ti," ",{
 
51
    "##B#################",
 
52
    ">+(         ____ +0#",
 
53
    ">+(           x3[###",
 
54
    ">+(          '== +1#",
 
55
    ">+(           x4[###",
 
56
    ">+(           '' +2#",
 
57
    "spO              ###",
 
58
    ">+(           __ +0#",
 
59
    ">+(           x3[###",
 
60
    ">+(          _== +1#",
 
61
    ">+(           x4[###",
 
62
    ">+(         '''' +2#",
 
63
    "##Y#################"})
 
64
 
 
65
wo:shuffleOxyd({"oxyd1_#*",max=0},{no["oxyd0_#*"]+no["oxyd2_#*"],max=1})
 
66
no["oxyd0_#*"][1]:peepall()
 
67
 ]]></el:luamain>
 
68
    <el:i18n>
 
69
      <el:string el:key="title">
 
70
        <el:english el:translate="true" />
 
71
      </el:string>
 
72
    </el:i18n>
 
73
  </el:protected>
 
74
</el:level>