| | |
| | | {
|
| | | public static int greatMasterStartLV { get; private set; }
|
| | | public static int playerMaxLevel { get; private set; }
|
| | | public static float potentialUpSuccessRecommend { get; private set; }
|
| | | public static int[] kylinHomeCollectItems;
|
| | | public static List<int> dailyQuestOpenTime;
|
| | | public static int flyBootItemId { get; private set; }
|
| | |
| | | CompareEquipPlaces = GetIntArray("EquipUpType");
|
| | | greatMasterStartLV = GetInt("GreatMasterStartLV");
|
| | | playerMaxLevel = GetInt("PlayerMaxLV");
|
| | | potentialUpSuccessRecommend = GetFloat("SPSkillType", 2) * 0.0001f;
|
| | | kylinHomeCollectItems = GetIntArray("KirinNpc", 2);
|
| | | dailyQuestOpenTime = GetTimeArray("ActionTime", 1);
|
| | | flyBootItemId = GetInt("TransportPay");
|