| | |
| | | // if (fightPoint < (ulong)targetValue) |
| | | // { |
| | | // var label = dic.ContainsKey("replacelabel1") ? dic["replacelabel1"] : string.Empty; |
| | | // return UIHelper.AppendColor(TextColType.Red, StringUtility.Contact(label, fightPoint, "/", targetValue), colorType == 1); |
| | | // return UIHelper.AppendColor(TextColType.Red, StringUtility.Concat(label, fightPoint, "/", targetValue), colorType == 1); |
| | | // } |
| | | // else |
| | | // { |
| | |
| | | // if (property != 0) |
| | | // { |
| | | // var propertyConfig = PlayerPropertyConfig.Get(property); |
| | | // label = StringUtility.Contact(propertyConfig.Name, ":"); |
| | | // label = StringUtility.Concat(propertyConfig.Name, ":"); |
| | | // } |
| | | // return UIHelper.AppendColor(TextColType.Red, StringUtility.Contact(label, point, "/", targetValue), colorType == 1); |
| | | // return UIHelper.AppendColor(TextColType.Red, StringUtility.Concat(label, point, "/", targetValue), colorType == 1); |
| | | // } |
| | | // else |
| | | // { |
| | |
| | | // if (!satisfy) |
| | | // { |
| | | // var label = dic.ContainsKey("replacelabel1") ? dic["replacelabel1"] : string.Empty; |
| | | // return UIHelper.AppendColor(TextColType.Red, StringUtility.Contact(label, point, "/", targetValue), colorType == 1); |
| | | // return UIHelper.AppendColor(TextColType.Red, StringUtility.Concat(label, point, "/", targetValue), colorType == 1); |
| | | // } |
| | | // else |
| | | // { |