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

« back to all changes in this revision

Viewing changes to data/levels/enigma_iv/martin98_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="Be Faster!" el:subtitle="" el:id="martin98"/>
 
6
      <el:version el:score="1" el:release="2" el:revision="2" el:status="released"/>
 
7
      <el:author  el:name="Martin Hawlisch" el:email="" el:homepage=""/>
 
8
      <el:copyright>Copyright © 2003 Martin Hawlisch</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="true" el:single="true" el:network="false"/>
 
12
      <el:comments><el:code>New API converted by /dev/null</el:code></el:comments>
 
13
      <el:score el:easy="-" el:difficult="-"/>
 
14
    </el:info>
 
15
    <el:luamain><![CDATA[
 
16
ti[" "] = {"fl_blueslab"}
 
17
ti["#"] = cond(wo["IsDifficult"], {"st_death_invisible"} .. ti({"fl_redslab"}), {"st_invisible"} .. ti({"fl_redslab"}))
 
18
ti["R"] = {"#ac_rotor", range = 25, strength = 40}
 
19
ti["O"] = {"st_oxyd", "oxyds#"}
 
20
ti["@"] = {"#ac_marble_black"}
 
21
 
 
22
wo(ti, " ", {
 
23
    "#######################################",
 
24
    "#                                     #",
 
25
    "# @             O               O     #",
 
26
    "#                      #              #",
 
27
    "#                                     #",
 
28
    "#       O                             #",
 
29
    "#                                     #",
 
30
    "#                    O         #      #",
 
31
    "#   #                          R      #",
 
32
    "#                                     #",
 
33
    "#         R #                         #",
 
34
    "#                                     #",
 
35
    "#                                     #",
 
36
    "#                        O       #    #",
 
37
    "#  O                                  #",
 
38
    "#              O                      #",
 
39
    "#                                     #",
 
40
    "#                                     #",
 
41
    "#     #                 #             #",
 
42
    "#                                     #",
 
43
    "#           O                         #",
 
44
    "#                                     #",
 
45
    "#  O            #             O    R  #",
 
46
    "#                                     #",
 
47
    "#######################################"})
 
48
 
 
49
wo:shuffleOxyd()
 
50
 ]]></el:luamain>
 
51
    <el:i18n>
 
52
      <el:string el:key="title">
 
53
        <el:english el:translate="false"/>
 
54
      </el:string>
 
55
    </el:i18n>
 
56
  </el:protected>
 
57
</el:level>