Example #1
0
 private string GetImprovedSkillTitle(string text, RarityName rarity)
 => $"{text}{RaritySuffix.GetSuffix(rarity)}";
Example #2
0
 private string GetImprovedSkillDescriptionText(string text, RarityName rarity)
 {
     return(text.Replace("#Revert#", $"{RaritySuffix.GetSuffix(rarity)}#Revert#"));
 }