From 1d7a3cb9296150290dc5c7cc213b4e2f919ad81f Mon Sep 17 00:00:00 2001 From: yajunlu Date: Tue, 17 Aug 2021 20:52:57 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=EF=BC=9A=E7=B3=BB=E7=BB=9F?= =?UTF-8?q?=E5=8F=82=E6=95=B0=E8=A1=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- shared/pubUtils/dicParam.ts | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/shared/pubUtils/dicParam.ts b/shared/pubUtils/dicParam.ts index fbd16b5e0..1d83f71c2 100644 --- a/shared/pubUtils/dicParam.ts +++ b/shared/pubUtils/dicParam.ts @@ -167,3 +167,9 @@ export const TOWER_SEARCH = { TOWER_SEARCH_REFRESHRULE_MAX: 10, // 镇念塔派遣任务每天刷新次数,每次刷新消耗元宝121,但是有上限& TOWER_SEARCH_GUARANTEED: '4&5', // 镇念塔派遣任务保底品质颜色 }; +export const TOWER_BOOST = { + TOWER_BOOSTTIME: 5, // 镇念塔加速次数 + TOWER_BOOSTFREETIME: 1, // 镇念塔免费加速次数 + TOWER_BOOSTCAST: 50, // 镇念塔加速次数每次消耗元宝量 + TOWER_BOOSTCASTMAX: 300, // 镇念塔加速次数消耗元宝量上线 +};