Add comments for nuggets-related formulae.
git-svn-id: svn+ssh://svn.code.sf.net/p/crossfire/code/arch/trunk@21883 282e977c-c81d-0410-88c4-b93c2d0d6712master
parent
d3b014fe2e
commit
6e4dcef9e8
|
|
@ -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
|
||||
|
|
|
|||
4
formulae
4
formulae
|
|
@ -3380,6 +3380,7 @@ ingred dagger,dust of stasis,bottle of mineral oil
|
|||
# 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 @@ chance 0
|
|||
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 @@ ingred amulet,2 potion of wisdom,holy symbol,30 pearl
|
|||
# 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 @@ chance 0
|
|||
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
|
||||
|
|
|
|||
Loading…
Reference in New Issue