| | |
| | | //-------------------------------------------------------- |
| | | // [Author]: Fish |
| | | // [ Date ]: Wednesday, April 17, 2019 |
| | | // [ Date ]: Saturday, April 27, 2019 |
| | | //-------------------------------------------------------- |
| | | |
| | | using System.Collections.Generic; |
| | |
| | | public partial class AlchemyCountConfig |
| | | { |
| | | |
| | | public readonly int AlchemyQuality;
|
| | | public readonly int id;
|
| | | public readonly int AlchemyQuality;
|
| | | public readonly int LuckValue;
|
| | | public readonly string CntRateList; |
| | | |
| | |
| | | { |
| | | var tables = input.Split('\t'); |
| | | |
| | | int.TryParse(tables[0],out AlchemyQuality); |
| | | int.TryParse(tables[0],out id); |
| | |
|
| | | int.TryParse(tables[1],out LuckValue); |
| | | int.TryParse(tables[1],out AlchemyQuality); |
| | |
|
| | | CntRateList = tables[2]; |
| | | int.TryParse(tables[2],out LuckValue); |
| | |
|
| | | CntRateList = tables[3]; |
| | | } |
| | | catch (Exception ex) |
| | | { |