~ubuntu-branches/ubuntu/oneiric/enigma/oneiric

« back to all changes in this revision

Viewing changes to data/levels/enigma_viii/sph02_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="Crawling the Abyss" el:subtitle="There's more help than you first think!" el:id="sph02"/>
 
6
      <el:version el:score="1" el:release="2" el:revision="6" el:status="released"/>
 
7
      <el:author el:name="ShadowPhrogg32642342" el:email="shadowphrogg32642342@gmail.com" el:homepage=""/>
 
8
      <el:copyright>Copyright © 2007 ShadowPhrogg3264242</el:copyright>
 
9
      <el:license el:type="GPL v2.0" el:open="true"/>
 
10
      <el:compatibility el:enigma="1.10"/>
 
11
      <el:modes el:easy="true" el:single="true" el:network="true"/>
 
12
      <el:score el:easy="-" el:difficult="-"/>
 
13
    </el:info>
 
14
    <el:luamain><![CDATA[
 
15
ti[" "] = {"fl_abyss"}
 
16
ti["-"] = ti({"fl_yinyang_yin", checkerboard=1}) .. {"fl_yinyang_yang", checkerboard=0}
 
17
ti["."] = {"fl_inverse_gray"}
 
18
ti["^"] = {"fl_slope", slope=NORTH, shape="pn"}
 
19
ti[">"] = {"fl_slope", slope=EAST, shape="pe"}
 
20
ti["V"] = {"fl_slope", slope=SOUTH, shape="ps"}
 
21
ti["<"] = {"fl_slope", slope=WEST, shape="pw"}
 
22
ti["b"] = {"fl_bridge", flavor="gc", name="bridgeb"}
 
23
ti["w"] = {"fl_bridge", flavor="gc", name="bridgew"}
 
24
ti["#"] = {"st_fake_oxydc", state=OPEN}
 
25
ti["X"] = {"st_brake"}
 
26
ti["B"] = {"st_switch", color=BLACK, target="bridgeb"}
 
27
ti["W"] = {"st_switch", color=WHITE, target="bridgew"}
 
28
ti["Q"] = {"st_quake"}
 
29
ti["O"] = {"st_oxyd", flavor="c"}
 
30
ti["C"] = {"st_magic_oxydc"}
 
31
ti["*"] = {"st_chameleon"}
 
32
ti[","] = ti["."] .. {"it_bomb_black", state=ACTIVE}
 
33
ti["r"] = ti["-"] .. ti["*"] .. {"it_ring"}
 
34
ti["s"] = ti["-"] .. ti["*"] .. {"it_seed"}
 
35
ti["1"] = ti["-"] .. {"#ac_marble_black"}
 
36
ti["2"] = ti["-"] .. {"#ac_marble_white"}
 
37
 
 
38
if wo["IsDifficult"] then
 
39
    wo(ti, " ", {
 
40
    "####################",
 
41
    "#--.....  B .....--#",
 
42
    "#--. #O.  - .O# .--#",
 
43
    "#-r.XO#.  ...#OX.--#",
 
44
    "#--.  ..    .   .--#",
 
45
    "#--. ..  W  w . .--#",
 
46
    "#1-. .   -  .>. .-2#",
 
47
    "#-s. .,. .  ^QV .s-#",
 
48
    "#--.   . .. .<  .--#",
 
49
    "#-s.XO#.  . .#OX.s-#",
 
50
    "#--. #O....b.O# .--#",
 
51
    "#-s.            .s-#",
 
52
    "####################"})
 
53
else
 
54
    wo(ti, " ", {
 
55
    "####################",
 
56
    "#--.....  B .....--#",
 
57
    "#--. #C.  - .O# .--#",
 
58
    "#-r. O#.  ...#C .--#",
 
59
    "#--. ...    .   .--#",
 
60
    "#--. .   W  w   .--#",
 
61
    "#1-. .   -  .>. .-2#",
 
62
    "#-s. .,. .  ^QV .--#",
 
63
    "#--.   . .. .<. .--#",
 
64
    "#-s. C#.  . .#O .--#",
 
65
    "#--. #O....b.C# .--#",
 
66
    "#--.            .--#",
 
67
    "####################"})
 
68
end
 
69
 
 
70
wo:shuffleOxyd()
 
71
 ]]></el:luamain>
 
72
    <el:i18n>
 
73
      <el:string el:key="title">
 
74
        <el:english el:translate="false"/>
 
75
      </el:string>
 
76
      <el:string el:key="subtitle">
 
77
        <el:english el:translate="true"/>
 
78
      </el:string>
 
79
    </el:i18n>
 
80
  </el:protected>
 
81
</el:level>