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

« back to all changes in this revision

Viewing changes to data/levels/enigma_iv/duffy111_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="Artillery" el:subtitle="" el:id="duffy111"/>
 
6
      <el:version el:score="1" el:release="2" el:revision="2" el:status="released"/>
 
7
      <el:author el:name="Jacob Scott" el:email="" el:homepage=""/>
 
8
      <el:copyright>Copyright © 2004 Jacob Scott</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="false"/>
 
12
      <el:comments>
 
13
        <el:code>New API converted by /dev/null, March 2013</el:code>
 
14
      </el:comments>
 
15
      <el:score el:easy="-" el:difficult="-"/>
 
16
    </el:info>
 
17
    <el:luamain><![CDATA[
 
18
ti[" "] = {"fl_hay"}
 
19
ti["#"] = {"st_granite"}
 
20
ti["-"] = {"st_granite_hollow"}
 
21
ti["X"] = {"st_grate"}
 
22
ti["S"] = {"st_spitter"}
 
23
ti["+"] = {"st_box_wood"}
 
24
ti["l"] = {"it_extralife"}
 
25
ti["L"] = ti["-"] .. ti["l"]
 
26
ti["O"] = {"st_oxyd"}
 
27
ti["@"] = {"#ac_marble_black", -0.5, 0.0}
 
28
 
 
29
wo(ti, " ", {
 
30
    "##########################################################",
 
31
    "#--------------------L-----------------------------------#",
 
32
    "#--------------------------------------------------------#",
 
33
    "#------L--------------------L----------------------------#",
 
34
    "#--------------------------------------------------------#",
 
35
    "#--------------------------------------------------------#",
 
36
    "#---L--------L-------------------------------------------#",
 
37
    "#--------------------------------------------------------#",
 
38
    "#----------------------L---------------------------------#",
 
39
    "#--------------------------------------------------------#",
 
40
    "#-L--------------XXXXXXXXXXXXXXXXXXXXXXXX----------------#",
 
41
    "#----------------X                      X----------------#",
 
42
    "#----------------X #+#+#+#+#++#+#+#+#+# X----------------#",
 
43
    "#----------L-----X +                  + X----------------#",
 
44
    "#----------------X #  ###        ###  # X----------------#",
 
45
    "#----------------X +  #O#        #O#  + X----------------#",
 
46
    "#--L-------------X #  ###        ###  # X----------------#",
 
47
    "#----------L-----X + ###          ### + X----------------#",
 
48
    "#----------------X # #O# l S @S l #O# # X----------------#",
 
49
    "#----------------X + ###          ### + X----------------#",
 
50
    "#----------------X #  ###        ###  # X----------------#",
 
51
    "#----------------X +  #O#        #O#  + X----------------#",
 
52
    "#----------------X #  ###        ###  # X----------------#",
 
53
    "#----------------X +                  + X----------------#",
 
54
    "#----------------X #+#+#+#+#++#+#+#+#+# X----------------#",
 
55
    "#----------------X                      X----------------#",
 
56
    "#----------------XXXXXXXXXXXXXXXXXXXXXXXX----------------#",
 
57
    "#--------------------------------------------------------#",
 
58
    "#--------------------------------------------------------#",
 
59
    "#--------------------------------------------------------#",
 
60
    "#--------------------------------------------------------#",
 
61
    "#--------------------------------------------------------#",
 
62
    "#--------------------------------------------------------#",
 
63
    "#--------------------------------------------------------#",
 
64
    "#--------------------------------------------------------#",
 
65
    "#--------------------------------------------------------#",
 
66
    "#--------------------------------------------------------#",
 
67
    "#--------------------------------------------------------#",
 
68
    "##########################################################"})
 
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:i18n>
 
77
  </el:protected>
 
78
</el:level>