Browse Source

调低梳妆镜爆率和数值

2.0
许孟阳 2 months ago
parent
commit
645cbe3a34
  1. 2
      src/config/equips/jewelry.ts
  2. 2
      src/config/skill/jewelry.ts

2
src/config/equips/jewelry.ts

@ -27,7 +27,7 @@ export const jewelryColorfulCategorys: Categorys[] = [ @@ -27,7 +27,7 @@ export const jewelryColorfulCategorys: Categorys[] = [
{ type: 'def', valCoefficient: 0.4 },
],
'JHSY',
0.6
0.8
),
new Categorys(
'liulipan',

2
src/config/skill/jewelry.ts

@ -63,7 +63,7 @@ export class Liulipan extends Attack { @@ -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]);

Loading…
Cancel
Save