| | |
| | | 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) |
| | | { |