This commit is contained in:
parent
d51dfa11f9
commit
281500f09d
|
@ -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
|
||||
|
Loading…
Reference in New Issue