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, // 每次淬火属性系数增长百分比 +};