21 lines
352 B
Plaintext
Executable File
21 lines
352 B
Plaintext
Executable File
! a room completely filled with deep water
|
|
! the water will explode outwards when you open the door
|
|
@id:flooded_room
|
|
@map
|
|
random(5,5)
|
|
@end
|
|
|
|
@legend
|
|
@end
|
|
|
|
@flags
|
|
goesin:dungeon
|
|
! 100% chance of doors - don't want the water escaping
|
|
autodoors:100
|
|
autopop
|
|
fill(1,1,-2,-2) ob:very deep water:100
|
|
scatter(1,1,-2,-2) mon:piranha:3:100
|
|
rarity:uncommon
|
|
@end
|
|
|