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

Comparing deliantra/arch/res/jeweler.yaml (file contents):
Revision 1.6 by elmex, Sat Mar 27 14:00:55 2010 UTC vs.
Revision 1.7 by elmex, Tue Apr 27 17:08:09 2010 UTC

2 attack_resistances : 40 2 attack_resistances : 40
3 effect_resistances : 99 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 : 7
8 8
9maxspecial: 9maxspecial:
10 regen : 4 10 regen : 4
11 magic : 4 11 magic : 5
12 speed : 5 12 speed : 6
13 food : 7 13 food : 7
14 ac : 3 14 ac : 4
15 wc : 3 15 wc : 4
16 dam : 3 16 dam : 3
17 17
18# all these levels are based on making amulets. rings have an
19# extra offset that makes them harder (because they are more tiny :)
18maxlevels: 20maxlevels:
19# the maximum level where stat+7 can be made 21# the maximum level where stat+7 can be made
20 stat_level : 95 22 stat_level : 95
21# the maximum level where max overall resists and attack resist can be made 23# the maximum level where max overall resists and attack resist can be made
22 resist_level : 45 24 resist_level : 60
23# the maximum level where max effect resistance can be made 25# the maximum level where max effect resistance can be made
24 effect_resist_level : 30 26 effect_resist_level : 40
25# the level where the maximum improvemnts can be made 27# the level where the maximum improvemnts can be made
26 improve_level : 90 28 improve_level : 90
27# the level where the maximum special improvements can be made 29# the level where the maximum special improvements can be made
28 spec_level : 70 30 spec_level : 80
29# the offset of the levels for amulets 31# the offset of the levels for rings
30 amulet_offset : 20 32 ring_offset : 10
31 33
32diamond_split: 34diamond_split:
33# <tag> = <emerald-fact.>, <sapphire-fact.>, <pearl-fact.>, <ruby-fact.>, <diamond-fact.> 35# <tag> = <emerald-fact.>, <sapphire-fact.>, <pearl-fact.>, <ruby-fact.>, <diamond-fact.>
34 stat_cha : [0.1, 0.1, 0.8, 0, 0] 36 stat_cha : [0.1, 0.1, 0.8, 0, 0]
35 stat_str : [0.5, 0.3, 0, 0.2, 0] 37 stat_str : [0.5, 0.3, 0, 0.2, 0]
77functions: 79functions:
78 # [<nr. of items>, <nr. of diamonds>] 80 # [<nr. of items>, <nr. of diamonds>]
79 stat_items: 81 stat_items:
80 - [2, 200 ] 82 - [2, 200 ]
81 - [8, 400 ] 83 - [8, 400 ]
84 - [16, 800 ]
82 - [24, 1000 ] 85 - [24, 1000 ]
83 - [52, 3000 ] 86 - [32, 1800 ]
84 - [90, 6000 ] 87 - [64, 2500 ]
85 - [140, 10000 ]
86 - [200, 50000 ] 88 - [128, 5000 ]
87 - [270, 100000 ] 89 - [256, 10000 ]
88 - [352, 900000 ] 90 - [512, 40000 ]
89 - [444, 1200000] 91 - [768, 60000 ]
90 spec_items: 92 spec_items:
91 - [2, 200 ] 93 - [2, 200 ]
92 - [8, 300 ] 94 - [8, 300 ]
93 - [18, 500 ] 95 - [12, 500 ]
94 - [32, 800 ] 96 - [20, 800 ]
95 - [50, 1300 ] 97 - [35, 1300 ]
96 - [72, 2100 ] 98 - [50, 2100 ]
97 - [100, 3400 ] 99 - [80, 3400 ]
98 - [120, 5500 ] 100 - [95, 5500 ]
99 - [160, 8900 ] 101 - [100, 8900 ]
100 - [200, 14400 ] 102 - [110, 14400 ]
101 attack_resist_diamonds_x: 2500 103 attack_resist_diamonds_x: 1900
102 effect_resist_diamonds_x: 200 104 effect_resist_diamonds_x: 200
103 105
104conversions: 106conversions:
105# <outarch> = <sort-category>,<source-arch-value-multiplier>,<source-archname>,<xp-points for making one of this> 107# <outarch> = <sort-category>,<source-arch-value-multiplier>,<source-archname>,<xp-points for making one of this>
106# sort-category one of: 108# sort-category one of:

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines