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

« back to all changes in this revision

Viewing changes to data/levels/enigma_advent_10/raoul27_2.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="Schwarz-Weiss-Gebäck" el:subtitle="" el:id="raoul27"/>
 
6
      <el:version el:score="1" el:release="2" el:revision="3" el:status="released"/>
 
7
      <el:author el:name="Raoul Bourquin" el:email="" el:homepage=""/>
 
8
      <el:copyright>Copyright © 2007 Raoul Bourquin</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="true"/>
 
12
      <el:score el:easy="-" el:difficult="-"/>
 
13
    </el:info>
 
14
    <el:luamain><![CDATA[
 
15
ti[" "] = {"fl_mortar"}
 
16
ti["~"] = {"fl_water"}
 
17
ti["B"] = {"st_passage", flavor="frame", color=BLACK}
 
18
ti["W"] = {"st_passage", flavor="frame", color=WHITE}
 
19
ti["^"] = {"st_oneway", color=BLACK, orientation=NORTH}
 
20
ti[">"] = {"st_oneway", color=BLACK, orientation=EAST}
 
21
ti["V"] = {"st_oneway", color=BLACK, orientation=SOUTH}
 
22
ti["<"] = {"st_oneway", color=BLACK, orientation=WEST}
 
23
ti["2"] = {"st_oneway", color=WHITE, orientation=NORTH}
 
24
ti["6"] = {"st_oneway", color=WHITE, orientation=EAST}
 
25
ti["8"] = {"st_oneway", color=WHITE, orientation=SOUTH}
 
26
ti["4"] = {"st_oneway", color=WHITE, orientation=WEST}
 
27
ti["F"] = {"st_quake"}
 
28
ti["X"] = {"st_fake_oxydb"}
 
29
ti["#"] = {"st_fake_quake"}
 
30
ti["G"] = cond(wo["IsDifficult"], ti["F"], ti["#"])
 
31
ti["g"] = cond(wo["IsDifficult"], ti["F"], ti[" "])
 
32
ti["O"] = {"st_oxyd", flavor="b"}
 
33
ti["A"] = {"#ac_marble_white"}
 
34
ti["@"] = {"#ac_marble_black"}
 
35
 
 
36
wo(ti, " ", {
 
37
    "~~~~~~~~~~~~~~~~~~~~",
 
38
    "~XXXX ######## XXXX~",
 
39
    "~OB g #      # g WO~",
 
40
    "~XX   # XXXX #   XX~",
 
41
    "~OW G^# X~~X #2G BO~",
 
42
    "~XX 6    ~~    < XX~",
 
43
    "~OB GG@ F~~F AGG WO~",
 
44
    "~XX >    ~~    4 XX~",
 
45
    "~OW G8# X~~X #VG BO~",
 
46
    "~XX   # XXXX #   XX~",
 
47
    "~OB g #      # g WO~",
 
48
    "~XXXX ######## XXXX~",
 
49
    "~~~~~~~~~~~~~~~~~~~~"})
 
50
 
 
51
wo:shuffleOxyd()
 
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>