feat(聊天): 添加ur武将广播

This commit is contained in:
luying
2022-11-29 11:35:50 +08:00
parent 5a77779fe7
commit 4731ca7e44
6 changed files with 25 additions and 11 deletions

View File

@@ -56,7 +56,8 @@ export const HERO_SUB_ATTR_RATIO = 1000;
export const HERO_INITIAL_QUALITY = {
BLUE: 1,
PURPLE: 2,
ORANGE: 3
ORANGE: 3,
UR: 4,
}
export const CHECK_HERO_CONSUME = true;