装备:升星

This commit is contained in:
luying
2022-02-16 13:19:58 +08:00
parent db31f3344f
commit 862c3f4d65
11 changed files with 1038 additions and 746 deletions

View File

@@ -24,6 +24,7 @@ export enum HERO_SYSTEM_TYPE {
COMPOSE_EQUIP = 21, // 合成装备
EQUIP_STRENGTH = 22, // 装备强化
EQUIP_QUALITY = 23, // 装备升品
EQUIP_STAR = 24, // 装备升星
};
// 武将上限

View File

@@ -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',
}