Skip to content

Commit

Permalink
Ranger quest: Fix lighting and switch out throne for altar (dNetHack)
Browse files Browse the repository at this point in the history
Based on dNAO commit 0299bd5642f6bbcdc327b4c060689f7b17f335da (Ranger
revision: Fix lighting and switch out throne for altar).
  • Loading branch information
tung committed Sep 12, 2015
1 parent 4e5e701 commit f1b8d3d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
3 changes: 2 additions & 1 deletion doc/changelog.txt
Expand Up @@ -192,7 +192,8 @@ Dungeon
- Remove squeeze gap in Caveman quest home level.
- Redesign Ranger quest home level with a more organic layout and wider
corridors (from dNetHack, originally by Khor).
- Redesign Ranger quest goal level with water and trees (dNetHack).
- Redesign Ranger quest goal level with water, trees and an altar
(dNetHack).
* Changes to standard rooms-and-corridors level generation:
- Grid room level style (from K-Mod).
- Raise chance of special rooms-and-corridors level style from 10% to 20%.
Expand Down
6 changes: 4 additions & 2 deletions libnitrohack/dat/Ranger.des
Expand Up @@ -38,7 +38,7 @@ TTTTTT..TTTTTTTTTTTTTT......TTTTT...TTTTT...............T}........}}}...TTT.
TTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTT...............}............}......
ENDMAP
# Dungeon Description
REGION:(01,01,75,16),lit,"ordinary"
REGION: (01,01,75,20), lit, "ordinary"
# Stairs
STAIR:(10,10),down
# Portal arrival point; just about anywhere on the right hand side of the map
Expand Down Expand Up @@ -190,7 +190,7 @@ MAP
7}}}}}}}}}.........}}}} . .... + . ... . .TTTTTTTTTTTTT..TT.TTT
8}}}}}}}}}}}}}}}}}}}}}} . ......... .S. .S...............TTT.TTT
9}}}}}}}}}}}}}}}} ... . ......... . .TTTTTTTTTTTTTTTTT.TTT
0}}}}}}}}}}}}}}}} .....S.+.......+....\....+........+. .TTTTTTTTTTTTTTTTT.TTT
0}}}}}}}}}}}}}}}} .....S.+.......+.........+........+. .TTTTTTTTTTTTTTTTT.TTT
1}}}}}}}}}}}}}}}} ...} S ......... ..TTTTTT.....TTTTTT.TTT
2}}}}}}}}}}}}}}}}}}}}}}}}.. ......... ..TTTTTT......TTTT.TTT
3}}}}}}}}}}}}}}}}}}}}}}... + TT....TTTT....TTTT..........T.TTT
Expand All @@ -207,6 +207,8 @@ $place = { (49,07), (47,15), (57,06), (61,11) }
SHUFFLE: $place
# Dungeon Description
REGION:(00,00,75,19),lit,"ordinary"
# Altar to Orion
ALTAR: (37,10), law, altar
# Stairs
STAIR:(19,10),up
# Non diggable walls
Expand Down

0 comments on commit f1b8d3d

Please sign in to comment.