public float GetAttrValuePercent(string attribute, Stats target) { return(this.GetAttrValue(attribute, target) / this.GetAttrMaxValue(attribute, target)); }