| | |
| | | //--------------------------------------------------------
|
| | | // [Author]: YYL
|
| | | // [ Date ]: Wednesday, August 6, 2025
|
| | | // [ Date ]: 2025年8月17日
|
| | | //--------------------------------------------------------
|
| | |
|
| | | using System.Collections.Generic;
|
| | |
| | | public int AtkInheritPer;
|
| | | public int DefInheritPer;
|
| | | public int HPInheritPer;
|
| | | public string BatAttrDict;
|
| | | public Dictionary<int, int> BatAttrDict;
|
| | | public int[] FetterIDList;
|
| | | public float UIScale;
|
| | | public string Desc;
|
| | |
| | |
|
| | | int.TryParse(tables[11],out HPInheritPer);
|
| | |
|
| | | BatAttrDict = tables[12];
|
| | | BatAttrDict = ConfigParse.ParseIntDict(tables[12]); |
| | |
|
| | | if (tables[13].Contains("[")) |
| | | { |