| | |
| | | }
|
| | | }
|
| | | }
|
| | | _scoreNumAll = Mathf.FloorToInt(_tagPetClass.AtkAdd * 2.5f) + _scoreNum;
|
| | | Dictionary<int, int> Dic = new Dictionary<int, int>();
|
| | | Dic.Add(78, _tagPetClass.AtkAdd);
|
| | | Dic.Add(77, _tagPetClass.AtkAdd);
|
| | | _scoreNumAll = UIHelper.GetFightPower(Dic) + _scoreNum;
|
| | | sumFight += _scoreNumAll;
|
| | | }
|
| | | allFightText.text = (sumFight + InitFightPower).ToString();
|
| | | attackSpeed.text = ((float)UIHelper.GetPropertyMapPlayerData(AttrEnum.ATKSPEED) / 100).ToString();
|
| | | }
|
| | |
|
| | | }
|
| | |
|
| | | public void RefreshPetUpgradeCostUI(bool isRefresh = false)
|