Tentative bug fix for '[ 1990180 ] 2.0 godgiven Valkyrie lifesaving amulet bug?' - created a new amulet archetype that is godgiven and inventory locked by default, updated gods/demihumans/valkyrie.trs file to reference the new amulet archetype
git-svn-id: svn+ssh://svn.code.sf.net/p/crossfire/code/arch/trunk@10889 282e977c-c81d-0410-88c4-b93c2d0d6712master
parent
9a5be5ad32
commit
5ebc16bf14
|
@ -31,7 +31,7 @@ arch god_grace_limit_low
|
|||
more
|
||||
arch god_grace_limit_medium
|
||||
more
|
||||
arch amulet_lifesave
|
||||
arch valkyrie_amulet_lifesave
|
||||
chance 10
|
||||
more
|
||||
arch god_grace_limit_high
|
||||
|
|
|
@ -0,0 +1,18 @@
|
|||
Object valkyrie_amulet_lifesave
|
||||
name Valkyrie's Amulet of Lifesaving
|
||||
name_pl Valkyrie's Amulets of Lifesaving
|
||||
face amulet_lif.111
|
||||
type 39
|
||||
material 12
|
||||
weight 600
|
||||
value 20000
|
||||
lifesave 1
|
||||
magicmap yellow
|
||||
nrof 1
|
||||
client_type 381
|
||||
body_neck -1
|
||||
item_power 3
|
||||
startequip 1
|
||||
inv_locked 1
|
||||
end
|
||||
|
Loading…
Reference in New Issue