装备:升星
This commit is contained in:
@@ -24,6 +24,7 @@ export enum HERO_SYSTEM_TYPE {
|
||||
COMPOSE_EQUIP = 21, // 合成装备
|
||||
EQUIP_STRENGTH = 22, // 装备强化
|
||||
EQUIP_QUALITY = 23, // 装备升品
|
||||
EQUIP_STAR = 24, // 装备升星
|
||||
};
|
||||
|
||||
// 武将上限
|
||||
|
||||
@@ -490,6 +490,8 @@ export const FILENAME = {
|
||||
DIC_EQUIP_SUIT: 'dic_zyz_equipSuit',
|
||||
DIC_EQUIP_STRENGTH: 'dic_zyz_equipStrength',
|
||||
DIC_EQUIP_QUALITY: 'dic_zyz_equipQuality',
|
||||
DIC_EQUIP_STAR: 'dic_zyz_equipStar',
|
||||
DIC_EQUIP_QUALITY_EXTRA: 'dic_zyz_equipQuality_extra',
|
||||
DIC_JEWEL: 'dic_jewel',
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user