~ubuntu-branches/ubuntu/raring/enigma/raring

« back to all changes in this revision

Viewing changes to data/levels/enigma_vii/duffy147_2.xml

  • Committer: Bazaar Package Importer
  • Author(s): Erich Schubert
  • Date: 2010-05-26 02:27:26 UTC
  • mfrom: (5.1.3 sid)
  • Revision ID: james.westby@ubuntu.com-20100526022726-7tnbf65s6btbibu2
Tags: 1.10~~pre-alpha+r2100-1
* New SVN checkout, shortly after upstream "pre-alpha" release
* Target unstable, to get more testing for enigma
* Remove spelling patches included upstream

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="Comet" el:subtitle="" el:id="duffy147"/>
 
6
      <el:version el:score="1" el:release="2" el:revision="4" el:status="released"/>
 
7
      <el:author  el:name="Jacob Scott" el:email="" el:homepage=""/>
 
8
      <el:copyright>Copyright © 2007 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="true" el:single="true" el:network="false"/>
 
12
      <el:comments><el:code>New API converted by R. Bourquin</el:code></el:comments>
 
13
      <el:score el:easy="-" el:difficult="-"/>
 
14
    </el:info>
 
15
    <el:luamain><![CDATA[
 
16
wo["ElectricStrength"] = cond(wo["IsDifficult"], 50.0, 40.0)
 
17
 
 
18
ti[" "] = {"fl_abyss"}
 
19
ti["-"] = {"fl_red"}
 
20
ti["#"] = {"st_rawglass"}
 
21
ti["O"] = cond(wo["IsDifficult"], {"st_oxyd", name="oxyds#"}, ti[" "])
 
22
ti["o"] = cond(wo["IsDifficult"], ti[" "], {"st_oxyd", name="oxyds#"})
 
23
ti["*"] = ti["-"] .. {"#ac_killer", charge=-1.0, owner=DEFAULT, controllers=CTRL_NONE}
 
24
ti["@"] = ti["-"] .. {"#ac_marble_black", charge=1.0}
 
25
 
 
26
wo(ti, " ", {
 
27
    "                    ",
 
28
    "      O      O      ",
 
29
    "      o      o      ",
 
30
    "                    ",
 
31
    " Oo ------------ oO ",
 
32
    "    ------------    ",
 
33
    "    *----------@    ",
 
34
    "    ------------    ",
 
35
    " Oo ------------ oO ",
 
36
    "                    ",
 
37
    "      o      o      ",
 
38
    "      O      O      ",
 
39
    "                    "})
 
40
 
 
41
wo:shuffleOxyd({no["oxyds#*"]:sort("circular"), circular=true})
 
42
 ]]></el:luamain>
 
43
    <el:i18n>
 
44
      <el:string el:key="title">
 
45
        <el:english el:translate="false"/>
 
46
      </el:string>
 
47
    </el:i18n>
 
48
  </el:protected>
 
49
</el:level>