Valkyrie followers typically will start with low Wis, so they'll only reach "low" grace limit after going trough stat potions. Give them enchanted weapons earlier than that.
git-svn-id: svn+ssh://svn.code.sf.net/p/crossfire/code/trunk/arch@4923 282e977c-c81d-0410-88c4-b93c2d0d6712master
parent
a28107b14c
commit
a2fda88b15
|
|
@ -19,21 +19,23 @@ treasure Valkyrie
|
|||
arch valkyrie_general_info
|
||||
chance 10
|
||||
more
|
||||
arch god_grace_limit_low
|
||||
arch god_grace_limit_wimpy
|
||||
more
|
||||
arch god_enchant_weapon_low
|
||||
chance 50
|
||||
more
|
||||
arch god_grace_limit_medium
|
||||
arch god_grace_limit_low
|
||||
more
|
||||
arch god_enchant_weapon_medium
|
||||
chance 50
|
||||
more
|
||||
arch god_grace_limit_high
|
||||
arch god_grace_limit_medium
|
||||
more
|
||||
arch amulet_lifesave
|
||||
chance 10
|
||||
more
|
||||
arch god_grace_limit_high
|
||||
more
|
||||
arch god_enchant_weapon_high
|
||||
end
|
||||
treasure altar_valkyrie
|
||||
|
|
|
|||
|
|
@ -0,0 +1,8 @@
|
|||
Object god_grace_limit_wimpy
|
||||
name grace limit
|
||||
face god_grace_limit.111
|
||||
invisible 1
|
||||
type 8
|
||||
grace 35
|
||||
editable 0
|
||||
end
|
||||
Loading…
Reference in New Issue