Randomize secret door locations

... in the Wizard quest locate level and Rodney tower entrance
This commit is contained in:
Pasi Kallinen
2015-05-03 10:31:24 +03:00
parent 15a5fe8d76
commit be60ad6676
2 changed files with 28 additions and 19 deletions

View File

@@ -115,25 +115,25 @@ FLAGS: hardfloor
GEOMETRY:center,center
MAP
............. .......................................................
.............. .............}}}}}}}.}}}}}}}}}}}}}}}}}}}.}}}}}}}.......
.............. .............}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}.......
.............. ..............}.................................}.......
.............. ..............}.---------S---------------------.}.......
.............. ..............}.-------------------------------.}.......
............... .........C....}.|.............................|.}.......
............... ..........C....}.|.---------------------------.|.}.......
............... .........CCC.....|.|.........................|.|.........
................ ....C....CCC...}.|.|.---S-------------------.|.|.}.......
............... .........CCC...}.|.|.........................|.|.}.......
................ ....C....CCC...}.|.|.-----------------------.|.|.}.......
.......C..C..... .....C....CCC...}.|.|.|......+.......+......|.|.|.}.......
.............C..CC.....C....CCC...}.|.|.|......|-------|......|.|.|.}.......
................ ....C....CCC...}.|.|.|......|.......S......|.|.|.}.......
................ ....C....CCC...}.|.|.|......|.......|......|.|.|.}.......
......C..C..... ....C....CCC...}.|.|.|......|-------|......|.|.|.}.......
............C.. ...C....CCC...}.|.|.|......+.......+......|.|.|.}.......
........C...... ....C....CCC...}.|.|.-----------------------.|.|.}.......
....C......C... ........CCC.....|.|.........................|.|.........
......C..C.... .........C....}.|.--------------------S------.|.}.......
....C......C... ........CCC...}.|.|.........................|.|.}.......
......C..C.... .........C....}.|.---------------------------.|.}.......
.............. .........C....}.|.............................|.}.......
............. ..............}.-------------------------------.}.......
............. .............}.................................}.......
............. .............}}}}}}}.}}}}}}}}}}}}}}}}}}}.}}}}}}}.......
............. .............}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}.......
............. .......................................................
ENDMAP
@@ -143,18 +143,26 @@ REPLACE_TERRAIN:(34,1,68,19), '}', '.', 2%
# Dungeon Description
REGION:(00,00,75,20),lit,"ordinary"
REGION:(37,04,65,16),unlit,"ordinary"
REGION:(41,08,46,12),lit,"ordinary"
REGION:(56,08,61,12),lit,"ordinary"
REGION:(37,04,65,16),unlit,"ordinary",filled,irregular {
ROOMDOOR:true,closed,north|south|west|east,random
}
REGION:(39,06,63,14),unlit,"ordinary",filled,irregular {
ROOMDOOR:true,closed,north|south|west|east,random
}
REGION:(41,08,46,12),lit,"ordinary",filled,irregular {
ROOMDOOR:true,closed,north|south|west,random
}
REGION:(56,08,61,12),lit,"ordinary",filled,irregular {
ROOMDOOR:true,closed,north|south|east,random
}
REGION:(48,08,54,08),unlit,"ordinary"
REGION:(48,12,54,12),unlit,"ordinary"
REGION:(48,10,54,10),unlit,"ordinary"
REGION:(48,10,54,10),unlit,"ordinary",filled,irregular {
ROOMDOOR:true,closed,north|south|west|east,random
}
# Doors
DOOR:locked,(45,03)
DOOR:locked,(43,07)
DOOR:locked,(58,15)
DOOR:locked,(55,10)
DOOR:locked,(55,08)
DOOR:locked,(55,12)
DOOR:locked,(47,08)