New vaults
This commit is contained in:
parent
69cd41a714
commit
7fa0ff29cc
|
@ -0,0 +1,21 @@
|
||||||
|
@id:chasm
|
||||||
|
@map
|
||||||
|
.^.
|
||||||
|
.^.
|
||||||
|
.^.
|
||||||
|
.^.
|
||||||
|
.^.
|
||||||
|
@end
|
||||||
|
|
||||||
|
@legend
|
||||||
|
#:cell:SOLID
|
||||||
|
^:ob:hole in the ground
|
||||||
|
@end
|
||||||
|
|
||||||
|
@flags
|
||||||
|
goesin:dungeon
|
||||||
|
mayrotate
|
||||||
|
autopop
|
||||||
|
rarity:uncommon
|
||||||
|
@end
|
||||||
|
|
|
@ -0,0 +1,30 @@
|
||||||
|
! room with smaller sub-room
|
||||||
|
@id:subroom
|
||||||
|
@map
|
||||||
|
#########
|
||||||
|
#.......#
|
||||||
|
#.......#
|
||||||
|
#..###..#
|
||||||
|
#..#o+..#
|
||||||
|
#..###..#
|
||||||
|
#.......#
|
||||||
|
#.......#
|
||||||
|
#########
|
||||||
|
@end
|
||||||
|
|
||||||
|
@legend
|
||||||
|
#:cell:SOLID
|
||||||
|
+:ob:wooden door
|
||||||
|
o:ob:random
|
||||||
|
o:ob:random
|
||||||
|
o:ob:random
|
||||||
|
o:ob:random
|
||||||
|
@end
|
||||||
|
|
||||||
|
@flags
|
||||||
|
goesin:dungeon
|
||||||
|
autodoors:50
|
||||||
|
autopop
|
||||||
|
rarity:uncommon
|
||||||
|
@end
|
||||||
|
|
|
@ -0,0 +1,24 @@
|
||||||
|
! a room split in four by glass walls
|
||||||
|
@id:glasscross
|
||||||
|
@map
|
||||||
|
#########
|
||||||
|
#...|...#
|
||||||
|
#...|...#
|
||||||
|
#|||||||#
|
||||||
|
#...|...#
|
||||||
|
#...|...#
|
||||||
|
#########
|
||||||
|
@end
|
||||||
|
|
||||||
|
@legend
|
||||||
|
#:cell:SOLID
|
||||||
|
|:cell:glass wall
|
||||||
|
@end
|
||||||
|
|
||||||
|
@flags
|
||||||
|
goesin:dungeon
|
||||||
|
autodoors:50
|
||||||
|
autopop
|
||||||
|
rarity:uncommon
|
||||||
|
@end
|
||||||
|
|
|
@ -0,0 +1,25 @@
|
||||||
|
@id:oval_room
|
||||||
|
@map
|
||||||
|
####+####
|
||||||
|
###...###
|
||||||
|
#.......#
|
||||||
|
#.......#
|
||||||
|
#.......#
|
||||||
|
###...###
|
||||||
|
####+####
|
||||||
|
@end
|
||||||
|
|
||||||
|
@legend
|
||||||
|
#:cell:SOLID
|
||||||
|
+:ob:wooden door
|
||||||
|
+:exit
|
||||||
|
@end
|
||||||
|
|
||||||
|
@flags
|
||||||
|
mayrotate
|
||||||
|
goesin:dungeon
|
||||||
|
autopop
|
||||||
|
rarity:frequent
|
||||||
|
maintainedge
|
||||||
|
@end
|
||||||
|
|
|
@ -0,0 +1,22 @@
|
||||||
|
@id:pit_room
|
||||||
|
@map
|
||||||
|
######
|
||||||
|
#....#
|
||||||
|
#.^^.#
|
||||||
|
#.^^.#
|
||||||
|
#....#
|
||||||
|
######
|
||||||
|
@end
|
||||||
|
|
||||||
|
@legend
|
||||||
|
#:cell:SOLID
|
||||||
|
+:ob:wooden door
|
||||||
|
+:exit
|
||||||
|
@end
|
||||||
|
|
||||||
|
@flags
|
||||||
|
goesin:dungeon
|
||||||
|
autopop
|
||||||
|
rarity:uncommon
|
||||||
|
@end
|
||||||
|
|
|
@ -0,0 +1,23 @@
|
||||||
|
@id:test_vault
|
||||||
|
@map
|
||||||
|
##+##
|
||||||
|
#...#
|
||||||
|
+.b.+
|
||||||
|
#.c.#
|
||||||
|
##+##
|
||||||
|
@end
|
||||||
|
|
||||||
|
@legend
|
||||||
|
#:cell:SOLID
|
||||||
|
+:ob:wooden door
|
||||||
|
+:exit
|
||||||
|
b:mon:sleeping xat
|
||||||
|
c:mon:xat named fred
|
||||||
|
@end
|
||||||
|
|
||||||
|
@flags
|
||||||
|
goesin:dungeon
|
||||||
|
autopop
|
||||||
|
maintainedge
|
||||||
|
@end
|
||||||
|
|
Loading…
Reference in New Issue