主线:添加宝箱

This commit is contained in:
luying
2022-03-10 11:48:35 +08:00
parent f69c3955e0
commit 053e603301
10 changed files with 278 additions and 6 deletions
+2
View File
@@ -537,6 +537,7 @@ export const FILENAME = {
DIC_JEWEL: 'dic_zyz_jewel',
DIC_STONE: 'dic_zyz_stone',
DIC_JEWEL_CONDITION: 'dic_zyz_jewel_condition',
DIC_MAIN_STAR_BOX: 'dic_zyz_main_star_reward',
}
export const WAR_RELATE_TABLES = [
@@ -1006,6 +1007,7 @@ export enum ITEM_CHANGE_REASON {
ACT_TASK_PASS = 142, // 活动-战令奖励
ACT_TASK_PASS_SPD_UP = 143, // 活动-战令加速
ACT_GUILD_PAY_REWARD = 144, // 活动-军团人数奖励
RECEIVE_CHAPTER_BOX = 145, // 领取主线章节宝箱
}
export enum TA_EVENT {
+1
View File
@@ -57,6 +57,7 @@ export const STATUS = {
// 主线 20100 - 20199
BATTLE_INFO_VALIDATE_ERR: { code: 20101, simStr: '关卡信息不同' },
BATTLE_SWEEP_CONDITION_STAR: { code: 20102, simStr: '需要3星通过关卡才可以扫荡' },
BATTLE_NO_BOX_CAN_RECEIVE: { code: 20103, simStr: '宝箱不可领取' },
// 每日 20200 - 20299
DAILY_WAR_NOT_FOUND: { code: 20201, simStr: '未找到该关卡' },
DAILY_TYPE_NOT_FOUND: { code: 20202, simStr: '未找到该类型' },