| | |
| | | //-------------------------------------------------------- |
| | | // [Author]: YYL |
| | | // [ Date ]: Tuesday, January 20, 2026 |
| | | // [ Date ]: Friday, February 6, 2026 |
| | | //-------------------------------------------------------- |
| | | |
| | | using System.Collections.Generic; |
| | |
| | | public int[][] PassAwardList; |
| | | public int[][] AwardList; |
| | | public int[] LineupIDList; |
| | | public int NPCLV; |
| | | public long FightPower; |
| | | public int NPCID; |
| | | public int[] SkillIDExList; |
| | | |
| | | public override int LoadKey(string _key) |
| | |
| | | } |
| | | } |
| | | |
| | | long.TryParse(tables[6],out FightPower); |
| | | int.TryParse(tables[6],out NPCLV); |
| | | |
| | | int.TryParse(tables[7],out NPCID); |
| | | long.TryParse(tables[7],out FightPower); |
| | | |
| | | if (tables[8].Contains("[")) |
| | | { |