| | |
| | | //-------------------------------------------------------- |
| | | // [Author]: YYL |
| | | // [ Date ]: 2025年11月18日 |
| | | // [ Date ]: Saturday, March 14, 2026
|
| | | //-------------------------------------------------------- |
| | | |
| | | using System.Collections.Generic; |
| | |
| | | public int[] AttrIDList; |
| | | public int[] InitAttrValueList; |
| | | public int[] AttrPerStarAddList; |
| | | public int EffType;
|
| | | public int EffTypeValue;
|
| | | public int EffValue;
|
| | | public int EffPerStarAdd;
|
| | | public string GetWayString; |
| | | |
| | | public override int LoadKey(string _key) |
| | |
| | | } |
| | | } |
| | | |
| | | GetWayString = tables[14]; |
| | | int.TryParse(tables[14],out EffType); |
| | |
|
| | | int.TryParse(tables[15],out EffTypeValue); |
| | |
|
| | | int.TryParse(tables[16],out EffValue); |
| | |
|
| | | int.TryParse(tables[17],out EffPerStarAdd); |
| | |
|
| | | GetWayString = tables[18];
|
| | | } |
| | | catch (Exception exception) |
| | | { |