This commit is contained in:
Rob Pearce 2011-09-10 19:09:02 +00:00
parent d51dfa11f9
commit 281500f09d
1 changed files with 0 additions and 21 deletions

View File

@ -1,21 +0,0 @@
! filled with random monsters
@id:monsterzoo
@map
random(3,3,5,5)
@end
@legend
@end
@flags
autodoors:100
goesin:dungeon
! every cell in here has 1-3 objects and a monster
scatter(1,1,-2,-2) mon:random:100%
scatter(1,1,-2,-2) ob:random:100%
scatter(1,1,-2,-2) ob:random:100%
scatter(1,1,-2,-2) ob:random:100%:50
scatter(1,1,-2,-2) ob:random:100%:50
rarity:rare
@end