Fix quest spellbook replicas in Santo Dominion library from containing and displaying a regular spell.
parent
4f64edf086
commit
8c4b3a56e9
|
@ -5,7 +5,7 @@ width 19
|
|||
height 19
|
||||
msg
|
||||
Created: 2018-07-31 Rick Tanner
|
||||
Modified: 2018-09-30 Rick Tanner
|
||||
Modified: 2023-09-04 Daniel Hawkins
|
||||
endmsg
|
||||
end
|
||||
arch cobblestones
|
||||
|
@ -373,6 +373,7 @@ arch pyro_book
|
|||
name Replica Flametome of Comet
|
||||
x 3
|
||||
y 2
|
||||
randomitems none
|
||||
no_pick 1
|
||||
identified 1
|
||||
end
|
||||
|
@ -1084,6 +1085,7 @@ arch evoker_book
|
|||
name Replica Spellbook of Frost Nova
|
||||
x 7
|
||||
y 2
|
||||
randomitems none
|
||||
no_pick 1
|
||||
identified 1
|
||||
end
|
||||
|
@ -1825,6 +1827,7 @@ arch evoker_book
|
|||
name Replica Spellbook of Negative Energy Ball
|
||||
x 11
|
||||
y 2
|
||||
randomitems none
|
||||
no_pick 1
|
||||
identified 1
|
||||
end
|
||||
|
@ -2032,6 +2035,7 @@ arch evoker_book
|
|||
name Replica Spellbook of Asteroid
|
||||
x 12
|
||||
y 2
|
||||
randomitems none
|
||||
no_pick 1
|
||||
identified 1
|
||||
end
|
||||
|
@ -2548,6 +2552,7 @@ arch summoner_book
|
|||
name Replica Codex of Magehound
|
||||
x 15
|
||||
y 2
|
||||
randomitems none
|
||||
no_pick 1
|
||||
identified 1
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue