From ad948959d4377ac401d5189afa6194baecb123b9 Mon Sep 17 00:00:00 2001 From: mengyxu Date: Wed, 14 May 2025 21:54:24 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E9=AB=98=E7=8E=B0=E5=8E=9F=E5=BD=A2?= =?UTF-8?q?=E5=AF=B9BOSS=E7=9A=84=E6=88=90=E5=8A=9F=E7=8E=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/config/skill/jewelry.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config/skill/jewelry.ts b/src/config/skill/jewelry.ts index 735968d..58a0b1c 100644 --- a/src/config/skill/jewelry.ts +++ b/src/config/skill/jewelry.ts @@ -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]);