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

« back to all changes in this revision

Viewing changes to data/levels/enigma_x/devnull63_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="Island Hopping III" el:subtitle="" el:id="devnull63"/>
 
6
      <el:version el:score="1" el:release="1" el:revision="4" el:status="released"/>
 
7
      <el:author el:name="/dev/null" el:email="" el:homepage=""/>
 
8
      <el:copyright>Copyright © 2010 dev0</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:score el:easy="-" el:difficult="4:24"/>
 
13
    </el:info>
 
14
    <el:luamain><![CDATA[
 
15
wo["AllowSuicide"] = false
 
16
wo["AutoRespawn"] = true
 
17
wo["MaxOxydColor"] = OXYD_PURPLE
 
18
 
 
19
ti["  "] = {"fl_rock"}
 
20
ti[" ~"] = {"fl_water"}
 
21
ti["L "] = {"st_disco_light"}
 
22
ti["X "] = {"st_box_hay"}
 
23
ti["N "] = {"st_nil"}
 
24
ti["B"] = {"st_passage_black", flavor ="frame"}
 
25
ti["W"] = {"st_passage_white", flavor ="frame"}
 
26
ti["wormholeSrcBlack"] = {"it_wormhole", destination = "destBlack%%", strength = 0.5, range = 0.2}
 
27
ti["wormholeSrcWhite"] = {"it_wormhole", destination = "destWhite%%", strength = 0.5, range = 0.2}
 
28
ti["wormholeDestBlack"] = {"fl_rock", name = "destBlack%%"}
 
29
ti["wormholeDestWhite"] = {"fl_rock", name = "destWhite%%"}
 
30
ti["d "] = {"it_document", text = "text"}
 
31
ti["0 "] = {"st_oxyd_e", name = "opal", selection = {"=X ", "=N "}}
 
32
ti["O "] = {"st_oxyd_b", noshuffle = true, oxydcolor = OXYD_BLACK}
 
33
ti["o "] = {"st_oxyd_b", noshuffle = true, oxydcolor = OXYD_WHITE}
 
34
ti["@0"] = {"#ac_pearl_black", owner = YIN, controllers = CTRL_YIN, essential = INDISPENSABLE}
 
35
ti["@1"] = {"#ac_pearl_white", owner = YANG, controllers = CTRL_YANG, essential = INDISPENSABLE}
 
36
 
 
37
wo(res.autotile(res.composer(ti), {"B", "wormholeSrcBlack"}, {"W", "wormholeSrcWhite"}, {"b", "wormholeDestBlack"}, {"w", "wormholeDestWhite"}), "  ", {
 
38
    "L~L~L~L~L~L~L~L~L~L~L~L~L~L~L~L~L~L~L~L~",
 
39
    "L~L~0 0 0 0 0  ~L~L~L~bcL~L~  0 L~0 L~L~",
 
40
    "L~0           0 L~L~O~L~o~L~0       0 L~",
 
41
    "L~L~  0 @1btWt ~L~L~L~L~L~L~ ~Bt0 wtL~L~",
 
42
    "L~0   0   0   0 L~L~Wcd~ ~L~0       0 L~",
 
43
    "L~L~0   0   0  ~L~L~L~ ~ ~ ~ ~0  ~0   L~",
 
44
    "L~L~L~L~L~L~L~ ~  L~L~   ~L~L~L~L~L~L~L~",
 
45
    "L~  0  ~0  ~ ~ ~ ~L~L~L~ ~0   0   0 L~L~",
 
46
    "L~0       0 L~ ~d~BcL~L~0   0   0   0 L~",
 
47
    "L~L~bb0 Wb ~L~L~L~L~L~L~ ~Bbwb@00   L~L~",
 
48
    "L~0       0 L~o~L~O~L~L~0           0 L~",
 
49
    "L~L~0 L~0   L~L~wcL~L~L~ ~0 0 0 0 0 L~L~",
 
50
    "L~L~L~L~L~L~L~L~L~L~L~L~L~L~L~L~L~L~L~L~"})
 
51
 
 
52
wo:shuffleOxyd()
 
53
no["opal"]:peepall()
 
54
 ]]></el:luamain>
 
55
    <el:i18n>
 
56
      <el:string el:key="title">
 
57
        <el:english el:translate="false"/>
 
58
      </el:string>
 
59
      <el:string el:key="text">
 
60
        <el:english el:translate="true">Attention! One way ticket to the the island.</el:english>
 
61
        <el:translation el:lang="de">Vorsicht! Der Sprung zur nächsten Insel ist eine Einbahnstraße.</el:translation>
 
62
      </el:string>
 
63
    </el:i18n>
 
64
  </el:protected>
 
65
</el:level>