少年修仙传客户端代码仓库
client_Wu Xijin
2019-03-14 2a241254d505af92f4cde197b0283cd3da20d7c4
System/Strengthening/GodBeastAttributes.cs
@@ -256,9 +256,9 @@
                        {
                            ItemCellModel ItemModel = new ItemCellModel(itemModel[i].itemId, true, 0);//默认显示不上锁
                            m_ItemCell.Init(ItemModel);
                            m_ItemCell.cellBtn.RemoveAllListeners();
                            m_ItemCell.button.RemoveAllListeners();
                            int type = i;
                            m_ItemCell.cellBtn.AddListener(() =>
                            m_ItemCell.button.AddListener(() =>
                            {
                                itemTipsModel.SetItemTipsModel(PackType.DogzEquip, itemModel[type].guid);
                            });
@@ -304,7 +304,7 @@
            }
            GainProficiency();//获取熟练度
            m_BottomBox.SetActive(true);
            var IudetDogzEquipPlus = m_DogZItemModel.GetUseDataModel((int)ItemUseDataKey.dogzEquipPlus);
            var IudetDogzEquipPlus = m_DogZItemModel.GetUseData((int)ItemUseDataKey.dogzEquipPlus);
            if (IudetDogzEquipPlus != null)
            {
                int lv = godBeastModel.QualityLimit[m_DogZItemModel.config.ItemColor];
@@ -386,7 +386,7 @@
                {
                    if (itemModel.config.Effect1 == 235)
                    {
                        var IudetDogzEquipPlus = itemModel.GetUseDataModel((int)ItemUseDataKey.dogzEquipPlus);
                        var IudetDogzEquipPlus = itemModel.GetUseData((int)ItemUseDataKey.dogzEquipPlus);
                        SingleProficiency += itemModel.config.EffectValueA1 * DicAb[key];
                        if (IudetDogzEquipPlus != null)
                        {
@@ -490,7 +490,7 @@
                return DogzLv;
            }
            int lv = godBeastModel.QualityLimit[m_DogZItemModel.config.ItemColor];
            var IudetDogzEquipPlus = m_DogZItemModel.GetUseDataModel((int)ItemUseDataKey.dogzEquipPlus);
            var IudetDogzEquipPlus = m_DogZItemModel.GetUseData((int)ItemUseDataKey.dogzEquipPlus);
            if (IudetDogzEquipPlus != null && IudetDogzEquipPlus.Count > 1)
            {
                ToExpTotal += IudetDogzEquipPlus[1];
@@ -533,7 +533,7 @@
                return;
            }
            m_DogZItemModel = ItemModel;
            var IudetDogzEquipPlus = ItemModel.GetUseDataModel((int)ItemUseDataKey.dogzEquipPlus);
            var IudetDogzEquipPlus = ItemModel.GetUseData((int)ItemUseDataKey.dogzEquipPlus);
            if (IudetDogzEquipPlus != null && IudetDogzEquipPlus.Count > 1)
            {
                DogZLv = IudetDogzEquipPlus[0];