New vaults

This commit is contained in:
Rob Pearce 2012-03-05 10:31:38 +00:00
parent 69cd41a714
commit 7fa0ff29cc
6 changed files with 145 additions and 0 deletions

21
data/vaults/chasm.vlt Normal file
View File

@ -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

View File

@ -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

View File

@ -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

25
data/vaults/oval.vlt Normal file
View File

@ -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

22
data/vaults/pitroom.vlt Normal file
View File

@ -0,0 +1,22 @@
@id:pit_room
@map
######
#....#
#.^^.#
#.^^.#
#....#
######
@end
@legend
#:cell:SOLID
+:ob:wooden door
+:exit
@end
@flags
goesin:dungeon
autopop
rarity:uncommon
@end

23
data/vaults/test.vlt Normal file
View File

@ -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