| | |
| | | //-------------------------------------------------------- |
| | | // [Author]: YYL |
| | | // [ Date ]: Friday, June 27, 2025 |
| | | // [ Date ]: 2025年7月7日 |
| | | //-------------------------------------------------------- |
| | | |
| | | using System.Collections.Generic; |
| | |
| | | public partial class HeroSkinConfig : ConfigBase<int, HeroSkinConfig> |
| | | { |
| | | |
| | | public int SkinNPCID; |
| | | public int SkinID; |
| | | public int[] WearAttrIDList; |
| | | public int[] WearAttrValueList; |
| | | public int[] AllBatAttrIDList; |
| | | public int[] AllBatAttrValueList; |
| | | public string Tachie; |
| | | public string SquareIcon; |
| | | public string RectangleIcon; |
| | | public string SpineRes; |
| | | public string BigSizeSpine; |
| | | |
| | | public override int LoadKey(string _key) |
| | | { |
| | |
| | | { |
| | | try { |
| | | string[] tables = input.Split('\t'); |
| | | int.TryParse(tables[0],out SkinNPCID); |
| | | int.TryParse(tables[0],out SkinID); |
| | | |
| | | if (tables[1].Contains("[")) |
| | | { |
| | |
| | | int.TryParse(AllBatAttrValueListStringArray[i],out AllBatAttrValueList[i]); |
| | | } |
| | | } |
| | | |
| | | Tachie = tables[5]; |
| | | |
| | | SquareIcon = tables[6]; |
| | | |
| | | RectangleIcon = tables[7]; |
| | | |
| | | SpineRes = tables[8]; |
| | | |
| | | BigSizeSpine = tables[9]; |
| | | } |
| | | catch (Exception exception) |
| | | { |