Browse Source

调高现原形对BOSS的成功率

v1.0
许孟阳 2 weeks ago
parent
commit
ad948959d4
  1. 2
      src/config/skill/jewelry.ts

2
src/config/skill/jewelry.ts

@ -23,7 +23,7 @@ export class Prototype extends Control { @@ -23,7 +23,7 @@ export class Prototype extends Control {
cd: number = 10;
last: number = 2;
rate: number = 100;
bossRate: number = 10;
bossRate: number = 65;
name: string = 'prototype';
desc(): string {
return replace(t('skill.prototype.1'), [this.last, this.cd, this.bossRate]);

Loading…
Cancel
Save