Add recipes to craft minor, medium, and major potions of life.

git-svn-id: svn+ssh://svn.code.sf.net/p/crossfire/code/arch/trunk@21961 282e977c-c81d-0410-88c4-b93c2d0d6712
master
silvernexus 2021-02-16 15:27:26 +00:00
parent 20034226f9
commit fb597993a4
2 changed files with 74 additions and 3 deletions

View File

@ -1,3 +1,8 @@
Add recipes for crafting minor, medium, major, and supreme potions of life.
Previous supreme recipe is now major.
formulae
Daniel Hawkins 2021-02-16
Apply patch #388 Remove default sage NPC message
by DraugTheWhopper.
monster/humanoid/Human/c_sage.arc

View File

@ -1779,10 +1779,43 @@ skill alchemy
cauldron cauldron
ingred potion of mystic power,mushroom of Magic,water of diamond
#
# -- restoration
# -- minor potion of life
Object NONE
arch potion_restoration
chance 7
arch minor_potion_restoration
chance 20
diff 1
exp 500
yield 1
skill alchemy
cauldron cauldron
ingred water,booze
#
# -- medium potion of life
Object NONE
arch medium_potion_restoration
chance 15
diff 5
exp 5000
yield 3
skill alchemy
cauldron cauldron
ingred troll's liver,2 booze
#
# -- medium potion of life (upgrading a minor potion)
Object NONE
arch medium_potion_restoration
chance 15
diff 5
exp 4500
yield 1
skill alchemy
cauldron cauldron
ingred troll's liver,2 minor potion of life
#
# -- major potion of life
Object NONE
arch major_potion_restoration
chance 10
diff 10
exp 10000
yield 5
@ -1790,6 +1823,39 @@ skill alchemy
cauldron cauldron
ingred unicorn horn,3 booze
#
# -- major potion of life (upgrading a medium potion)
Object NONE
arch major_potion_restoration
chance 10
diff 10
exp 5000
yield 1
skill alchemy
cauldron cauldron
ingred unicorn horn,3 medium potion of life
#
# -- supreme potion of life
Object NONE
arch potion_restoration
chance 5
diff 20
exp 25000
yield 7
skill alchemy
cauldron cauldron
ingred potion of recuperation,2 pile of philosophical salt,4 booze
#
# -- supreme potion of life (upgrading a major potion)
Object NONE
arch potion_restoration
chance 5
diff 20
exp 15000
yield 1
skill alchemy
cauldron cauldron
ingred potion of recuperation,pile of philosophical salt,4 major potion of life
#
# -- healing recipe #1
Object NONE
arch potion_heal