From c06b707c214342291dfb45f91e722079b9c4f436 Mon Sep 17 00:00:00 2001 From: yzh Date: Tue, 31 Aug 2021 20:37:06 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=82=E6=95=B0=EF=BC=9A=E9=95=87=E5=BF=B5?= =?UTF-8?q?=E5=A1=94=E5=88=B7=E6=96=B0=E5=85=83=E5=AE=9D=E7=9A=84=E5=8F=82?= =?UTF-8?q?=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- shared/pubUtils/dicParam.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/shared/pubUtils/dicParam.ts b/shared/pubUtils/dicParam.ts index 244f8b24f..f7336d875 100644 --- a/shared/pubUtils/dicParam.ts +++ b/shared/pubUtils/dicParam.ts @@ -163,9 +163,9 @@ export const ATTRIBUTE = { }; export const TOWER_SEARCH = { TOWER_SEARCH_LIMITED: 8, // 镇念塔派遣任务每日任务刷新条数 - TOWER_SEARCH_REFRESHRULE: 10, // 镇念塔派遣任务每天10次付费刷新次数 - TOWER_SEARCH_REFRESHRULE_FEE: 10, // 镇念塔派遣任务刷新次数,每次刷新消耗元宝 - TOWER_SEARCH_REFRESHRULE_MAX: 10, // 镇念塔派遣任务每天刷新次数,每次刷新消耗元宝的上限 + TOWER_SEARCH_REFRESHRULE: 5, // 镇念塔派遣任务每天10次付费刷新次数 + TOWER_SEARCH_REFRESHRULE_FEE: 50, // 镇念塔派遣任务刷新次数,每次刷新消耗元宝 + TOWER_SEARCH_REFRESHRULE_MAX: 200, // 镇念塔派遣任务每天刷新次数,每次刷新消耗元宝的上限 TOWER_SEARCH_GUARANTEED: '4&5', // 镇念塔派遣任务保底品质颜色 TOWER_SEARCH_STARTLIMITED: 1, // 镇念塔派遣功能开启的层数 };