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.4 by root, Fri Sep 8 16:51:44 2006 UTC vs.
Revision 1.5 by elmex, Wed Jan 31 14:11:01 2007 UTC

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]
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, 5] 167 ring : [mets_and_mins,2,largenugget, 5]
168 amulet : [mets_and_mins,2,largenugget,10] 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