商店:回收将魂

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%随机

View File

@@ -306,6 +306,7 @@ export const STATUS = {
// 商店相关 30900-31000
BUY_COUNT_OVER: { code: 30900, simStr: '已超过限购次数' },
GUILD_LV_LIMIT: { code: 30901, simStr: '军团等级不足' },
ITEM_NOT_SOUL: { code: 30902, simStr: '该物品不是将魂' },
// 社交相关状态 40000 - 49999
SYS_CHANNEL_AUTH_NOT_ENOUGH: {code: 40000, simStr: '无法在系统频道发送消息'},