|
|
|
@ -36,6 +36,25 @@ export const pantsColorfulCategorys: Categorys[] = [
@@ -36,6 +36,25 @@ export const pantsColorfulCategorys: Categorys[] = [
|
|
|
|
|
], |
|
|
|
|
'LingGan' |
|
|
|
|
), |
|
|
|
|
new Categorys( |
|
|
|
|
'qiutu', |
|
|
|
|
'pants/囚徒.png', |
|
|
|
|
[ |
|
|
|
|
{ type: 'def', valCoefficient: 1.8 }, |
|
|
|
|
{ type: 'hp', valCoefficient: 2.3 }, |
|
|
|
|
], |
|
|
|
|
'WanKang' |
|
|
|
|
), |
|
|
|
|
new Categorys( |
|
|
|
|
'wuwei', |
|
|
|
|
'pants/五味.png', |
|
|
|
|
[ |
|
|
|
|
{ type: 'def', valCoefficient: 1.2 }, |
|
|
|
|
{ type: 'bloc', valCoefficient: 1.4 }, |
|
|
|
|
{ type: 'hp', valCoefficient: 1.5 }, |
|
|
|
|
], |
|
|
|
|
'WuWei' |
|
|
|
|
), |
|
|
|
|
]; |
|
|
|
|
|
|
|
|
|
export const pantsUniqueCategorys: Categorys[] = [ |
|
|
|
@ -48,24 +67,24 @@ export const pantsUniqueCategorys: Categorys[] = [
@@ -48,24 +67,24 @@ export const pantsUniqueCategorys: Categorys[] = [
|
|
|
|
|
{ type: 'critDmg', valCoefficient: 1.7 }, |
|
|
|
|
{ type: 'atk', valCoefficient: 1.7 }, |
|
|
|
|
]), |
|
|
|
|
new Categorys('qiutu', 'pants/囚徒.png', [ |
|
|
|
|
{ type: 'hp', valCoefficient: 2 }, |
|
|
|
|
{ type: 'atk', valCoefficient: 2 }, |
|
|
|
|
new Categorys('cangjing', 'pants/藏经甲.png', [ |
|
|
|
|
{ type: 'def', valCoefficient: 1.5 }, |
|
|
|
|
{ type: 'bloc', valCoefficient: 1.2 }, |
|
|
|
|
{ type: 'hp', valCoefficient: 1.4 }, |
|
|
|
|
]), |
|
|
|
|
new Categorys('wuwei', 'pants/五味.png', [ |
|
|
|
|
new Categorys('egui', 'pants/饿鬼.png', [ |
|
|
|
|
{ type: 'def', valCoefficient: 1.2 }, |
|
|
|
|
{ type: 'hp', valCoefficient: 1.7 }, |
|
|
|
|
{ type: 'atk', valCoefficient: 1.0 }, |
|
|
|
|
]), |
|
|
|
|
new Categorys('cangjing', 'pants/藏经甲.png', [ |
|
|
|
|
{ type: 'def', valCoefficient: 1.5 }, |
|
|
|
|
new Categorys('qijia', 'pants/泣甲.png', [ |
|
|
|
|
{ type: 'hp', valCoefficient: 2 }, |
|
|
|
|
{ type: 'atk', valCoefficient: 2 }, |
|
|
|
|
{ type: 'bloc', valCoefficient: 1.2 }, |
|
|
|
|
{ type: 'hp', valCoefficient: 1.4 }, |
|
|
|
|
]), |
|
|
|
|
]; |
|
|
|
|
export const pantsCategorys: Categorys[] = [ |
|
|
|
|
new Categorys('qijia', 'pants/泣甲.png', [ |
|
|
|
|
new Categorys('kaishulin', 'pants/铠鼠鳞.png', [ |
|
|
|
|
{ type: 'def', valCoefficient: 2 }, |
|
|
|
|
{ type: 'hp', valCoefficient: 0.6 }, |
|
|
|
|
]), |
|
|
|
@ -73,7 +92,7 @@ export const pantsCategorys: Categorys[] = [
@@ -73,7 +92,7 @@ export const pantsCategorys: Categorys[] = [
|
|
|
|
|
{ type: 'def', valCoefficient: 0.8 }, |
|
|
|
|
{ type: 'hp', valCoefficient: 1.8 }, |
|
|
|
|
]), |
|
|
|
|
new Categorys('egui', 'pants/饿鬼.png', [ |
|
|
|
|
new Categorys('shengxian', 'pants/升仙.png', [ |
|
|
|
|
{ type: 'def', valCoefficient: 0.8 }, |
|
|
|
|
{ type: 'hp', valCoefficient: 0.8 }, |
|
|
|
|
{ type: 'atk', valCoefficient: 0.8 }, |
|
|
|
|