少年修仙传客户端代码仓库
client_linchunjie
2018-12-11 f43abdc14c05607a9911c7e6bc453dd0c45d2b4a
5389 子 【优化】【1.3】【1.3.100】神兵特效展示界面新增战力与属性展示
2个文件已修改
9 ■■■■■ 已修改文件
Core/GameEngine/Model/Config/GodWeaponEffectConfig.cs 7 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
Core/GameEngine/Model/Config/GodWeaponEffectConfig.cs.meta 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
Core/GameEngine/Model/Config/GodWeaponEffectConfig.cs
@@ -15,7 +15,8 @@
        public int type { get ; private set ; }
        public int level { get ; private set ; }
        public string effect { get ; private set; } 
        public int fightPower { get ; private set ; }
        public int fightPower { get ; private set ; }
        public string attr { get ; private set; }
        public override string getKey()
        {
@@ -33,7 +34,9 @@
            
                effect = rawContents[3].Trim();
            
                fightPower=IsNumeric(rawContents[4]) ? int.Parse(rawContents[4]):0;
                fightPower=IsNumeric(rawContents[4]) ? int.Parse(rawContents[4]):0;
                attr = rawContents[5].Trim();
            }
            catch (Exception ex)
            {
Core/GameEngine/Model/Config/GodWeaponEffectConfig.cs.meta
@@ -1,6 +1,6 @@
fileFormatVersion: 2
guid: c7a22e75f9a0eed49aed26e8171f8172
timeCreated: 1544493824
timeCreated: 1544496205
licenseType: Pro
MonoImporter:
  serializedVersion: 2