20 lines
302 B
Plaintext
Executable File
20 lines
302 B
Plaintext
Executable File
! a room with a bunch of statues and a cockatrice
|
|
@id:lair_cockatrice
|
|
@map
|
|
random(5,5)
|
|
@end
|
|
|
|
@legend
|
|
@end
|
|
|
|
@flags
|
|
goesin:dungeon
|
|
! don't want cockatrice escaping
|
|
autodoors:100
|
|
scatter(1,1,-2,-2) ob:statue:25%
|
|
scatter(1,1,-2,-2) mon:cockatrice:1
|
|
scatter(1,1,-2,-2) ob:1-10 stones:1-5
|
|
rarity:vrare
|
|
@end
|
|
|