mirror of
https://codeberg.org/noisytoot/notnotdnethack.git
synced 2025-07-29 00:42:28 +01:00
Add some forges and smiths to quests
Erebor: Abandoned forge in Erebor (locate level) Moria: Dwarf smith forge in Erebor (home level) Knight: Human smith in other room Chaos3: Goblin smith in Minas Morgul
This commit is contained in:
parent
c2712b800b
commit
06cbab7c94
4 changed files with 31 additions and 16 deletions
|
@ -204,6 +204,8 @@ STAIR:(37,01),down
|
|||
# Artifact Door
|
||||
DOOR:locked,(09,04),1
|
||||
|
||||
FORGE:(15,02)
|
||||
|
||||
# Boulders
|
||||
OBJECT:'`',"boulder",(38,11)
|
||||
OBJECT:'`',"boulder",(36,12)
|
||||
|
|
|
@ -100,23 +100,25 @@ OBJECT:'[',"armored boots",random
|
|||
OBJECT:'[',"armored boots",random
|
||||
|
||||
GEOMETRY:center,center
|
||||
#0 1 2 3 4 5 6 7
|
||||
#0123456789012345678901234567890123456789012345678901234567890123456789012345
|
||||
MAP
|
||||
,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
|
||||
,-----,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,-----,
|
||||
,|...|,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,|...|,
|
||||
,--|+-------------------++-------------------+|--,
|
||||
,,,|...................+..+...................|,,,
|
||||
,,,|.|-----------------|++|-----------------|.|,,,
|
||||
,,,|.|.................|..|.........|.......|.|,,,
|
||||
,,,|.|...\.............+..+.........|.......|.|,,,
|
||||
,,,|.|.................+..+.........+.......|.|,,,
|
||||
,,,|.|.................|..|.........|.......|.|,,,
|
||||
,,,|.|--------------------------------------|.|,,,
|
||||
,,,|..........................................|,,,
|
||||
,--|+----------------------------------------+|--,
|
||||
,|...|,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,|...|,
|
||||
,-----,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,-----,
|
||||
,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
|
||||
0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
|
||||
1,-----,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,-----,
|
||||
2,|...|,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,|...|,
|
||||
3,--|+-------------------++-------------------+|--,
|
||||
4,,,|...................+..+...................|,,,
|
||||
5,,,|.|-----------------|++|-----------------|.|,,,
|
||||
6,,,|.|.................|..|.........|.......|.|,,,
|
||||
7,,,|.|...\.............+..+.........|.......|.|,,,
|
||||
8,,,|.|.................+..+.........+.......|.|,,,
|
||||
9,,,|.|.................|..|.........|.......|.|,,,
|
||||
0,,,|.|--------------------------------------|.|,,,
|
||||
1,,,|..........................................|,,,
|
||||
2,--|+----------------------------------------+|--,
|
||||
3,|...|,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,|...|,
|
||||
4,-----,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,-----,
|
||||
5,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
|
||||
ENDMAP
|
||||
# Dungeon Description
|
||||
REGION:(00,00,49,15),lit,"ordinary"
|
||||
|
@ -169,6 +171,10 @@ MONSTER:'@',"page",(20,06)
|
|||
MONSTER:'@',"page",(16,09)
|
||||
MONSTER:'@',"page",(18,09)
|
||||
MONSTER:'@',"page",(20,09)
|
||||
|
||||
FORGE:(32,08)
|
||||
MONSTER:'@',"human smith",(32,08)
|
||||
|
||||
# Non diggable walls
|
||||
NON_DIGGABLE:(00,00,49,15)
|
||||
# Random traps
|
||||
|
|
|
@ -117,6 +117,10 @@ DOOR:closed,(61,03)
|
|||
DOOR:closed,(66,02)
|
||||
DOOR:closed,(68,00)
|
||||
|
||||
FORGE:(15,02)
|
||||
MONSTER:'h',"dwarf smith",(15,02),peaceful
|
||||
|
||||
|
||||
MAZE: "Dnb-loca", ' '
|
||||
FLAGS:hardfloor,noteleport
|
||||
|
||||
|
|
|
@ -968,6 +968,9 @@ MONSTER:'O',"ogre",(65,12),asleep
|
|||
MONSTER:'o',"Mordor orc",(66,12),asleep
|
||||
MONSTER:'i',"tengu",(67,12),asleep
|
||||
|
||||
FORGE:(41,04)
|
||||
MONSTER:'o',"goblin smith",(41,04)
|
||||
|
||||
GEOMETRY:center,center
|
||||
#0 1 2 3 4 5 6 7
|
||||
#0123456789012345678901234567890123456789012345678901234567890123456789012345
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue