| | |
| | | //--------------------------------------------------------
|
| | | // [Author]: YYL
|
| | | // [ Date ]: 2026年3月16日
|
| | | // [ Date ]: 2026年4月10日
|
| | | //--------------------------------------------------------
|
| | |
|
| | | using System.Collections.Generic;
|
| | |
| | | public int[] TalentList;
|
| | | public int OpenCollectionDay;
|
| | | public int IsActLimit;
|
| | | public int AtkInheritPerStar;
|
| | | public int DefInheritPerStar;
|
| | | public int HPInheritPerStar;
|
| | |
|
| | | public override int LoadKey(string _key)
|
| | | {
|
| | |
| | | int.TryParse(tables[24],out OpenCollectionDay);
|
| | |
|
| | | int.TryParse(tables[25],out IsActLimit);
|
| | |
|
| | | int.TryParse(tables[26],out AtkInheritPerStar); |
| | |
|
| | | int.TryParse(tables[27],out DefInheritPerStar); |
| | |
|
| | | int.TryParse(tables[28],out HPInheritPerStar); |
| | | }
|
| | | catch (Exception exception)
|
| | | {
|