远征结算和宝箱领取

This commit is contained in:
luying
2020-10-14 20:16:41 +08:00
parent 57d60be3a2
commit 2b1575516f
11 changed files with 1819 additions and 116 deletions

View File

@@ -34,7 +34,8 @@ export const WAR_TYPE = {
NORMAL: 1,
DAILY: 2,
EVENT: 3,
TOWER: 4
TOWER: 4,
EXPEDITION: 5
};
// 事件,是否开启保存随机记录方式
@@ -64,6 +65,7 @@ export const EVENT_TYPE = {
};
export const EVENT_START_BATTLE = 101;
export const EXPEDITION_INCREASE_POINT = 2; // 远征每成功一次累计的点数
export const HANG_UP_CONSTS = {
ENABLE_LV: 2,