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, // 镇念塔加速次数消耗元宝量上线 +};