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.13 by root, Wed Aug 1 12:23:36 2007 UTC vs.
Revision 1.14 by elmex, Wed Aug 8 16:20:37 2007 UTC

1maximprovements: 1maximprovements:
2 attack_resistances : 95 2 attack_resistances : 40
3 effect_resistances : 100 3 effect_resistances : 99
4 specials : 10 4 specials : 10
5 resistances : 300 5 resistances : 300
6 stats : 7 6 stats : 7
7 improvements : 8 7 improvements : 8
8 8
17 17
18maxlevels: 18maxlevels:
19# the maximum level where stat+7 can be made 19# the maximum level where stat+7 can be made
20 stat_level : 95 20 stat_level : 95
21# the maximum level where max overall resists and attack resist can be made 21# the maximum level where max overall resists and attack resist can be made
22 resist_level : 80 22 resist_level : 45
23# the maximum level where max effect resistance can be made 23# the maximum level where max effect resistance can be made
24 effect_resist_level : 50 24 effect_resist_level : 30
25# the level where the maximum improvemnts can be made 25# the level where the maximum improvemnts can be made
26 improve_level : 90 26 improve_level : 90
27# the level where the maximum special improvements can be made 27# the level where the maximum special improvements can be made
28 spec_level : 90 28 spec_level : 70
29# the offset of the levels for amulets 29# the offset of the levels for amulets
30 amulet_offset : 20 30 amulet_offset : 20
31 31
32diamond_split: 32diamond_split:
33# <tag> = <emerald-fact.>, <sapphire-fact.>, <pearl-fact.>, <ruby-fact.>, <diamond-fact.> 33# <tag> = <emerald-fact.>, <sapphire-fact.>, <pearl-fact.>, <ruby-fact.>, <diamond-fact.>
68 resist_HOLYWORD : [ 0, 0.4, 0.4, 0, 0.2] 68 resist_HOLYWORD : [ 0, 0.4, 0.4, 0, 0.2]
69 resist_LIFE_STEALING : [0.5, 0, 0.5, 0, 0] 69 resist_LIFE_STEALING : [0.5, 0, 0.5, 0, 0]
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 resist_CHAOS : [0.2, 0.2, 0.2, 0.2, 0.2]
74 resist_WEAPONMAGIC : [ 0, 0, 0, 0, 1]
75 resist_CANCELLATION : [0.8, 0.1, 0.1, 0, 0]
73 76
74functions: 77functions:
75 # [<nr. of items>, <nr. of diamonds>] 78 # [<nr. of items>, <nr. of diamonds>]
76 stat_items: 79 stat_items:
77 - [2, 200 ] 80 - [2, 200 ]
122 spec_regen : [potions,potion,of recuperation] 125 spec_regen : [potions,potion,of recuperation]
123 spec_food : [other,,,waybread] 126 spec_food : [other,,,waybread]
124 spec_dam : [potions,potion,of strength,potion_generic] 127 spec_dam : [potions,potion,of strength,potion_generic]
125 resist_PHYSICAL : [potions,balm,of aethereality,,,,potion_invulnerability,,,potion_aethereality] 128 resist_PHYSICAL : [potions,balm,of aethereality,,,,potion_invulnerability,,,potion_aethereality]
126 resist_MAGIC : [potions,potion,of resist magic,,potion,of magic resistance] 129 resist_MAGIC : [potions,potion,of resist magic,,potion,of magic resistance]
127 resist_FIRE : [potions,,,potion_cold,,,potion_cold2] 130 resist_FIRE : [potions,balm,of asbestos,,,,potion_cold,,,potion_cold2]
128 resist_ELECTRICITY : [potions,potion,of shock resistance] 131 resist_ELECTRICITY : [potions,potion,of shock resistance]
129 resist_COLD : [potions,balm,of warmth,,,,potion_fire,,,potion_fire2] 132 resist_COLD : [potions,balm,of warmth,,,,potion_fire,,,potion_fire2]
130 resist_CONFUSION : [potions,potion,of resist confusion] 133 resist_CONFUSION : [potions,potion,of resist confusion]
131 resist_ACID : 134 resist_ACID :
132 resist_DRAIN : [potions,potion,of resist draining] 135 resist_DRAIN : [potions,potion,of resist draining]
140 resist_DEATH : 143 resist_DEATH :
141 resist_HOLYWORD : 144 resist_HOLYWORD :
142 resist_LIFE_STEALING : 145 resist_LIFE_STEALING :
143 resist_BLIND : 146 resist_BLIND :
144 resist_DISEASE : 147 resist_DISEASE :
148 resist_CHAOS :
149 resist_WEAPONMAGIC :
150 resist_CANCELLATION :

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines