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

« back to all changes in this revision

Viewing changes to data/levels/enigma_iv/barry02_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="Where is it?" el:subtitle="" el:id="barry02"/>
 
6
      <el:version el:score="1" el:release="2" el:revision="1" el:status="released"/>
 
7
      <el:author el:name="Barry &amp; Lori Mead" el:email="bmead15@cox.net" el:homepage=""/>
 
8
      <el:copyright>Copyright © 2003 Barry &amp; Lori Mead</el:copyright>
 
9
      <el:license el:type="GPL version 2" 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_lawn"}
 
19
ti["~"] = {"fl_abyss"}
 
20
ti["_"] = {"fl_space"}
 
21
ti["#"] = {"st_greenbrown"}
 
22
ti["+"] = {"st_greenbrown_movable"}
 
23
ti["-"] = {"st_greenbrown_hollow"}
 
24
ti["B"] = {"st_break_oxydc"}
 
25
ti["X"] = {"st_grate"}
 
26
ti["="] = {"st_ghost_purplemarble"}
 
27
ti["V"] = {"st_ghost_break"}
 
28
ti["^"] = {"st_boulder_n"}
 
29
ti["I"] = {"st_stoneimpulse"}
 
30
ti["Y"] = {"st_door", name="doorY", faces="ew"}
 
31
ti["y"] = {"it_trigger", target="doorY"}
 
32
ti["Z"] = {"st_door", name="doorZ", faces="ew"}
 
33
ti["F"] = {"st_floppy", target="doorZ"}
 
34
ti["h"] = {"it_hammer"}
 
35
ti["c"] = {"it_crack_s", fragility=0.0, spreading=0.0}
 
36
ti["!"] = {"it_trap"}
 
37
ti["b"] = {"it_brush"}
 
38
ti["f"] = ti["+"] .. {"it_floppy"}
 
39
ti[";"] = ti["+"] .. {"it_spring_drop"}
 
40
ti["d"] = {"it_document", text="text1"}
 
41
ti["O"] = {"st_oxyd_a"}
 
42
ti["@"] = {"#ac_marble_black"}
 
43
 
 
44
wo(ti, " ", {
 
45
    "#######################################",
 
46
    "#OY          =    X#=     = O    ===#F#",
 
47
    "###======    =    X#= =   =    =    # #",
 
48
    "#    =  = =  =    X#= ==  ========= # #",
 
49
    "#         =  =    X+   =            # #",
 
50
    "#===== =======    X#====            # #",
 
51
    "#       =   =     X######-########### #",
 
52
    "#====== = = ======X#   =    O~~       #",
 
53
    "#         =       X# = =  ccc~~     ###",
 
54
    "#============V=====# =      O~~     Zh#",
 
55
    "######=V V===   VOX# ###########==#####",
 
56
    "###=  V =   V   V=X#       !!!!!!!!!!!#",
 
57
    "####B###############-##################",
 
58
    "#y             O# b#  =              O#",
 
59
    "#              X#  #  =    =      =   #",
 
60
    "#              X#  #  =    =      ====#",
 
61
    "#     ==  ==   X;  # =======          #",
 
62
    "#     =    =   X#  #       =    ======#",
 
63
    "#======= ===   X#  #            =  @  #",
 
64
    "I          =   X#  ######====== =     #",
 
65
    "I ======I===   X#  ## O##       =     #",
 
66
    "#         I    X## ##++ X       =     #",
 
67
    "#         =    X## ## f #===    =     #",
 
68
    "#======== =    X## #  + #             #",
 
69
    "I         =    O## ##########+#########",
 
70
    "I #######I######+ +    ___________   O#",
 
71
    "#       d         ^I   ___________    #",
 
72
    "#II####################################"})
 
73
 
 
74
wo:shuffleOxyd()
 
75
 ]]></el:luamain>
 
76
    <el:i18n>
 
77
      <el:string el:key="title">
 
78
        <el:english el:translate="false"/>
 
79
      </el:string>
 
80
      <el:string el:key="text1">
 
81
        <el:english el:translate="true">Paint Ahead!</el:english>
 
82
      </el:string>
 
83
    </el:i18n>
 
84
  </el:protected>
 
85
</el:level>