~ubuntu-branches/ubuntu/saucy/enigma/saucy

« back to all changes in this revision

Viewing changes to data/levels/enigma_iii/illmind07_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="White Contrast" el:subtitle="" el:id="illmind07"/>
 
6
      <el:version el:score="1" el:release="2" el:revision="2" el:status="released"/>
 
7
      <el:author  el:name="illmind" el:email="support@mag-heut.net" el:homepage="http://www.mag-heut.net/"/>
 
8
      <el:copyright>Copyright © illmind</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><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_yinyang", state = YIN, invisible = true}
 
17
ti["#"] = {"st_purplegray"}
 
18
ti["+"] = {"st_box"}
 
19
ti["h"] = {"it_hammer"}
 
20
ti["d"] = {"it_document", text = "text2"}
 
21
ti["D"] = ti["+"] .. {"it_document", text = "text1"}
 
22
ti["x"] = {"st_grate", flavor = "cross"}
 
23
ti["X"] = ti["x"] .. ti["h"]
 
24
ti["B"] = {"st_break_oxydc"}
 
25
ti["S"] = {"st_swap"}
 
26
ti["O"] = {"st_oxyd_c"}
 
27
ti["@"] = {"#ac_marble_white", controllers = CTRL_YIN, owner = YIN}
 
28
 
 
29
wo(ti, " ", {
 
30
    "####################",
 
31
    "#Ox#xx#x#xxxxBBBBO##",
 
32
    "####xx#O#xxSxBBBB#O#",
 
33
    "#xxxxx###xS#xBBB#OB#",
 
34
    "#xxxxxxxxxxSxBB#BBB#",
 
35
    "#xxxxxxxxxxxxB#BBBB#",
 
36
    "#BBBBB########BBBBB#",
 
37
    "#BOBB#  xxx  +h Dd@#",
 
38
    "#BBB#xSxxxxxxxxx####",
 
39
    "#BB#Bx#SxxxS#xxx#Xx#",
 
40
    "#O#BBxSxxxxxxxxx####",
 
41
    "##OBBxxxxxxxxxxxxxx#",
 
42
    "####################"})
 
43
 
 
44
wo:shuffleOxyd()
 
45
    ]]></el:luamain>
 
46
    <el:i18n>
 
47
      <el:string el:key="title">
 
48
        <el:english el:translate="false"/>
 
49
      </el:string>
 
50
      <el:string el:key="text1">
 
51
        <el:english el:translate="true">One  more  and  you  won't  get  this  hammer  until  you  don't  need  it  anymore!</el:english>
 
52
      </el:string>
 
53
      <el:string el:key="text2">
 
54
        <el:english el:translate="false">illmind's  white  contrast  ...</el:english>
 
55
      </el:string>
 
56
    </el:i18n>
 
57
  </el:protected>
 
58
</el:level>