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

« back to all changes in this revision

Viewing changes to data/levels/enigma_ix/harry07_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="Springtime Again" el:subtitle="The principles of playing chess in flight" el:id="harry07"/>
 
6
      <el:version el:score="1" el:release="1" el:revision="9" 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="true" el:single="true" el:network="true"/>
 
12
      <el:comments>
 
13
        <el:credits el:showinfo="true" el:showstart="false">Thanks to /dev/null for testing and feedback</el:credits>
 
14
      </el:comments>
 
15
      <el:score el:easy="11:11" el:difficult="20:09"/>
 
16
    </el:info>
 
17
    <el:luamain><![CDATA[
 
18
wo["ShowMoves"] = true
 
19
wo["InfiniteReincarnation"] = not wo["IsDifficult"]
 
20
 
 
21
ti["~"] = {"fl_water"}
 
22
ti["-"] = ti({"fl_sand", checkerboard=0}) .. {"fl_rock", checkerboard=1}
 
23
ti["#"] = {"st_rawglass_quad"}
 
24
ti["X"] = {"st_passage", color=BLACK, flavor="cross"}
 
25
ti["Y"] = {"st_passage", color=WHITE, flavor="cross"}
 
26
ti["B"] = {"st_chess"}
 
27
ti["W"] = {"st_chess_white"}
 
28
ti["b"] = ti["B"] .. ti["~"]
 
29
ti["w"] = ti["W"] .. ti["~"]
 
30
ti["x"] = {"it_extralife"}
 
31
ti["s"] = {"it_spring_keep"}
 
32
ti["E"] = cond(wo["IsDifficult"], ti["B"] .. ti["x"], ti["B"])
 
33
ti["e"] = cond(wo["IsDifficult"], ti["W"] .. ti["x"], ti["W"])
 
34
ti["O"] = {"st_oxyd", "right#"}
 
35
ti["o"] = {"st_oxyd", "left#"}
 
36
ti["@"] = {"#ac_pearl_black", owner=YIN, controllers=CTRL_YIN, essential=INDISPENSABLE}
 
37
ti["*"] = {"#ac_pearl_white", owner=YANG, controllers=CTRL_YANG, essential=INDISPENSABLE}
 
38
 
 
39
wo(ti, "-", {
 
40
    "WB##WB-#B-EW#-WB##WB",
 
41
    "oXWb-#WB~--~WB#-wBYO",
 
42
    "WB#~WB-#be-w#-WB~#WB",
 
43
    "oXWb-#eW~-*~BE#-wBYO",
 
44
    "WB#~eB-#b-Bw#-WE~#WB",
 
45
    "oXWb-#WB~--~WB#-wBYO",
 
46
    "WB#~WB-#bW-w#-WB~#WB",
 
47
    "oXWb-#WW~--~BB#-wBYO",
 
48
    "WB#~eB-#b-Ew#-WE~#WB",
 
49
    "oXWb-#eB~@-~WE#-wBYO",
 
50
    "WB#~WB-#be-w#-WB~#WB",
 
51
    "oXWb-#WW~--~BB#-wBYO",
 
52
    "####################"})
 
53
 
 
54
wo:add(YIN, ti["s"])
 
55
wo:add(YANG, ti["s"])
 
56
wo:shuffleOxyd({"left#*", max=0}, {"right#*", max=0})
 
57
 ]]></el:luamain>
 
58
    <el:i18n>
 
59
      <el:string el:key="title">
 
60
        <el:english el:translate="false"/>
 
61
      </el:string>
 
62
      <el:string el:key="subtitle">
 
63
        <el:english el:translate="false"/>
 
64
      </el:string>
 
65
    </el:i18n>
 
66
  </el:protected>
 
67
</el:level>