Merge branch 'master' of http://192.168.0.87:10010/r/snxxz_scripts
| | |
| | | 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() |
| | | { |
| | |
| | |
|
| | | 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) |
| | | { |
| | |
| | | fileFormatVersion: 2 |
| | | guid: e238f9455d4062c4c867b41cfea2f046 |
| | | timeCreated: 1535772549 |
| | | timeCreated: 1535787590 |
| | | licenseType: Pro |
| | | MonoImporter: |
| | | serializedVersion: 2 |
| | |
| | | _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;
|
| | | }
|
| | | }
|