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]);