Expand options for basic smithery crafting.

git-svn-id: svn+ssh://svn.code.sf.net/p/crossfire/code/arch/trunk@21975 282e977c-c81d-0410-88c4-b93c2d0d6712
master
silvernexus 2021-02-17 00:19:45 +00:00
parent 1e3a9238ba
commit af46790472
2 changed files with 59 additions and 0 deletions

View File

@ -1,3 +1,7 @@
Add recipes for making long swords, broadswords, and a two-handed sword.
formulae
Daniel Hawkins 2021-02-16
Introduce some crossover in treasure between random_inorganic and random_ore
treasures.trs
Daniel Hawkins 2021-02-16

View File

@ -452,6 +452,61 @@ skill smithery
cauldron forge
ingred 2 steel bar,brass bar
#
# bronze broadsword
Object NONE
arch b_bsword_1
chance 6
diff 10
exp 2000
yield 2
skill smithery
cauldron forge
ingred 3 bronze bar,brass bar
#
# iron broadsword
Object NONE
arch bsword_1
chance 5
diff 11
exp 2200
yield 2
skill smithery
cauldron forge
ingred 3 iron bar,brass bar
#
# iron long sword
Object NONE
arch sword_1
chance 4
diff 12
exp 2250
yield 3
skill smithery
cauldron forge
ingred 3 iron bar,2 brass bar
#
# bronze long sword
Object NONE
arch b_sword_1
chance 5
diff 11
exp 2100
yield 3
skill smithery
cauldron forge
ingred 3 bronze bar,2 brass bar
#
# two-handed sword
Object NONE
arch sword_3
chance 3
diff 15
exp 2500
yield 2
skill smithery
cauldron forge
ingred 4 iron bar,brass bar
#
# ----------------
# Silvered weapons
# ----------------