少年修仙传客户端代码仓库
client_linchunjie
2018-09-01 1bf8890b6f8062a936919d94f30d4985e2c99eb2
Merge branch 'master' of http://192.168.0.87:10010/r/snxxz_scripts
3个文件已修改
8 ■■■■ 已修改文件
Core/GameEngine/Model/Config/EquipGSParamConfig.cs 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
Core/GameEngine/Model/Config/EquipGSParamConfig.cs.meta 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
Core/GameEngine/Model/TelPartialConfig/tagEquipGSParamConfig.cs 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
Core/GameEngine/Model/Config/EquipGSParamConfig.cs
@@ -37,7 +37,7 @@
        public int SkillAtkRateC { get ; private set ; }
        public int SpeedPerC { get ; private set ; }
        public int AtkSpeedC { get ; private set ; }
        public int SkillAtkRateReduce { get ; private set ; }
        public int SkillAtkRateReduceC { get ; private set ; }
        public override string getKey()
        {
@@ -99,7 +99,7 @@
            
                AtkSpeedC=IsNumeric(rawContents[25]) ? int.Parse(rawContents[25]):0; 
            
                SkillAtkRateReduce=IsNumeric(rawContents[26]) ? int.Parse(rawContents[26]):0;
                SkillAtkRateReduceC=IsNumeric(rawContents[26]) ? int.Parse(rawContents[26]):0;
            }
            catch (Exception ex)
            {
Core/GameEngine/Model/Config/EquipGSParamConfig.cs.meta
@@ -1,6 +1,6 @@
fileFormatVersion: 2
guid: e238f9455d4062c4c867b41cfea2f046
timeCreated: 1535772549
timeCreated: 1535787590
licenseType: Pro
MonoImporter:
  serializedVersion: 2
Core/GameEngine/Model/TelPartialConfig/tagEquipGSParamConfig.cs
@@ -51,7 +51,7 @@
            _tagGsProValueDict.Add(AttrEnum.SkillHurt, gsModel.SkillAtkRateC);
            _tagGsProValueDict.Add(AttrEnum.MoveSpeedPrecent, gsModel.SpeedPerC);
            _tagGsProValueDict.Add(AttrEnum.ATKSPEED, gsModel.AtkSpeedC);
            _tagGsProValueDict.Add(AttrEnum.SkillHurtPrecent, gsModel.SkillAtkRateReduce);
            _tagGsProValueDict.Add(AttrEnum.SkillHurtPrecent, gsModel.SkillAtkRateReduceC);
            return _tagGsProValueDict;
        }
    }