|
From: Crossfire C. r. messages.
<cro...@li...> - 2021-02-16 15:27:31
|
Revision: 21961
http://sourceforge.net/p/crossfire/code/21961
Author: silvernexus
Date: 2021-02-16 15:27:26 +0000 (Tue, 16 Feb 2021)
Log Message:
-----------
Add recipes to craft minor, medium, and major potions of life.
Modified Paths:
--------------
arch/trunk/ChangeLog
arch/trunk/formulae
Modified: arch/trunk/ChangeLog
===================================================================
--- arch/trunk/ChangeLog 2021-02-16 13:23:30 UTC (rev 21960)
+++ arch/trunk/ChangeLog 2021-02-16 15:27:26 UTC (rev 21961)
@@ -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
Modified: arch/trunk/formulae
===================================================================
--- arch/trunk/formulae 2021-02-16 13:23:30 UTC (rev 21960)
+++ arch/trunk/formulae 2021-02-16 15:27:26 UTC (rev 21961)
@@ -1779,10 +1779,43 @@
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 @@
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
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|