new vaults

This commit is contained in:
Rob Pearce 2012-02-07 23:30:30 +00:00
parent 91268cea5a
commit f0e64851d3
4 changed files with 87 additions and 0 deletions

19
data/vaults/brickwall.vlt Normal file
View File

@ -0,0 +1,19 @@
! A straight brick wall
@id:brickwall
@map
.....
#####
.....
@end
@legend
.:cell:EMPTY
#:cell:brick wall
@end
@flags
mayrotate
goesin:cave
rarity:uncommon
@end

19
data/vaults/smalllake.vlt Normal file
View File

@ -0,0 +1,19 @@
@id:small_lake
@map
.ww.
wwww
wwww
.ww.
@end
@legend
w:cell:low rock floor
w:ob:very deep water
@end
@flags
goesin:cave
autopop
rarity:common
@end

View File

@ -0,0 +1,23 @@
! a corridor full of traps
@id:trap_corridor
@map
#######
.......
#######
@end
@legend
#:cell:SOLID
.:cell:EMPTY
@end
@flags
rarity:rare
goesin:dungeon
autodoors:100
! half the cells are trapped!
scatter(0,1,-1,-2) ob:random trap:1-3
! corpses
scatter(0,1,-1,-2) ob:corpse:1:50
@end

26
data/vaults/woodhut.vlt Normal file
View File

@ -0,0 +1,26 @@
@id:wooden hut
@map
####
#_p#
+pp#
####
@end
@legend
.:cell:dirt
#:cell:wooden wall
p:cell:wood floor
_:cell:wood floor
_:ob:bed
+:ob:locked wooden door
@end
@flags
monstersstay
scatter(2,1,-2,-2) mon:random:1
scatter(2,1,-2,-2) ob:furniture:1-2
mayrotate
goesin:cave
rarity:common
@end