云梦祈福常量修改
parent
7d68e534e7
commit
00f9935ef8
|
@ -0,0 +1,50 @@
|
|||
package com.ljsd.jieling.handler.activity;
|
||||
|
||||
public class BlessInfoConfig {
|
||||
/**
|
||||
* 起始容量(1-16)初始化物品
|
||||
*/
|
||||
public static final int START_CAPACITY = 16;
|
||||
|
||||
/**
|
||||
* 已选物品开始id
|
||||
*/
|
||||
public static final int CHOOSE_START_ID = 17;
|
||||
/**
|
||||
* 已选物品结束id
|
||||
*/
|
||||
public static final int CHOOSE_END_ID = 32;
|
||||
|
||||
/**
|
||||
* 奖励预览开始Id
|
||||
*/
|
||||
public static final int REWARD_VIEW_START_ID = 33;
|
||||
/**
|
||||
* 奖励预览结束Id
|
||||
*/
|
||||
public static final int REWARD_VIEW_END_ID = 48;
|
||||
|
||||
/**
|
||||
* 过程状态(0:奖励保存前;-1:保存后;1及以上:抽取次数)
|
||||
*/
|
||||
public static final int BLESS_PROGRESS_STATUS = 99;
|
||||
/**
|
||||
* 上次刷新时间
|
||||
*/
|
||||
public static final int LAST_REFRESH_TIME = 100;
|
||||
|
||||
/**
|
||||
* 传说奖励
|
||||
*/
|
||||
public static final int LEGEND_REWARD_START_ID = 200;
|
||||
|
||||
/**
|
||||
* 至尊奖励
|
||||
*/
|
||||
public static final int SUPREME_REWARD_START_ID = 500;
|
||||
|
||||
/**
|
||||
* 次数奖励
|
||||
*/
|
||||
public static final int COUNT_REWARD_START_ID = 1000;
|
||||
}
|
Loading…
Reference in New Issue