|
|
|
@ -7,12 +7,23 @@ const extraEntrys = ['atk', 'crit', 'critDmg', 'hp', 'def', 'dmgPercent'];
@@ -7,12 +7,23 @@ const extraEntrys = ['atk', 'crit', 'critDmg', 'hp', 'def', 'dmgPercent'];
|
|
|
|
|
const coefficient = { shabby: 0.6, ordinary: 0.9, artifact: 1.3, epic: 1.6, unique: 1.8, colorful: 1.8 }; |
|
|
|
|
|
|
|
|
|
export const jewelryColorfulCategorys: Categorys[] = [ |
|
|
|
|
new Categorys( |
|
|
|
|
'youerhuan', |
|
|
|
|
'jewelry/白骨夫人的右耳环.png', |
|
|
|
|
[ |
|
|
|
|
{ type: 'dmgPercent', valCoefficient: 0.5 }, |
|
|
|
|
{ type: 'critDmg', valCoefficient: 1 }, |
|
|
|
|
{ type: 'atk', valCoefficient: 0.6 }, |
|
|
|
|
], |
|
|
|
|
'Vampire1', |
|
|
|
|
0.9 |
|
|
|
|
), |
|
|
|
|
new Categorys( |
|
|
|
|
'shuzhuang', |
|
|
|
|
'jewelry/梳妆镜.png', |
|
|
|
|
[ |
|
|
|
|
{ type: 'atk', valCoefficient: 1 }, |
|
|
|
|
{ type: 'hp', valCoefficient: 0.7 }, |
|
|
|
|
{ type: 'dmgPercent', valCoefficient: 0.5 }, |
|
|
|
|
{ type: 'hp', valCoefficient: 1.2 }, |
|
|
|
|
{ type: 'def', valCoefficient: 0.4 }, |
|
|
|
|
], |
|
|
|
|
'JHSY' |
|
|
|
@ -21,8 +32,9 @@ export const jewelryColorfulCategorys: Categorys[] = [
@@ -21,8 +32,9 @@ export const jewelryColorfulCategorys: Categorys[] = [
|
|
|
|
|
'liulipan', |
|
|
|
|
'jewelry/琉璃盘.png', |
|
|
|
|
[ |
|
|
|
|
{ type: 'dmgPercent', valCoefficient: 0.5 }, |
|
|
|
|
{ type: 'atk', valCoefficient: 0.6 }, |
|
|
|
|
{ type: 'hp', valCoefficient: 1.5 }, |
|
|
|
|
{ type: 'hp', valCoefficient: 1 }, |
|
|
|
|
], |
|
|
|
|
'Liulipan' |
|
|
|
|
), |
|
|
|
@ -36,16 +48,6 @@ export const jewelryColorfulCategorys: Categorys[] = [
@@ -36,16 +48,6 @@ export const jewelryColorfulCategorys: Categorys[] = [
|
|
|
|
|
], |
|
|
|
|
'CritFear' |
|
|
|
|
), |
|
|
|
|
new Categorys( |
|
|
|
|
'youerhuan', |
|
|
|
|
'jewelry/白骨夫人的右耳环.png', |
|
|
|
|
[ |
|
|
|
|
{ type: 'critDmg', valCoefficient: 1.5 }, |
|
|
|
|
{ type: 'atk', valCoefficient: 0.8 }, |
|
|
|
|
], |
|
|
|
|
'Vampire1', |
|
|
|
|
0.9 |
|
|
|
|
), |
|
|
|
|
new Categorys( |
|
|
|
|
'jingboyu', |
|
|
|
|
'jewelry/金钵盂.png', |
|
|
|
@ -60,9 +62,9 @@ export const jewelryColorfulCategorys: Categorys[] = [
@@ -60,9 +62,9 @@ export const jewelryColorfulCategorys: Categorys[] = [
|
|
|
|
|
'zijingboyu', |
|
|
|
|
'jewelry/紫金钵盂.png', |
|
|
|
|
[ |
|
|
|
|
{ type: 'dmgPercent', valCoefficient: 0.5 }, |
|
|
|
|
{ type: 'atk', valCoefficient: 0.8 }, |
|
|
|
|
{ type: 'hp', valCoefficient: 0.6 }, |
|
|
|
|
{ type: 'def', valCoefficient: 0.6 }, |
|
|
|
|
{ type: 'hp', valCoefficient: 0.8 }, |
|
|
|
|
], |
|
|
|
|
'Fate' |
|
|
|
|
), |
|
|
|
@ -80,7 +82,7 @@ export const jewelryUniqueCategorys: Categorys[] = [
@@ -80,7 +82,7 @@ export const jewelryUniqueCategorys: Categorys[] = [
|
|
|
|
|
]), |
|
|
|
|
new Categorys('liangren', 'jewelry/良人.png', [ |
|
|
|
|
{ type: 'critDmg', valCoefficient: 1.2 }, |
|
|
|
|
{ type: 'dmgPercent', valCoefficient: 0.4 }, |
|
|
|
|
{ type: 'dmgPercent', valCoefficient: 0.5 }, |
|
|
|
|
{ type: 'atk', valCoefficient: 0.7 }, |
|
|
|
|
]), |
|
|
|
|
new Categorys('duzhan', 'jewelry/督战.png', [ |
|
|
|
@ -88,7 +90,7 @@ export const jewelryUniqueCategorys: Categorys[] = [
@@ -88,7 +90,7 @@ export const jewelryUniqueCategorys: Categorys[] = [
|
|
|
|
|
{ type: 'atk', valCoefficient: 1.6 }, |
|
|
|
|
]), |
|
|
|
|
new Categorys('cltx', 'jewelry/赤羚天禧.png', [ |
|
|
|
|
{ type: 'dmgPercent', valCoefficient: 0.5 }, |
|
|
|
|
{ type: 'dmgPercent', valCoefficient: 0.6 }, |
|
|
|
|
{ type: 'def', valCoefficient: 0.9 }, |
|
|
|
|
{ type: 'hp', valCoefficient: 1.2 }, |
|
|
|
|
]), |
|
|
|
|