Merge branch 'master' of http://192.168.0.87:10010/r/snxxz_scripts
| | |
| | | public List<int> dungeonCanUseMoneyIds { get; private set; }
|
| | |
|
| | | public Dictionary<int, int> dungeonRebornClientTimes { get; private set; }
|
| | | public int[] CompareEquipPlaces { get; private set;}
|
| | |
|
| | | public void Init()
|
| | | {
|
| | | try
|
| | | {
|
| | | CompareEquipPlaces = GetIntArray("EquipUpType");
|
| | | greatMasterStartLV = GetInt("GreatMasterStartLV");
|
| | | playerMaxLevel = GetInt("PlayerMaxLV");
|
| | | potentialUpSuccessRecommend = GetFloat("SPSkillType", 2) * 0.0001f;
|
| | |
| | | private int GetEquipScore(PackType type,int itemId, Dictionary<AttrEnum, int> specAttrDict)
|
| | | {
|
| | | tagChinModel = Config.Instance.Get<ItemConfig>(itemId);
|
| | | if (tagChinModel == null || tagChinModel.EquipPlace == 0) return 0;
|
| | | if (tagChinModel == null || !GeneralConfig.Instance.CompareEquipPlaces.Contains(tagChinModel.EquipPlace)) return 0;
|
| | |
|
| | | Equation.Instance.Clear();
|
| | | _tagGsProValueDict = EquipGSParamConfig.GetTagGsProValueDict(tagChinModel.LV, tagChinModel.ItemColor,tagChinModel.StarLevel);
|
| | |
| | | protected override void OnAfterOpen()
|
| | | {
|
| | | HandleAchievement();
|
| | | if (realmModel.openByDungeonStep)
|
| | | if (realmModel.openByDungeonStep && !realmModel.realmDungeonState)
|
| | | {
|
| | | m_RawBoss.gameObject.SetActive(false);
|
| | | m_RawPlayer.gameObject.SetActive(false);
|
| | |
| | | {
|
| | | if (value == TreasureShowStep.UnLock)
|
| | | {
|
| | | m_ProgressPosTween.SetEndState();
|
| | | UI3DTreasureSelectStage.Instance.SetEndState();
|
| | | }
|
| | | return;
|