From 83b667e709b4bfd5f906b98a200e60bd0a7ee49a Mon Sep 17 00:00:00 2001 From: yajunlu Date: Tue, 17 Aug 2021 14:12:47 +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 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/shared/pubUtils/dicParam.ts b/shared/pubUtils/dicParam.ts index 6721c6e8f..fbd16b5e0 100644 --- a/shared/pubUtils/dicParam.ts +++ b/shared/pubUtils/dicParam.ts @@ -162,6 +162,8 @@ export const ATTRIBUTE = { }; export const TOWER_SEARCH = { TOWER_SEARCH_LIMITED: 8, // 镇念塔派遣任务每日任务刷新条数 - TOWER_SEARCH_REFRESHRULE: '10&10&10', // 镇念塔派遣任务每天10次付费刷新次数,每次刷新消耗元宝10*10,但是有上限10 + TOWER_SEARCH_REFRESHRULE: 10, // 镇念塔派遣任务每天10次付费刷新次数,每次刷新消耗元宝10*10,但是有上限10 + TOWER_SEARCH_REFRESHRULE_FEE: 10, // 镇念塔派遣任务刷新次数,每次刷新消耗元宝119*10 + TOWER_SEARCH_REFRESHRULE_MAX: 10, // 镇念塔派遣任务每天刷新次数,每次刷新消耗元宝121,但是有上限& TOWER_SEARCH_GUARANTEED: '4&5', // 镇念塔派遣任务保底品质颜色 };