| | |
| | | //--------------------------------------------------------
|
| | | // [Author]: YYL
|
| | | // [ Date ]: 2025年8月5日
|
| | | // [ Date ]: Wednesday, August 6, 2025
|
| | | //--------------------------------------------------------
|
| | |
|
| | | using System.Collections.Generic;
|
| | |
| | | public string Name;
|
| | | public int Country;
|
| | | public int Quality;
|
| | | public int AtkDistType;
|
| | | public int Class;
|
| | | public int Position;
|
| | | public int[] SkinIDList;
|
| | | public int AtkSkillID;
|
| | | public int AngerSkillID;
|
| | |
| | | public string BatAttrDict;
|
| | | public int[] FetterIDList;
|
| | | public float UIScale;
|
| | | public string Desc;
|
| | |
|
| | | public override int LoadKey(string _key)
|
| | | {
|
| | |
| | |
|
| | | int.TryParse(tables[3],out Quality);
|
| | |
|
| | | int.TryParse(tables[4],out AtkDistType); |
| | | int.TryParse(tables[4],out Class); |
| | |
|
| | | int.TryParse(tables[5],out Class); |
| | | int.TryParse(tables[5],out Position); |
| | |
|
| | | if (tables[6].Contains("[")) |
| | | { |
| | |
| | | }
|
| | |
|
| | | float.TryParse(tables[14],out UIScale);
|
| | |
|
| | | Desc = tables[15];
|
| | | }
|
| | | catch (Exception exception)
|
| | | {
|