From 645cbe3a342cbc331690ff05f8fd6886c6d1db7c Mon Sep 17 00:00:00 2001 From: mengyxu Date: Thu, 15 May 2025 16:38:23 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E4=BD=8E=E6=A2=B3=E5=A6=86=E9=95=9C?= =?UTF-8?q?=E7=88=86=E7=8E=87=E5=92=8C=E6=95=B0=E5=80=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/config/equips/jewelry.ts | 2 +- src/config/skill/jewelry.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/config/equips/jewelry.ts b/src/config/equips/jewelry.ts index 0b76c30..fb792eb 100644 --- a/src/config/equips/jewelry.ts +++ b/src/config/equips/jewelry.ts @@ -27,7 +27,7 @@ export const jewelryColorfulCategorys: Categorys[] = [ { type: 'def', valCoefficient: 0.4 }, ], 'JHSY', - 0.6 + 0.8 ), new Categorys( 'liulipan', diff --git a/src/config/skill/jewelry.ts b/src/config/skill/jewelry.ts index 58a0b1c..d48dd1b 100644 --- a/src/config/skill/jewelry.ts +++ b/src/config/skill/jewelry.ts @@ -63,7 +63,7 @@ export class Liulipan extends Attack { //镜花水月 export class JHSY extends CounterSkill { name: string = 'JHSY'; - rate: number = 50; + rate: number = 40; percent: number = 100; desc(): string { return replace(t('skill.JHSY.1'), [this.rate, this.percent, this.cd]);