mirror of
https://codeberg.org/noisytoot/notnotdnethack.git
synced 2025-07-29 08:52:25 +01:00
Don't try to make des-file spellbooks of secrets Necronomicon
Let it roll randomly.
This commit is contained in:
parent
eeb3e6fc76
commit
0cb192e101
4 changed files with 7 additions and 7 deletions
|
@ -101,7 +101,7 @@ OBJECT:')',random,random
|
|||
#
|
||||
# Some random loot.
|
||||
#
|
||||
OBJECT[10%]:'+',"secrets",random,"Necronomicon",0
|
||||
OBJECT[10%]:'+',"secrets",random
|
||||
OBJECT:'*',"ruby",random
|
||||
OBJECT:'*',random,random
|
||||
OBJECT:'*',random,random
|
||||
|
@ -637,7 +637,7 @@ REGION:(15,07,21,10),lit,"temple"
|
|||
ALTAR:(18,08),noalign,sanctum
|
||||
REGION:(41,06,48,11),unlit,"morgue",filled,true
|
||||
# Non diggable walls
|
||||
OBJECT[10%]:'+',"secrets",(18,08),"Necronomicon",0
|
||||
OBJECT[10%]:'+',"secrets",(18,08)
|
||||
NON_DIGGABLE:(00,00,75,19)
|
||||
# Invisible barrier separating the left & right halves of the level
|
||||
NON_PASSWALL:(37,00,39,20)
|
||||
|
@ -3240,7 +3240,7 @@ MONSTER:'S',"cobra", place[4]
|
|||
MONSTER:'L',"demilich", place[5], asleep
|
||||
MONSTER:'L',"demilich", place[5], asleep
|
||||
MONSTER:'L',"arch-lich", place[5], asleep
|
||||
OBJECT[10%]:'+',"secrets",place[5],"Necronomicon",0
|
||||
OBJECT[10%]:'+',"secrets",place[5]
|
||||
|
||||
|
||||
MONSTER:'L',"death knight", place[6], asleep
|
||||
|
|
|
@ -350,7 +350,7 @@ ENDMAP
|
|||
#0123456789012345678901234567890123456789012345678901234567890123456789012345
|
||||
#0 1 2 3 4 5 6 7
|
||||
|
||||
OBJECT[10%]:'+',"secrets",random,"Necronomicon",0
|
||||
OBJECT[10%]:'+',"secrets",random
|
||||
OBJECT[10%]:'+',random,random
|
||||
OBJECT[10%]:'+',random,random
|
||||
|
||||
|
|
|
@ -1601,7 +1601,7 @@ OBJECT:'/',"lightning",(45,11)
|
|||
OBJECT:'(',"chest",(48,12)
|
||||
MONSTER:'L',"alhoon",(46,14)
|
||||
OBJECT:'/',"cancellation",(46,14)
|
||||
OBJECT:'+',"secrets",(46,14),"Necronomicon",0
|
||||
OBJECT:'+',"secrets",(46,14)
|
||||
TRAP[75%]:"magic",(47,14)
|
||||
OBJECT:'(',"chest",(48,14)
|
||||
MONSTER:'h',"master mind flayer",(45,17),asleep
|
||||
|
@ -1776,7 +1776,7 @@ OBJECT:'/',"lightning",(45,11)
|
|||
OBJECT:'(',"chest",(48,12)
|
||||
MONSTER:'L',"alhoon",(46,14)
|
||||
OBJECT:'/',"cancellation",(46,14)
|
||||
OBJECT:'+',"secrets",(46,14),"Necronomicon",0
|
||||
OBJECT:'+',"secrets",(46,14)
|
||||
TRAP[75%]:"magic",(47,14)
|
||||
OBJECT:'(',"chest",(48,14)
|
||||
MONSTER:'&',"succubus",(46,13),asleep
|
||||
|
|
|
@ -54,7 +54,7 @@ OBJECT:'+',"Book of the Dead",(16,05)
|
|||
OBJECT:'(',"magic chest",(16,05)
|
||||
# Kinda mean to place these here, since the player may be blindsided by an upgraded wizard,
|
||||
# but them's the breaks!
|
||||
OBJECT[10%]:'+',"secrets",(16,05),"Necronomicon",0
|
||||
OBJECT[10%]:'+',"secrets",(16,05)
|
||||
OBJECT[5%]:')',"quarterstaff",(16,05), blessed, 7, "The Staff of Wild Magic"
|
||||
OBJECT[5%]:'[',"robe",(16,05), blessed, 7, "The Robe of the Archmagi"
|
||||
OBJECT[5%]:'[',"cornuthaum",(16,05), blessed, 7, "The Hat of the Archmagi"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue