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