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