/[enigma]/enigma/data/levels/qq2.lua
ViewVC logotype

Diff of /enigma/data/levels/qq2.lua

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1 by dheck, Sun Jan 5 21:15:47 2003 UTC revision 1.2 by ant_39, Sun Jun 29 09:49:36 2003 UTC
# Line 1  Line 1 
1    -- 2003-06-28 -- [ant]: fixes due to changes in enigma:
2    --   + unnecessary Dynamite remove
3    --   + changed pathway 'cdefghiJ'
4    --   + changed hammer/stone_break puzzle, as laser destroys stone_break
5    
6  --        a   b   c   d   e   f   g   h   i   j   k  --        a   b   c   d   e   f   g   h   i   j   k
7  targets={"b","b","b","b","b","b","h","b","b","h","v"}  targets={"b","b","b","b","b","b","h","b","b","h","v"}
8    
# Line 37  stones["3"]={"stoneimpulse",{name="impul Line 42  stones["3"]={"stoneimpulse",{name="impul
42  stones[";"]={"stoneimpulse"}  stones[";"]={"stoneimpulse"}
43  stones["}"]={"bombs"}  stones["}"]={"bombs"}
44    
45  items["$"]={"dynamite"}  items["s"]={"seed"}
46    items["("]={"spring1"}
47    
48          for tgt, kind in targets do          for tgt, kind in targets do
49          local C=format("%c", tgt+64)          local C=format("%c", tgt+64)
# Line 72  level = { Line 78  level = {
78  "#.........b%%%      ",  "#.........b%%%      ",
79  "####.....B %%%%%%   ",  "####.....B %%%%%%   ",
80  "#..########%'%%%%%  ",  "#..########%'%%%%%  ",
81  "1........2#%%G  c   ",  "1........2#%%G   c  ",
82  "#@.#v###@####g# d   ",  "#@.#v###@####g#  d  ",
83  "#..;@........@# e   ",  "#..;@........@#  e  ",
84  "#..#@@........3 f   ",  "#..#@@........3  fh ",
85  "|..#;########## hi  ", -- screen boundary  "|..#;##########   i ", -- screen boundary
86  "#.CDE#..&....}#  J  ",  "#.CDE#..&....}#   J ",
87  "#$FHI#K@@.....###j##",  "#.FHI#K@@.....####j#",
88  "########...........#",  "########...........#",
89  "#..)#/.#.###########",  "#..)#/.#.###########",
90  "#..>??.k.~&=......&#",  "#..>(?.k.~&=......&#",
91  "#...??####.........#",  "#....?####.........#",
92  "#..................#",  "#..................#",
93  "###########........#",  "###########........#",
94  "          #........#",  "          #........#",

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26