Add zinc filings and some recipes to make poisoned food from them.
git-svn-id: svn+ssh://svn.code.sf.net/p/crossfire/code/arch/trunk@21900 282e977c-c81d-0410-88c4-b93c2d0d6712master
parent
c2e57d539c
commit
c06637c6a1
|
@ -1,3 +1,10 @@
|
||||||
|
Add zinc filings and a couple recipes to craft poison food.
|
||||||
|
crafting/Materials/zinc_filings.arc
|
||||||
|
crafting/Materials/zinc_filings.base.111.png
|
||||||
|
crafting/Materials/zinc_filings.face
|
||||||
|
formulae
|
||||||
|
Daniel Hawkins 2021-02-04
|
||||||
|
|
||||||
Add images to the classic faceset for the broken generators.
|
Add images to the classic faceset for the broken generators.
|
||||||
This avoids jarring style changes when the classic and base
|
This avoids jarring style changes when the classic and base
|
||||||
images do not match.
|
images do not match.
|
||||||
|
|
|
@ -0,0 +1,14 @@
|
||||||
|
Object zinc_filings
|
||||||
|
name zinc filings
|
||||||
|
race gold and jewels
|
||||||
|
face zinc_filings.111
|
||||||
|
nrof 1
|
||||||
|
type 60
|
||||||
|
material 2
|
||||||
|
materialname zinc
|
||||||
|
value 1
|
||||||
|
weight 10
|
||||||
|
identified 1
|
||||||
|
name_pl zinc filings
|
||||||
|
client_type 2005
|
||||||
|
end
|
Binary file not shown.
After Width: | Height: | Size: 212 B |
|
@ -0,0 +1,3 @@
|
||||||
|
face zinc_filings.111
|
||||||
|
magicmap grey
|
||||||
|
end
|
53
formulae
53
formulae
|
@ -4049,6 +4049,51 @@ skill woodsman
|
||||||
cauldron stove
|
cauldron stove
|
||||||
ingred 7 mushroom of Gourmet,potion of resist draining
|
ingred 7 mushroom of Gourmet,potion of resist draining
|
||||||
#
|
#
|
||||||
|
# Poisoned food:
|
||||||
|
# Uses Zinc filings
|
||||||
|
# (Zinc is very toxic when ingested)
|
||||||
|
# These don't show in random books, and should
|
||||||
|
# appear only in some real shady locales
|
||||||
|
Object Poison
|
||||||
|
arch food
|
||||||
|
diff 3
|
||||||
|
exp 100
|
||||||
|
chance 0
|
||||||
|
yield 1
|
||||||
|
skill woodsman
|
||||||
|
cauldron stove
|
||||||
|
ingred food ration,10 zinc filings
|
||||||
|
#
|
||||||
|
Object Hideous Poison
|
||||||
|
arch food
|
||||||
|
diff 5
|
||||||
|
exp 100
|
||||||
|
chance 0
|
||||||
|
yield 1
|
||||||
|
skill woodsman
|
||||||
|
cauldron stove
|
||||||
|
ingred food ration,20 zinc filings
|
||||||
|
#
|
||||||
|
Object Poison
|
||||||
|
arch mushroom_1,mushroom_2,mushrrom_3
|
||||||
|
diff 4
|
||||||
|
exp 100
|
||||||
|
chance 0
|
||||||
|
trans 1
|
||||||
|
skill woodsman
|
||||||
|
cauldron stove
|
||||||
|
ingred mushroom, 3 zinc filings
|
||||||
|
#
|
||||||
|
Object Hideous Poison
|
||||||
|
arch mushroom_1,mushroom_2,mushroom_3
|
||||||
|
diff 6
|
||||||
|
exp 100
|
||||||
|
chance 0
|
||||||
|
trans 1
|
||||||
|
skill woodsman
|
||||||
|
cauldron stove
|
||||||
|
ingred mushroom, 10 zinc filings
|
||||||
|
#
|
||||||
# Misc items that don't fit anywhere else
|
# Misc items that don't fit anywhere else
|
||||||
Object NONE
|
Object NONE
|
||||||
arch dice
|
arch dice
|
||||||
|
@ -4091,6 +4136,14 @@ ingred silver bar
|
||||||
chance 0
|
chance 0
|
||||||
combination 1
|
combination 1
|
||||||
tool file
|
tool file
|
||||||
|
#
|
||||||
|
Object NONE
|
||||||
|
arch zinc_filings
|
||||||
|
yield 1000
|
||||||
|
ingred zinc bar
|
||||||
|
chance 0
|
||||||
|
combination 1
|
||||||
|
tool file
|
||||||
|
|
||||||
#
|
#
|
||||||
# gem combos
|
# gem combos
|
||||||
|
|
Loading…
Reference in New Issue