Turn nuggets to gems, adjust value to account for no longer having the 4x multiplier. Add dam_modifier 1 to spell_alchemy to prepare for alchemy spell changes.
git-svn-id: svn+ssh://svn.code.sf.net/p/crossfire/code/trunk/arch@4931 282e977c-c81d-0410-88c4-b93c2d0d6712master
parent
a2fda88b15
commit
043aaa3f53
|
@ -4,10 +4,10 @@ race gold and jewels
|
||||||
face nugget_lar.111
|
face nugget_lar.111
|
||||||
color_fg orange
|
color_fg orange
|
||||||
nrof 1
|
nrof 1
|
||||||
type 73
|
type 60
|
||||||
material 2
|
material 2
|
||||||
materialname gold
|
materialname gold
|
||||||
value 100
|
value 400
|
||||||
weight 180
|
weight 180
|
||||||
editable 2048
|
editable 2048
|
||||||
name_pl large gold nuggets
|
name_pl large gold nuggets
|
||||||
|
|
|
@ -4,10 +4,10 @@ race gold and jewels
|
||||||
face nugget_sma.111
|
face nugget_sma.111
|
||||||
color_fg orange
|
color_fg orange
|
||||||
nrof 1
|
nrof 1
|
||||||
type 73
|
type 60
|
||||||
material 2
|
material 2
|
||||||
materialname gold
|
materialname gold
|
||||||
value 10
|
value 40
|
||||||
weight 20
|
weight 20
|
||||||
editable 2048
|
editable 2048
|
||||||
name_pl small gold nuggets
|
name_pl small gold nuggets
|
||||||
|
|
|
@ -14,4 +14,5 @@ no_drop 1
|
||||||
invisible 1
|
invisible 1
|
||||||
duration 100
|
duration 100
|
||||||
duration_modifier 5
|
duration_modifier 5
|
||||||
|
dam_modifier 1
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue