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

« back to all changes in this revision

Viewing changes to data/levels/enigma_ix/devnull122_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="Vapid" el:subtitle="" el:id="devnull122"/>
 
6
      <el:version el:score="1" el:release="1" el:revision="1" el:status="released"/>
 
7
      <el:author el:name="/dev/null" el:email="" el:homepage=""/>
 
8
      <el:copyright>Copyright © 2012 /dev/null</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="1:51"/>
 
13
    </el:info>
 
14
    <el:luamain><![CDATA[
 
15
wo["AutoRespawn"] = true
 
16
wo["AllowSuicide"] = false
 
17
wo["SlopeStrength"] = 50.0
 
18
wo["MaxOxydColor"] = OXYD_BROWN
 
19
 
 
20
ti["  "] = {"fl_rock"}
 
21
ti["# "] = {"st_bluesand", cluster=1}
 
22
ti[" -"] = {"fl_abyss"}
 
23
ti["d "] = {"fl_slope_ts", adhesion=1.0, friction=7.0}
 
24
ti["u "] = {"fl_slope_tn", adhesion=1.0, friction=7.0}
 
25
ti["r "] = {"fl_slope_te", adhesion=1.0, friction=7.0}
 
26
ti["l "] = {"fl_slope_tw", adhesion=1.0, friction=7.0}
 
27
ti["sB"] = {"fl_slope_ts", name="startBlack", adhesion=1.0, friction=7.0}
 
28
ti["sW"] = {"fl_slope_tw", name="startWhite", adhesion=1.0, friction=7.0}
 
29
ti["eB"] = ti["r "] .. {"it_vortex", destination="startBlack"}
 
30
ti["eW"] = ti["l "] .. {"it_vortex", destination="startWhite"}
 
31
ti["O "] = ti[" -"] .. {"st_oxyd", flavor="c"}
 
32
ti["@0"] = ti["sB"] .. {"#ac_marble_black", owner=YIN, controllers=CTRL_YIN, essential=INDISPENSABLE}
 
33
ti["@1"] = ti["sW"] .. {"#ac_marble_white", owner=YANG, controllers=CTRL_YANG, essential=INDISPENSABLE}
 
34
 
 
35
wo(res.composer(ti), "  ", {
 
36
    " - - -#-#- - - - - - - - - -#-#- - - -",
 
37
    " - -#-O-#-#- - - - - - - -#-#-O-#- - -",
 
38
    " -#-O-eWl #-#- - - - - -#-#-d @1O-#- -",
 
39
    "#-O-@0O-u l #-#- - - -#-#-d l O-eBO-#-",
 
40
    "#-#-r d O-u l #-#- -#-#-d l O-r u #-#-",
 
41
    " -#-#-r d O-u l #-#-#-d l O-r u #-#- -",
 
42
    " - -#-#-r d O-u l O-d l O-r u #-#- - -",
 
43
    " - - -#-#-r d O-u l l O-r u #-#- - - -",
 
44
    " - - - -#-#-r d O-u O-r u #-#- - - - -",
 
45
    " - - - - -#-#-r d O-r u #-#- - - - - -",
 
46
    " - - - - - -#-#-r r u #-#- - - - - - -",
 
47
    " - - - - - - -#-#-u #-#- - - - - - - -",
 
48
    " - - - - - - - -#-#-#- - - - - - - - -"})
 
49
 
 
50
wo:shuffleOxyd()
 
51
 ]]></el:luamain>
 
52
    <el:i18n>
 
53
      <el:string el:key="title">
 
54
        <el:english el:translate="false"/>
 
55
      </el:string>
 
56
    </el:i18n>
 
57
  </el:protected>
 
58
</el:level>