装备:强化

This commit is contained in:
luying
2022-02-15 18:01:37 +08:00
parent 465cc15e43
commit f25d44e391
18 changed files with 12919 additions and 187 deletions

View File

@@ -22,6 +22,7 @@ export enum HERO_SYSTEM_TYPE {
TERAPH = 19, // 神像强化
TERAPH_UP = 20, // 神像升级
COMPOSE_EQUIP = 21, // 合成装备
EQUIP_STRENGTH = 22, // 装备强化
};
// 武将上限

View File

@@ -488,7 +488,7 @@ export const FILENAME = {
DIC_SERVER_CONST: 'server_const',
DIC_EQUIP: 'dic_zyz_equip',
DIC_EQUIP_SUIT: 'dic_zyz_equipSuit',
DIC_EQUIP_STRENGTH: 'dic_zyz_equipStrenth',
DIC_EQUIP_STRENGTH: 'dic_zyz_equipStrength',
DIC_JEWEL: 'dic_jewel',
}