| | |
| | | //-------------------------------------------------------- |
| | | // [Author]: YYL |
| | | // [ Date ]: Thursday, January 8, 2026 |
| | | // [ Date ]: 2026年1月28日 |
| | | //-------------------------------------------------------- |
| | | |
| | | using System.Collections.Generic; |
| | |
| | | public int EffQuality; |
| | | public int AttrID; |
| | | public int AttrValue; |
| | | public int RandWeight; |
| | | |
| | | public override int LoadKey(string _key) |
| | | { |
| | |
| | | int.TryParse(tables[3],out AttrID); |
| | | |
| | | int.TryParse(tables[4],out AttrValue); |
| | | |
| | | int.TryParse(tables[5],out RandWeight); |
| | | } |
| | | catch (Exception exception) |
| | | { |