From acdaa9f9acd1c81952dec85fdf08c15ba432f944 Mon Sep 17 00:00:00 2001 From: jingyushiwo <751360932@qq.com> Date: Wed, 28 Jul 2021 20:47:23 +0800 Subject: [PATCH] =?UTF-8?q?=E7=B3=BB=E7=BB=9F=EF=BC=9A=E7=B3=BB=E7=BB=9F?= =?UTF-8?q?=E5=8F=82=E6=95=B0=E8=A1=A8=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- shared/pubUtils/dicParam.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/shared/pubUtils/dicParam.ts b/shared/pubUtils/dicParam.ts index 38ed2e1c7..1c2dce15d 100644 --- a/shared/pubUtils/dicParam.ts +++ b/shared/pubUtils/dicParam.ts @@ -148,3 +148,6 @@ export const SCRIPT = { export const AP = { PERAPRESTORETIME: 300, // 每一点体力回复所需时间 }; +export const QUENCH = { + QUENCH_UNIT_UPRATIO: 1, // 每次淬火属性系数增长百分比 +};