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.5 by elmex, Wed Jan 31 14:11:01 2007 UTC

8 8
9maxspecial: 9maxspecial:
10 regen : 4 10 regen : 4
11 magic : 4 11 magic : 4
12 speed : 5 12 speed : 5
13 suste : 7 13 food : 7
14 ac : 3 14 ac : 3
15 wc : 3 15 wc : 3
16 dam : 3 16 dam : 3
17 17
18maxlevels: 18maxlevels:
40 stat_con : [ 0, 0, 0.2, 0, 0.8] 40 stat_con : [ 0, 0, 0.2, 0, 0.8]
41 41
42 spec_regen : [ 1, 0, 0, 0, 0] 42 spec_regen : [ 1, 0, 0, 0, 0]
43 spec_magic : [ 0, 1, 0, 0, 0] 43 spec_magic : [ 0, 1, 0, 0, 0]
44 spec_speed : [ 0, 0, 1, 0, 0] 44 spec_speed : [ 0, 0, 1, 0, 0]
45 spec_suste : [ 0, 0, 0, 0.5, 0.5] 45 spec_food : [ 0, 0, 0, 0.5, 0.5]
46 spec_ac : [ 0, 0, 0, 0, 1] 46 spec_ac : [ 0, 0, 0, 0, 1]
47 spec_wc : [ 0, 0, 0, 1, 0] 47 spec_wc : [ 0, 0, 0, 1, 0]
48 spec_dam : [ 0, 0, 0.5, 0, 0.5] 48 spec_dam : [ 0, 0, 0.5, 0, 0.5]
49 49
50 resist_PHYSICAL : [0.1, 0, 0, 0, 0.9] 50 resist_PHYSICAL : [0.1, 0, 0, 0, 0.9]
70 70
71 resist_BLIND : [ 0, 0.2, 0, 0.8, 0] 71 resist_BLIND : [ 0, 0.2, 0, 0.8, 0]
72 resist_DISEASE : [0.1, 0.1, 0.1, 0.6, 0.1] 72 resist_DISEASE : [0.1, 0.1, 0.1, 0.6, 0.1]
73 73
74functions: 74functions:
75 stat_potions: 75 stat_items:
76 - [2, 1000 ] 76 - [2, 1000 ]
77 - [8, 10000 ] 77 - [8, 10000 ]
78 - [24, 50000 ] 78 - [24, 50000 ]
79 - [52, 120000 ] 79 - [52, 120000 ]
80 - [90, 230000 ] 80 - [90, 230000 ]
81 - [140, 350000 ] 81 - [140, 350000 ]
82 - [200, 500000 ] 82 - [200, 500000 ]
83 - [270, 700000 ] 83 - [270, 700000 ]
84 - [352, 900000 ] 84 - [352, 900000 ]
85 - [444, 1150000] 85 - [444, 1150000]
86 spec_potions: 86 spec_items:
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
171# plan match: [<sort-category>, <name>, <title>, <archname>, (<name2>, <title2>, ...)]
171plans: 172plans:
172 stat_cha : [,,potioncha] 173 stat_cha : [potions,,,potioncha]
173 stat_str : [,,potionstr] 174 stat_str : [potions,,,potionstr]
174 stat_wis : [,,potionwis] 175 stat_wis : [potions,,,potionwis]
175 stat_int : [,,potionint] 176 stat_int : [potions,,,potionint]
176 stat_dex : [,,potiondex] 177 stat_dex : [potions,,,potiondex]
177 stat_con : [,,potioncon] 178 stat_con : [potions,,,potioncon]
178 stat_pow : [,,potionpow] 179 stat_pow : [potions,,,potionpow]
179 spec_magic : [magic power potion,,] 180 spec_magic : [potions,magic power potion,,]
180 resist_PHYSICAL : 181 resist_PHYSICAL :
181 resist_MAGIC : [potion,of resist magic,,potion,of magic resistance] 182 resist_MAGIC : [potions,potion,of resist magic,,potion,of magic resistance]
182 resist_FIRE : 183 resist_FIRE : [potions,,,potion_cold,,,potion_cold2]
183 resist_ELECTRICITY : [potion,of shock resistance] 184 resist_ELECTRICITY : [potions,potion,of shock resistance]
184 resist_COLD : 185 resist_COLD :
185 resist_CONFUSION : [potion,of resist confusion] 186 resist_CONFUSION : [potions,potion,of resist confusion]
186 resist_ACID : 187 resist_ACID :
187 resist_DRAIN : [potion,of resist draining] 188 resist_DRAIN : [potions,potion,of resist draining]
188 resist_GHOSTHIT : 189 resist_GHOSTHIT :
189 resist_POISON : 190 resist_POISON :
190 resist_SLOW : [potion,of resist slow] 191 resist_SLOW : [potions,potion,of resist slow]
191 resist_PARALYZE : [potion,of resist paralysis] 192 resist_PARALYZE : [potions,potion,of resist paralysis]
192 resist_TURN_UNDEAD : 193 resist_TURN_UNDEAD :
193 resist_FEAR : 194 resist_FEAR :
194 resist_DEPLETE : 195 resist_DEPLETE :
195 resist_DEATH : 196 resist_DEATH :
196 resist_HOLYWORD : 197 resist_HOLYWORD :

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines