少年修仙传客户端代码仓库
client_linchunjie
2018-09-26 3ee5997b95c9895972c99e46a70733cc8d6a9210
3687 技能表添加前端字段
2个文件已修改
53 ■■■■ 已修改文件
Core/GameEngine/Model/Config/SkillConfig.cs 51 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
Core/GameEngine/Model/Config/SkillConfig.cs.meta 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
Core/GameEngine/Model/Config/SkillConfig.cs
@@ -1,6 +1,6 @@
//--------------------------------------------------------
//    [Author]:            第二世界
//    [  Date ]:           Thursday, May 03, 2018
//    [  Date ]:           Wednesday, September 26, 2018
//--------------------------------------------------------
using UnityEngine;
@@ -60,6 +60,7 @@
        public int LearnSkillReq { get ; private set ; }
        public int LearnSkillLV { get ; private set ; }
        public int LearnLVReq { get ; private set ; }
        public int LearnSkillPointReq { get ; private set ; }
        public int FightPower { get ; private set ; }
        public int LVUpCostMoneyType { get ; private set ; }
        public int LVUpCostMoney { get ; private set ; }
@@ -190,51 +191,53 @@
            
                LearnLVReq=IsNumeric(rawContents[48]) ? int.Parse(rawContents[48]):0; 
            
                FightPower=IsNumeric(rawContents[49]) ? int.Parse(rawContents[49]):0;
                LearnSkillPointReq=IsNumeric(rawContents[49]) ? int.Parse(rawContents[49]):0;
            
                LVUpCostMoneyType=IsNumeric(rawContents[50]) ? int.Parse(rawContents[50]):0;
                FightPower=IsNumeric(rawContents[50]) ? int.Parse(rawContents[50]):0;
            
                LVUpCostMoney=IsNumeric(rawContents[51]) ? int.Parse(rawContents[51]):0;
                LVUpCostMoneyType=IsNumeric(rawContents[51]) ? int.Parse(rawContents[51]):0;
            
                LVUpCostExp=IsNumeric(rawContents[52]) ? int.Parse(rawContents[52]):0;
                LVUpCostMoney=IsNumeric(rawContents[52]) ? int.Parse(rawContents[52]):0;
            
                ClientActionLimit=IsNumeric(rawContents[53]) ? int.Parse(rawContents[53]):0;
                LVUpCostExp=IsNumeric(rawContents[53]) ? int.Parse(rawContents[53]):0;
            
                ClientSkillSeriesLimit=IsNumeric(rawContents[54]) ? int.Parse(rawContents[54]):0;
                ClientActionLimit=IsNumeric(rawContents[54]) ? int.Parse(rawContents[54]):0;
            
                SkillOfSeries=IsNumeric(rawContents[55]) ? int.Parse(rawContents[55]):0;
                ClientSkillSeriesLimit=IsNumeric(rawContents[55]) ? int.Parse(rawContents[55]):0;
            
                ExpendMPRate=IsNumeric(rawContents[56]) ? int.Parse(rawContents[56]):0;
                SkillOfSeries=IsNumeric(rawContents[56]) ? int.Parse(rawContents[56]):0;
            
                ExAttr1=IsNumeric(rawContents[57]) ? int.Parse(rawContents[57]):0;
                ExpendMPRate=IsNumeric(rawContents[57]) ? int.Parse(rawContents[57]):0;
            
                ExAttr3=IsNumeric(rawContents[58]) ? int.Parse(rawContents[58]):0;
                ExAttr1=IsNumeric(rawContents[58]) ? int.Parse(rawContents[58]):0;
            
                ExAttr4=IsNumeric(rawContents[59]) ? int.Parse(rawContents[59]):0;
                ExAttr3=IsNumeric(rawContents[59]) ? int.Parse(rawContents[59]):0;
            
                ExAttr5=IsNumeric(rawContents[60]) ? int.Parse(rawContents[60]):0;
                ExAttr4=IsNumeric(rawContents[60]) ? int.Parse(rawContents[60]):0;
            
                WarnInfo=IsNumeric(rawContents[61]) ? int.Parse(rawContents[61]):0;
                ExAttr5=IsNumeric(rawContents[61]) ? int.Parse(rawContents[61]):0;
            
                CtrlActionID=IsNumeric(rawContents[62]) ? int.Parse(rawContents[62]):0;
                WarnInfo=IsNumeric(rawContents[62]) ? int.Parse(rawContents[62]):0;
            
                BuffEffectID=IsNumeric(rawContents[63]) ? int.Parse(rawContents[63]):0;
                CtrlActionID=IsNumeric(rawContents[63]) ? int.Parse(rawContents[63]):0;
            
                EffectName=IsNumeric(rawContents[64]) ? int.Parse(rawContents[64]):0;
                BuffEffectID=IsNumeric(rawContents[64]) ? int.Parse(rawContents[64]):0;
            
                IconName = rawContents[65].Trim();
                EffectName=IsNumeric(rawContents[65]) ? int.Parse(rawContents[65]):0;
            
                SkillNameIcon = rawContents[66].Trim();
                IconName = rawContents[66].Trim();
            
                Description = rawContents[67].Trim();
                SkillNameIcon = rawContents[67].Trim();
            
                BuffDescription = rawContents[68].Trim();
                Description = rawContents[68].Trim();
            
                Skillsource = rawContents[69].Trim();
                BuffDescription = rawContents[69].Trim();
            
                Skillactmark=IsNumeric(rawContents[70]) ? int.Parse(rawContents[70]):0;
                Skillsource = rawContents[70].Trim();
            
                BuffDisplay=IsNumeric(rawContents[71]) ? int.Parse(rawContents[71]):0;
                Skillactmark=IsNumeric(rawContents[71]) ? int.Parse(rawContents[71]):0;
                BuffDisplay=IsNumeric(rawContents[72]) ? int.Parse(rawContents[72]):0;
            }
            catch (Exception ex)
            {
Core/GameEngine/Model/Config/SkillConfig.cs.meta
@@ -1,6 +1,6 @@
fileFormatVersion: 2
guid: db393bd0ebb18b74e98ba16a7d19e7c6
timeCreated: 1525345704
timeCreated: 1537944894
licenseType: Pro
MonoImporter:
  serializedVersion: 2