| System/EquipStar/EquipStarMaterialCandidate.cs | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
System/EquipStar/EquipStarMaterialCandidate.cs
@@ -30,7 +30,7 @@ m_ItemName.color = UIHelper.GetUIColor(item.config.ItemColor, true); var equipPosition = new Int2( model.selectedLevel.value,model.selectedPlace.value); var successRate = model.GetMaterialSuccessRate(equipPosition, this.equip); m_Rate.text = string.Format("成功率 +{0}", Mathf.RoundToInt(successRate * 100)); m_Rate.text = string.Format("成功率 +{0}%", Mathf.RoundToInt(successRate * 100)); m_Item.SetItem(item.config.ID, 1); m_Select.SetListener(SelectMaterial); }