diff --git a/src/config/equips/jewelry.ts b/src/config/equips/jewelry.ts index 579e7ec..3d533c7 100644 --- a/src/config/equips/jewelry.ts +++ b/src/config/equips/jewelry.ts @@ -20,7 +20,7 @@ export const jewelryColorfulCategorys: Categorys[] = [ { type: 'atk', valCoefficient: 0.6 }, ], 'Vampire1', - 0.98 + 0.99 ), new JewelryCategory( 'shuzhuang', diff --git a/src/config/equips/shoes.ts b/src/config/equips/shoes.ts index 928c7ec..9a21224 100644 --- a/src/config/equips/shoes.ts +++ b/src/config/equips/shoes.ts @@ -2,7 +2,7 @@ import { createExtraEntry, createBase, createSamples } from './base'; import { Entry, Quality, EquipBase, Equip, Categorys } from './bean'; import { qualitys, extra_entry_num } from './constant'; -const extraEntrys = ['atk', 'hp', 'def', 'moveSpeed', 'dmgReduc']; +const extraEntrys = ['atk', 'hp', 'def', 'moveSpeed', 'defPercent', 'hpPercent']; const coefficient = { shabby: 0.7, ordinary: 1, artifact: 1.3, epic: 1.5, unique: 1.8, colorful: 1.8 }; class ShoesCategory extends Categorys {