From d5e426e04ce5960a9b4a9afae960c65b8ce4b6f5 Mon Sep 17 00:00:00 2001 From: yajunlu Date: Fri, 26 Nov 2021 14:50:31 +0800 Subject: [PATCH] =?UTF-8?q?=E7=B3=BB=E7=BB=9F=E5=8F=82=E6=95=B0=E8=A1=A8?= =?UTF-8?q?=EF=BC=9A=E9=95=87=E5=BF=B5=E5=A1=94=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- shared/pubUtils/dicParam.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/shared/pubUtils/dicParam.ts b/shared/pubUtils/dicParam.ts index b399ab3b5..8b304ddc9 100644 --- a/shared/pubUtils/dicParam.ts +++ b/shared/pubUtils/dicParam.ts @@ -179,7 +179,7 @@ export const TOWER_SEARCH = { TOWER_SEARCH_REFRESHRULE_FEE: 50, // 镇念塔派遣任务刷新次数,每次刷新消耗元宝 TOWER_SEARCH_REFRESHRULE_MAX: 200, // 镇念塔派遣任务每天刷新次数,每次刷新消耗元宝的上限 TOWER_SEARCH_GUARANTEED: '4&5', // 镇念塔派遣任务保底品质颜色 - TOWER_SEARCH_STARTLIMITED: 1, // 镇念塔派遣功能开启的层数 + TOWER_SEARCH_STARTLIMITED: 20, // 镇念塔派遣功能开启的层数 }; export const TOWER_BOOST = { TOWER_BOOSTTIME: 4, // 镇念塔加速次数 @@ -188,7 +188,7 @@ export const TOWER_BOOST = { TOWER_BOOSTCASTMAX: 200, // 镇念塔加速次数消耗元宝量上线 }; export const TOWER_HANG_UP = { - TOWER_HANG_UP_ENABLE_LV: 1, // 第几层开始可以挂机 + TOWER_HANG_UP_ENABLE_LV: 10, // 第几层开始可以挂机 TOWER_HANG_UP_UNIT_TIME: 10, // 每几分钟能有一次收益 TOWER_HANG_UP_MAX_TIME: 24, // 最多可储存多少小时收益 TOWE_HANG_UP_SPD_UP_REC_TIME: 2, // 加速直接获得多少小时收益