商店:回收将魂

This commit is contained in:
luying
2021-03-31 19:19:23 +08:00
parent 264c231f32
commit 481d5b98f7
5 changed files with 60 additions and 12 deletions

View File

@@ -199,6 +199,13 @@ export const RANDOM_SE_COUNT = new Map<number, number>([
[QUALITY_TYPE.GOLD, 4]
]);
export enum HERO_QUALITY_TYPE {
BLUE = 1, // 蓝将
PURPLE = 2, // 紫将
GOLD = 3, // 金
}
export const FIX_ATTRIBUTES_RAN = 20; // 固定属性值+-20%随机