ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/lib/jeweler.yaml
(Generate patch)

Comparing deliantra/server/lib/jeweler.yaml (file contents):
Revision 1.2 by elmex, Thu Aug 31 00:59:36 2006 UTC vs.
Revision 1.3 by elmex, Thu Aug 31 12:50:46 2006 UTC

86 spec_potions: 86 spec_potions:
87 - [2, 1000] 87 - [2, 1000]
88 - [8, 10000] 88 - [8, 10000]
89 - [18, 30000] 89 - [18, 30000]
90 - [32, 60000] 90 - [32, 60000]
91 - [50, 100000] 91 - [50, 100000]
92 - [72, 160000] 92 - [72, 160000]
93 - [100,230000] 93 - [100, 230000]
94 - [120,300000] 94 - [120, 300000]
95 - [160,400000] 95 - [160, 400000]
96 - [200,500000] 96 - [200, 500000]
97 attack_resist_diamonds : 97 attack_resist_diamonds :
98# 5% 98# 5%
99 - 10 99 - 10
100# 10% 100# 10%
101 - 500 101 - 500
162# <outarch> = <sort-category>,<source-arch-value-multiplier>,<source-archname>,<xp-points for making one of this> 162# <outarch> = <sort-category>,<source-arch-value-multiplier>,<source-archname>,<xp-points for making one of this>
163# sort-category one of: 163# sort-category one of:
164# rings, ammys, mets_and_mins, gems, potions, scrolls 164# rings, ammys, mets_and_mins, gems, potions, scrolls
165# formula of the number of generated outarchs: 165# formula of the number of generated outarchs:
166# <nrof outarchs> = <sum of input-arch values> / (<outputarch value> * <source-arch-value-multiplier>) 166# <nrof outarchs> = <sum of input-arch values> / (<outputarch value> * <source-arch-value-multiplier>)
167 ring : [mets_and_mins,2,largenugget,10] 167 ring : [mets_and_mins,2,largenugget, 5]
168 amulet : [mets_and_mins,2,largenugget,15] 168 amulet : [mets_and_mins,2,largenugget,10]
169 169
170 170
171plans: 171plans:
172 stat_cha : [,,potioncha] 172 stat_cha : [,,potioncha]
173 stat_str : [,,potionstr] 173 stat_str : [,,potionstr]

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines