Merge branch 'master' into win32-x64-working
This commit is contained in:
@@ -13,11 +13,12 @@
|
|||||||
MAZE: "Ran-strt",'.'
|
MAZE: "Ran-strt",'.'
|
||||||
FLAGS: noteleport,hardfloor,arboreal
|
FLAGS: noteleport,hardfloor,arboreal
|
||||||
INIT_MAP:mines,'.','.',true,true,lit,false
|
INIT_MAP:mines,'.','.',true,true,lit,false
|
||||||
|
REPLACE_TERRAIN:(0,0,76,19),'.', 'T', 5%
|
||||||
GEOMETRY:left,center
|
GEOMETRY:left,center
|
||||||
#1234567890123456789012345678901234567890123456789012345678901234567890
|
#1234567890123456789012345678901234567890123456789012345678901234567890
|
||||||
MAP
|
MAP
|
||||||
..
|
xx
|
||||||
................................... .
|
................................... x
|
||||||
.. ..
|
.. ..
|
||||||
.. ...............F............... ..
|
.. ...............F............... ..
|
||||||
. .. .F. .. .
|
. .. .F. .. .
|
||||||
@@ -35,8 +36,8 @@ MAP
|
|||||||
. .. .F. .. .
|
. .. .F. .. .
|
||||||
.. ...............F............... ..
|
.. ...............F............... ..
|
||||||
.. ..
|
.. ..
|
||||||
................................... .
|
................................... x
|
||||||
..
|
xx
|
||||||
ENDMAP
|
ENDMAP
|
||||||
# Dungeon Description
|
# Dungeon Description
|
||||||
REGION:(00,00,40,20),lit,"ordinary"
|
REGION:(00,00,40,20),lit,"ordinary"
|
||||||
|
|||||||
@@ -247,7 +247,7 @@ GEOMETRY:center,center
|
|||||||
MAP
|
MAP
|
||||||
|
|
||||||
.......................
|
.......................
|
||||||
......---------.---------......
|
......-------------------......
|
||||||
......----.................----......
|
......----.................----......
|
||||||
....----.....-------------.....----....
|
....----.....-------------.....----....
|
||||||
....--.....----...........----.....--....
|
....--.....----...........----.....--....
|
||||||
@@ -255,11 +255,11 @@ MAP
|
|||||||
...|....--....---.......---....--....|...
|
...|....--....---.......---....--....|...
|
||||||
....|...||...---...--+--...---...||...|....
|
....|...||...---...--+--...---...||...|....
|
||||||
....|...|....|....|-...-|....|....|...|....
|
....|...|....|....|-...-|....|....|...|....
|
||||||
....|...|....|....+.....+....|........|....
|
....|...|....|....+.....+....|....|...|....
|
||||||
....|...|....|....|-...-|....|....|...|....
|
....|...|....|....|-...-|....|....|...|....
|
||||||
....|...||...---...--+--...---...||...|....
|
....|...||...---...--+--...---...||...|....
|
||||||
...|....--....---.......---....--....|...
|
...|....--....---.......---....--....|...
|
||||||
...||....---....----.----....---....||...
|
...||....---....---------....---....||...
|
||||||
....--.....----...........----.....--....
|
....--.....----...........----.....--....
|
||||||
....----.....-------------.....----....
|
....----.....-------------.....----....
|
||||||
......----.................----......
|
......----.................----......
|
||||||
@@ -278,6 +278,18 @@ DOOR:closed,(22,12)
|
|||||||
DOOR:closed,(25,10)
|
DOOR:closed,(25,10)
|
||||||
# Stairs
|
# Stairs
|
||||||
STAIR:$place[0],up
|
STAIR:$place[0],up
|
||||||
|
|
||||||
|
# Holes in the concentric ring walls
|
||||||
|
$place = { (22,14),(30,10),(22, 6),(14,10) }
|
||||||
|
SHUFFLE:$place
|
||||||
|
TERRAIN:$place[0],'.'
|
||||||
|
$place = { (22, 4),(35,10),(22,16),( 9,10) }
|
||||||
|
SHUFFLE:$place
|
||||||
|
TERRAIN:$place[0],'.'
|
||||||
|
$place = { (22, 2),(22,18) }
|
||||||
|
SHUFFLE:$place
|
||||||
|
TERRAIN:$place[0],'.'
|
||||||
|
|
||||||
# Non diggable walls
|
# Non diggable walls
|
||||||
NON_DIGGABLE:(00,00,44,19)
|
NON_DIGGABLE:(00,00,44,19)
|
||||||
# Objects
|
# Objects
|
||||||
|
|||||||
Reference in New Issue
Block a user