pvp随机地图

This commit is contained in:
mamengke01
2021-01-07 12:25:19 +08:00
parent a339b8adcc
commit 94fc48a59a
17 changed files with 327 additions and 84 deletions

View File

@@ -27,3 +27,10 @@ export const SCHOOL = {
export const SCROLL = {
SCROLL_ACTIVE_FAVOUR: 50, // 首次激活增加的好感度
};
export const PVP = {
PVP_CHALLENGE_COUNTS: 10, // pvp初始挑战次数
PVP_CHALLENGE_NORMALTIMES: 120, // pvp日常挑战次数刷新时间分钟
PVP_CHALLENGE_FINALTIMES: 60, // PVP赛季最后一天挑战次数刷新时间分钟
PVP_SEASON_DAYS: 30, // PVP一个赛季的时间
PVP_OPPONENT_FREEREFRESH: 3, // pvp挑战对手每日免费刷新次数
};