Change recipes for potion of fire and cold resistance, based on the contents of the Fire Temple quest.
git-svn-id: svn+ssh://svn.code.sf.net/p/crossfire/code/arch/trunk@21926 282e977c-c81d-0410-88c4-b93c2d0d6712master
parent
021daea12f
commit
d32dab7a92
|
|
@ -1,3 +1,7 @@
|
||||||
|
Change recipes for potion of fire and cold resistance, based on the contents of the Fire Temple quest.
|
||||||
|
formulae
|
||||||
|
Nicolas Weeger 2021-02-09
|
||||||
|
|
||||||
Add slicing knife to uncommon items treasure list.
|
Add slicing knife to uncommon items treasure list.
|
||||||
treasures.trs
|
treasures.trs
|
||||||
Nicolas Weeger 2021-02-09
|
Nicolas Weeger 2021-02-09
|
||||||
|
|
|
||||||
4
formulae
4
formulae
|
|
@ -1601,7 +1601,7 @@ ingred ogre's heart,3 water of the wise,pile of philosophical salt,pirate's hear
|
||||||
# -- fire immune
|
# -- fire immune
|
||||||
# (quest: peterm/FireTemple)
|
# (quest: peterm/FireTemple)
|
||||||
Object NONE
|
Object NONE
|
||||||
arch potion_cold
|
arch potion_fire
|
||||||
chance 0
|
chance 0
|
||||||
diff 50
|
diff 50
|
||||||
exp 500000
|
exp 500000
|
||||||
|
|
@ -1613,7 +1613,7 @@ keycode fire alchemist
|
||||||
#
|
#
|
||||||
# -- cold immune
|
# -- cold immune
|
||||||
Object NONE
|
Object NONE
|
||||||
arch potion_fire
|
arch potion_cold
|
||||||
chance 1
|
chance 1
|
||||||
diff 50
|
diff 50
|
||||||
exp 500000
|
exp 500000
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue