ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/lib/jeweler.yaml
Revision: 1.14
Committed: Wed Aug 8 16:20:37 2007 UTC (16 years, 9 months ago) by elmex
Branch: MAIN
CVS Tags: rel-2_32, rel-2_2, rel-2_3
Changes since 1.13: +12 -6 lines
Log Message:
added pentalis jeweler changes

File Contents

# User Rev Content
1 elmex 1.1 maximprovements:
2 elmex 1.14 attack_resistances : 40
3     effect_resistances : 99
4 elmex 1.1 specials : 10
5     resistances : 300
6     stats : 7
7     improvements : 8
8    
9     maxspecial:
10     regen : 4
11     magic : 4
12     speed : 5
13 root 1.4 food : 7
14 elmex 1.1 ac : 3
15     wc : 3
16     dam : 3
17    
18     maxlevels:
19 elmex 1.2 # the maximum level where stat+7 can be made
20 elmex 1.1 stat_level : 95
21     # the maximum level where max overall resists and attack resist can be made
22 elmex 1.14 resist_level : 45
23 elmex 1.1 # the maximum level where max effect resistance can be made
24 elmex 1.14 effect_resist_level : 30
25 elmex 1.1 # the level where the maximum improvemnts can be made
26     improve_level : 90
27     # the level where the maximum special improvements can be made
28 elmex 1.14 spec_level : 70
29 elmex 1.1 # the offset of the levels for amulets
30     amulet_offset : 20
31    
32     diamond_split:
33     # <tag> = <emerald-fact.>, <sapphire-fact.>, <pearl-fact.>, <ruby-fact.>, <diamond-fact.>
34 elmex 1.2 stat_cha : [0.1, 0.1, 0.8, 0, 0]
35 elmex 1.1 stat_str : [0.5, 0.3, 0, 0.2, 0]
36 elmex 1.2 stat_pow : [0.2, 0.5, 0.1, 0.1, 0.1]
37     stat_dex : [0.5, 0, 0, 0.5, 0]
38     stat_int : [0.2, 0.2, 0.2, 0.2, 0.2]
39     stat_wis : [ 0, 0, 0, 0.8, 0.2]
40     stat_con : [ 0, 0, 0.2, 0, 0.8]
41    
42     spec_regen : [ 1, 0, 0, 0, 0]
43     spec_magic : [ 0, 1, 0, 0, 0]
44     spec_speed : [ 0, 0, 1, 0, 0]
45 root 1.4 spec_food : [ 0, 0, 0, 0.5, 0.5]
46 elmex 1.2 spec_ac : [ 0, 0, 0, 0, 1]
47     spec_wc : [ 0, 0, 0, 1, 0]
48     spec_dam : [ 0, 0, 0.5, 0, 0.5]
49    
50 elmex 1.1 resist_PHYSICAL : [0.1, 0, 0, 0, 0.9]
51     resist_MAGIC : [0.2, 0.2, 0.2, 0.2, 0.2]
52     resist_FIRE : [ 0, 0, 0, 1, 0]
53     resist_ELECTRICITY : [ 0, 0.5, 0.5, 0, 0]
54     resist_COLD : [ 0, 1, 0, 0, 0]
55     resist_CONFUSION : [ 0, 0.1, 0, 0.7, 0.2]
56    
57     resist_ACID : [0.3, 0.3, 0.4, 0, 0]
58     resist_DRAIN : [ 0, 0, 1, 0, 0]
59     resist_GHOSTHIT : [0.1, 0, 0.9, 0, 0]
60     resist_POISON : [ 1, 0, 0, 0, 0]
61     resist_SLOW : [ 0, 0, 0, 0, 1]
62     resist_PARALYZE : [ 0, 0, 0.1, 0.4, 0.5]
63    
64     resist_TURN_UNDEAD : [0.1, 0.1, 0.1, 0.1, 0.6]
65     resist_FEAR : [ 0, 0.8, 0, 0.2, 0]
66     resist_DEPLETE : [0.5, 0, 0, 0, 0.5]
67     resist_DEATH : [ 0, 0, 0.8, 0.2, 0]
68     resist_HOLYWORD : [ 0, 0.4, 0.4, 0, 0.2]
69     resist_LIFE_STEALING : [0.5, 0, 0.5, 0, 0]
70    
71     resist_BLIND : [ 0, 0.2, 0, 0.8, 0]
72     resist_DISEASE : [0.1, 0.1, 0.1, 0.6, 0.1]
73 elmex 1.14 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]
76 elmex 1.1
77     functions:
78 elmex 1.10 # [<nr. of items>, <nr. of diamonds>]
79 elmex 1.5 stat_items:
80 elmex 1.6 - [2, 200 ]
81     - [8, 400 ]
82     - [24, 1000 ]
83     - [52, 3000 ]
84     - [90, 6000 ]
85     - [140, 10000 ]
86     - [200, 50000 ]
87     - [270, 100000 ]
88 elmex 1.1 - [352, 900000 ]
89 elmex 1.6 - [444, 1200000]
90 elmex 1.5 spec_items:
91 elmex 1.6 - [2, 200 ]
92     - [8, 300 ]
93     - [18, 500 ]
94     - [32, 800 ]
95     - [50, 1300 ]
96     - [72, 2100 ]
97     - [100, 3400 ]
98     - [120, 5500 ]
99     - [160, 8900 ]
100     - [200, 14400 ]
101 root 1.13 attack_resist_diamonds_x: 1000
102     effect_resist_diamonds_x: 60
103 elmex 1.1
104     conversions:
105     # <outarch> = <sort-category>,<source-arch-value-multiplier>,<source-archname>,<xp-points for making one of this>
106     # sort-category one of:
107     # rings, ammys, mets_and_mins, gems, potions, scrolls
108     # formula of the number of generated outarchs:
109     # <nrof outarchs> = <sum of input-arch values> / (<outputarch value> * <source-arch-value-multiplier>)
110 elmex 1.3 ring : [mets_and_mins,2,largenugget, 5]
111     amulet : [mets_and_mins,2,largenugget,10]
112 elmex 1.1
113    
114 elmex 1.5 # plan match: [<sort-category>, <name>, <title>, <archname>, (<name2>, <title2>, ...)]
115 elmex 1.1 plans:
116 elmex 1.5 stat_cha : [potions,,,potioncha]
117     stat_str : [potions,,,potionstr]
118     stat_wis : [potions,,,potionwis]
119     stat_int : [potions,,,potionint]
120     stat_dex : [potions,,,potiondex]
121     stat_con : [potions,,,potioncon]
122     stat_pow : [potions,,,potionpow]
123 elmex 1.8 spec_magic : [potions,magic power potion,,,potion,of mystic power,]
124     spec_speed : [potions,potion,of speed]
125     spec_regen : [potions,potion,of recuperation]
126     spec_food : [other,,,waybread]
127     spec_dam : [potions,potion,of strength,potion_generic]
128     resist_PHYSICAL : [potions,balm,of aethereality,,,,potion_invulnerability,,,potion_aethereality]
129 elmex 1.5 resist_MAGIC : [potions,potion,of resist magic,,potion,of magic resistance]
130 elmex 1.14 resist_FIRE : [potions,balm,of asbestos,,,,potion_cold,,,potion_cold2]
131 elmex 1.5 resist_ELECTRICITY : [potions,potion,of shock resistance]
132 elmex 1.9 resist_COLD : [potions,balm,of warmth,,,,potion_fire,,,potion_fire2]
133 elmex 1.5 resist_CONFUSION : [potions,potion,of resist confusion]
134 elmex 1.1 resist_ACID :
135 elmex 1.5 resist_DRAIN : [potions,potion,of resist draining]
136 elmex 1.1 resist_GHOSTHIT :
137 elmex 1.8 resist_POISON : [potions,potion,of resist poison]
138 elmex 1.5 resist_SLOW : [potions,potion,of resist slow]
139     resist_PARALYZE : [potions,potion,of resist paralysis]
140 elmex 1.1 resist_TURN_UNDEAD :
141     resist_FEAR :
142 elmex 1.8 resist_DEPLETE : [potions,,,potion_restoration]
143 elmex 1.1 resist_DEATH :
144     resist_HOLYWORD :
145     resist_LIFE_STEALING :
146     resist_BLIND :
147     resist_DISEASE :
148 elmex 1.14 resist_CHAOS :
149     resist_WEAPONMAGIC :
150     resist_CANCELLATION :