Exemple #1
0
 /// <summary>
 /// Builds and returns a string describing the power of this item.
 /// </summary>
 public override string GetPowerText()
 {
     return(TargetEffectRange.GetModifierString());
 }
Exemple #2
0
 /// <summary>
 /// Builds and returns a string describing the power of this spell.
 /// </summary>
 public virtual string GetPowerText()
 {
     return(TargetEffectRange.GetModifierString());
 }