| | |
| | | //-------------------------------------------------------- |
| | | // [Author]: Fish |
| | | // [ Date ]: Monday, March 11, 2019 |
| | | // [ Date ]: Thursday, March 14, 2019 |
| | | //-------------------------------------------------------- |
| | | |
| | | using System.Collections.Generic; |
| | |
| | | public readonly string Img;
|
| | | public readonly int Quality;
|
| | | public readonly int FightPower;
|
| | | public readonly int specialProperty;
|
| | | public readonly string equipNameIcon;
|
| | | public readonly int effectId;
|
| | | public readonly int requireIconEffect; |
| | | |
| | |
| | |
|
| | | int.TryParse(tables[10],out FightPower);
|
| | |
|
| | | int.TryParse(tables[11],out specialProperty); |
| | | equipNameIcon = tables[11];
|
| | |
|
| | | int.TryParse(tables[12],out effectId);
|
| | |
|