--- deliantra/server/lib/jeweler.yaml 2006/07/15 12:59:35 1.1 +++ deliantra/server/lib/jeweler.yaml 2006/08/31 00:59:36 1.2 @@ -16,7 +16,7 @@ dam : 3 maxlevels: -# the maximum level where stat+6 can be made +# the maximum level where stat+7 can be made stat_level : 95 # the maximum level where max overall resists and attack resist can be made resist_level : 80 @@ -31,7 +31,22 @@ diamond_split: # = , , , , + stat_cha : [0.1, 0.1, 0.8, 0, 0] stat_str : [0.5, 0.3, 0, 0.2, 0] + stat_pow : [0.2, 0.5, 0.1, 0.1, 0.1] + stat_dex : [0.5, 0, 0, 0.5, 0] + stat_int : [0.2, 0.2, 0.2, 0.2, 0.2] + stat_wis : [ 0, 0, 0, 0.8, 0.2] + stat_con : [ 0, 0, 0.2, 0, 0.8] + + spec_regen : [ 1, 0, 0, 0, 0] + spec_magic : [ 0, 1, 0, 0, 0] + spec_speed : [ 0, 0, 1, 0, 0] + spec_suste : [ 0, 0, 0, 0.5, 0.5] + spec_ac : [ 0, 0, 0, 0, 1] + spec_wc : [ 0, 0, 0, 1, 0] + spec_dam : [ 0, 0, 0.5, 0, 0.5] + resist_PHYSICAL : [0.1, 0, 0, 0, 0.9] resist_MAGIC : [0.2, 0.2, 0.2, 0.2, 0.2] resist_FIRE : [ 0, 0, 0, 1, 0] @@ -68,6 +83,17 @@ - [270, 700000 ] - [352, 900000 ] - [444, 1150000] + spec_potions: + - [2, 1000] + - [8, 10000] + - [18, 30000] + - [32, 60000] + - [50, 100000] + - [72, 160000] + - [100,230000] + - [120,300000] + - [160,400000] + - [200,500000] attack_resist_diamonds : # 5% - 10 @@ -97,6 +123,7 @@ - 450000 # 90% - 500000 + - 1000000 effect_resist_diamonds : # 5% @@ -130,17 +157,6 @@ - 85000 # 100% - 100000 - spec_potions: - - [2, 1000] - - [8, 10000] - - [18, 30000] - - [32, 60000] - - [50, 100000] - - [72, 160000] - - [100,230000] - - [120,300000] - - [160,400000] - - [200,500000] conversions: # = ,,, @@ -181,12 +197,3 @@ resist_LIFE_STEALING : resist_BLIND : resist_DISEASE : - -plan_ingred: - stat_cha : [,,potioncha] - stat_str : [,,potionstr] - stat_wis : [,,potionwis] - stat_int : [,,potionint] - stat_dex : [,,potiondex] - stat_con : [,,potioncon] - stat_pow : [,,potionpow]