From 3264c7fc8c6ae4a0ca2560ed60c96aec6ad24a2d Mon Sep 17 00:00:00 2001 From: mengyxu Date: Sat, 17 May 2025 14:54:51 +0800 Subject: [PATCH] =?UTF-8?q?=E9=9E=8B=E5=AD=90=E9=A2=9D=E5=A4=96=E5=B1=9E?= =?UTF-8?q?=E6=80=A7=E7=B1=BB=E5=9E=8B=E8=B0=83=E6=95=B4=EF=BC=8C=E8=B0=83?= =?UTF-8?q?=E4=BD=8E=E5=90=B8=E8=A1=80=E8=80=B3=E7=8E=AF=E7=88=86=E7=8E=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/config/equips/jewelry.ts | 2 +- src/config/equips/shoes.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 {