|  |  |  | 
|---|
|  |  |  | public static Dictionary<int, int> MoneyDisplayModel { get; private set; } | 
|---|
|  |  |  | public static int playerMaxLevel { get; private set; } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | public static Dictionary<int, string> equipPlaceNameDict { get; private set; } | 
|---|
|  |  |  | public static Dictionary<int, int> moneyDisplayIds { get; private set; } | 
|---|
|  |  |  | public static int expDisplayId { get; private set; } | 
|---|
|  |  |  |  | 
|---|
|  |  |  |  | 
|---|
|  |  |  | 
|---|
|  |  |  | public static int acutionItemHour { get; private set; } | 
|---|
|  |  |  | public static int maxXBGridCount { get; private set; } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | public static FuncConfigConfig parryCfg; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | public static void Init() | 
|---|
|  |  |  | { | 
|---|
|  |  |  | 
|---|
|  |  |  | // wingEquipLimits = ConfigParse.GetDic<int, int>(GetInputString("WingRealmLimit", 1)); | 
|---|
|  |  |  | // int i = 0; | 
|---|
|  |  |  | // int[] equipPlaces = GetIntArray("EquipArea", 1); | 
|---|
|  |  |  | // string[] equipPlacesNames = GetStringArray("EquipArea", 2); | 
|---|
|  |  |  | // equipPlaceNameDict = new Dictionary<int, string>(); | 
|---|
|  |  |  | // for (i = 0; i < equipPlaces.Length; i++) | 
|---|
|  |  |  | // { | 
|---|
|  |  |  | //     if (!equipPlaceNameDict.ContainsKey(equipPlaces[i])) | 
|---|
|  |  |  | //     { | 
|---|
|  |  |  | //         equipPlaceNameDict.Add(equipPlaces[i], equipPlacesNames[i]); | 
|---|
|  |  |  | //     } | 
|---|
|  |  |  | //     else | 
|---|
|  |  |  | //     { | 
|---|
|  |  |  | //         Debug.LogError("EquipArea : 装备位置重复"); | 
|---|
|  |  |  | //     } | 
|---|
|  |  |  | // } | 
|---|
|  |  |  | // var _trailBossJson = LitJson.JsonMapper.ToObject(GetInputString("MuneKadoTrialBossHead", 1)); | 
|---|
|  |  |  | // trailBossHeadIcons = new Dictionary<int, string>(); | 
|---|
|  |  |  | // foreach (var _key in _trailBossJson.Keys) | 
|---|
|  |  |  | 
|---|
|  |  |  | // flashOpenArr = JsonMapper.ToObject<int[]>(func.Numerical2); | 
|---|
|  |  |  | // flashCntMoreArr = JsonMapper.ToObject<int[]>(func.Numerical3); | 
|---|
|  |  |  | // flashKillMaxCount = int.Parse(func.Numerical4); | 
|---|
|  |  |  |  | 
|---|
|  |  |  | parryCfg = FuncConfigConfig.Get("ParryCfg"); | 
|---|
|  |  |  | } | 
|---|
|  |  |  | catch (Exception ex) | 
|---|
|  |  |  | { | 
|---|