| | |
| | |
|
| | | public int maxQuality { get; private set; }
|
| | |
|
| | | public int redpointRequirePoint { get; private set; }
|
| | |
|
| | | public bool isServerPrepare { get; private set; }
|
| | |
|
| | | public bool displayOpenAnimation
|
| | |
| | | m_RecommendReikiRoots.Add(job, new List<int>(LitJson.JsonMapper.ToObject<int[]>(json[jobKey].ToJson())));
|
| | | }
|
| | |
|
| | | m_ReikiQualityMapColors = ConfigParse.GetDic<int, int>(funcConfig.Numerical2);
|
| | | redpointRequirePoint = int.Parse(funcConfig.Numerical3);
|
| | |
|
| | | var config = ReikiRootConfig.GetValues()[0];
|
| | | maxQuality = config.qualityArea.Length;
|
| | |
|
| | | funcConfig = FuncConfigConfig.Get("RecommendPoint");
|
| | | m_ReikiQualityMapColors = ConfigParse.GetDic<int, int>(funcConfig.Numerical2);
|
| | |
|
| | | reikiRoots.Add((int)PropertyType.Mater);
|
| | | reikiRoots.Add((int)PropertyType.Wood);
|
| | |
| | | var existFreePoint = false;
|
| | | if (FuncOpen.Instance.IsFuncOpen((int)FuncOpenEnum.ReikiRoot))
|
| | | {
|
| | | existFreePoint = freePoint > 0;
|
| | | existFreePoint = freePoint >= redpointRequirePoint;
|
| | | }
|
| | | redpoint.state = existFreePoint ? RedPointState.Simple : RedPointState.None;
|
| | | }
|