From ec9f5c892126adf036bec6583253f1c65da01a8b Mon Sep 17 00:00:00 2001 From: yajunlu Date: Tue, 17 Aug 2021 14:01:06 +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 | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/shared/pubUtils/dicParam.ts b/shared/pubUtils/dicParam.ts index 1c64be5d3..6721c6e8f 100644 --- a/shared/pubUtils/dicParam.ts +++ b/shared/pubUtils/dicParam.ts @@ -160,3 +160,8 @@ export const BAG = { export const ATTRIBUTE = { ATTRIBUTE_EQUIP_RATIO: '1&1|2&3|4&2|5&2', // 装备的基础属性系数 }; +export const TOWER_SEARCH = { + TOWER_SEARCH_LIMITED: 8, // 镇念塔派遣任务每日任务刷新条数 + TOWER_SEARCH_REFRESHRULE: '10&10&10', // 镇念塔派遣任务每天10次付费刷新次数,每次刷新消耗元宝10*10,但是有上限10 + TOWER_SEARCH_GUARANTEED: '4&5', // 镇念塔派遣任务保底品质颜色 +};