|
From: Crossfire C. r. messages.
<cro...@li...> - 2021-02-01 17:40:09
|
Revision: 21883
http://sourceforge.net/p/crossfire/code/21883
Author: ryo_saeba
Date: 2021-02-01 17:40:07 +0000 (Mon, 01 Feb 2021)
Log Message:
-----------
Add comments for nuggets-related formulae.
Modified Paths:
--------------
arch/trunk/ChangeLog
arch/trunk/formulae
Modified: arch/trunk/ChangeLog
===================================================================
--- arch/trunk/ChangeLog 2021-02-01 17:10:53 UTC (rev 21882)
+++ arch/trunk/ChangeLog 2021-02-01 17:40:07 UTC (rev 21883)
@@ -1,3 +1,7 @@
+Add comments for nuggets-related formulae.
+formulae
+Nicolas Weeger 2021-02-01
+
Add 'broken' generator faces and archetypes.
monster/dragon/broken_dragoncave.base.111.png
monster/dragon/broken_dragoncave_blue.base.111.png
Modified: arch/trunk/formulae
===================================================================
--- arch/trunk/formulae 2021-02-01 17:10:53 UTC (rev 21882)
+++ arch/trunk/formulae 2021-02-01 17:40:07 UTC (rev 21883)
@@ -3380,6 +3380,7 @@
# Amulets
# -------------------
# cast large gold nugget -> amulet
+# This recipe is in a jeweler's guide, so chance 0.
Object NONE
arch amulet
ingred large gold nugget
@@ -3390,6 +3391,7 @@
exp 2000
diff -25
# melt amulet -> large gold nugget
+# This recipe is in a jeweler's guide, so chance 0.
Object NONE
arch largenugget
ingred amulet
@@ -3484,6 +3486,7 @@
# Rings
# -------------------
# cast small gold nugget -> ring
+# This recipe is in a jeweler's guide, so chance 0.
Object NONE
arch ring
ingred small gold nugget
@@ -3494,6 +3497,7 @@
exp 1000
diff -30
# melt ring -> small gold nugget
+# This recipe is in a jeweler's guide, so chance 0.
Object NONE
arch smallnugget
ingred ring
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|