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

« back to all changes in this revision

Viewing changes to data/levels/enigma_x/harry08_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="Chess Challenge II" el:subtitle="Inverted Positions" el:id="harry08"/>
 
6
      <el:version el:score="1" el:release="1" el:revision="1" el:status="released"/>
 
7
      <el:author el:name="daydreamer" el:email=""/>
 
8
      <el:copyright>Copyright © 2009 daydreamer</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="true"/>
 
12
      <el:comments>
 
13
        <el:credits el:showinfo="false" el:showstart="false"></el:credits>
 
14
      </el:comments>
 
15
      <el:score el:easy="-" el:difficult="-"/>
 
16
    </el:info>
 
17
    <el:luamain><![CDATA[
 
18
ti["-"] = {"fl_ice", checkerboard=0}   .. ti({"fl_inverse", checkerboard=1})
 
19
ti[" "] = {"fl_water", checkerboard=0} .. ti({"fl_inverse", checkerboard=1})
 
20
ti["#"] = {"st_rawglass"}
 
21
ti["B"] = {"st_chess_black"}
 
22
ti["W"] = {"st_chess_white"}
 
23
ti["b"] = ti["B"] .. ti[" "]
 
24
ti["w"] = ti["W"] .. ti[" "]
 
25
ti["O"] = {"st_oxyd"}
 
26
ti["@"] = {"#ac_marble_black", essential=INDISPENSABLE}
 
27
ti["*"] = {"#ac_marble_white", essential=INDISPENSABLE}
 
28
 
 
29
wo(ti, "-", {
 
30
    "###################",
 
31
    "O b --B-----W-- w O",
 
32
    "W#  W---W B---B  #B",
 
33
    "O w --W-----B-- b O",
 
34
    "B#  B---B-W---W  #W",
 
35
    "O b --B-*-@-W-- w O",
 
36
    "W#  W---W-B---B  #B",
 
37
    "O w --W-----B-- b O",
 
38
    "B#  B---B-W---W  #W",
 
39
    "O b --B-----W-- w O",
 
40
    "W#  W---W-B---B  #B",
 
41
    "###################"})
 
42
 
 
43
wo:add(YIN, {"it_magicwand"} .. ti({"it_spring_keep"}))
 
44
wo:add(YANG, {"it_magicwand"} .. ti({"it_spring_keep"}))
 
45
 ]]></el:luamain>
 
46
  <el:i18n>
 
47
    <el:string el:key="title">
 
48
      <el:english el:translate="false"/>
 
49
    </el:string>
 
50
    <el:string el:key="subtitle">
 
51
      <el:english el:translate="false"/>
 
52
    </el:string>
 
53
  </el:i18n>
 
54
  </el:protected>
 
55
</el:level>