镇念塔:节点奖励

This commit is contained in:
luying
2022-04-19 16:45:16 +08:00
parent b8a54fc592
commit 9095b67fab
8 changed files with 1905 additions and 4 deletions

View File

@@ -106,6 +106,9 @@ export const STATUS = {
TOWER_HERO_FORBIDDEN: { code: 20520, simStr: '该武将不可使用' },
TOWER_CANNOT_SKIP: { code: 20521, simStr: '该层不可跳过' },
TOWER_SKIP_POWER_NOT_ENOUGH: { code: 20522, simStr: '战力不足不可跳过' },
TOWER_LV_NOT_ENOUGH: { code: 20523, simStr: '层数不足不可领取奖励' },
TOWER_BOX_NO_RECEIVE: { code: 20524, simStr: '无可领取奖励' },
TOWER_BOX_HAS_RECEIVED: { code: 20525, simStr: '奖励已领取' },
// 寻宝(共斗) 20600 - 20699
COM_BATTLE_DUP_ENTER: { code: 20601, simStr: '不能重复加入' },
COM_BATTLE_BLUEPRT_NOT_FOUND: { code: 20602, simStr: '藏宝图不足' },