6104 【前端】【1.5.200】诛仙宝石开发(添加宝石炫耀)
| | |
| | | equipsName = StringUtility.Contact(equipsName, " ", equipName);
|
| | | }
|
| | | }
|
| | | string activeGemNum = StringUtility.Contact(UIHelper.AppendStringColor(TextColType.Green, activeStoneNum.ToString()),"/",equipModel.gemResonanceNum);
|
| | | string activeGemNum = string.Empty;
|
| | | if(activeStoneNum > 0)
|
| | | {
|
| | | activeGemNum = StringUtility.Contact(UIHelper.AppendStringColor(TextColType.Green, activeStoneNum.ToString()), "/", equipModel.gemResonanceNum);
|
| | | }
|
| | | else
|
| | | {
|
| | | activeGemNum = StringUtility.Contact(activeStoneNum, "/", equipModel.gemResonanceNum);
|
| | | }
|
| | | string conditionSB = Language.Get("JadeDynastyEquip7", equipsName,equipModel.gemResonanceNum,suitAttrData.suitLv,activeGemNum);
|
| | | activeText.text = conditionSB;
|
| | | }
|