def display_for_equipment(self): return ''.join(["+", str(self.bonus), " ", universal.primary_stat_name(self.stat)])
def display(self): return ' '.join(["Improves the stat: ", universal.primary_stat_name(stat), "by ", int(self.bonus), "points."])