Exemplo n.º 1
0
 def description(self):
     return Describe.damage_reduction('all sources', turns=self.turns)
Exemplo n.º 2
0
 def description(self):
     return Describe.damage_reduction(typing_to_str(self.types),
                                      percent=self.shield_percent)
Exemplo n.º 3
0
 def description(self):
     return Describe.damage_reduction('all sources', self.shield_percent,
                                      self.turns)
Exemplo n.º 4
0
 def description(self):
     return Describe.damage_reduction(attributes_to_str(self.attributes),
                                      percent=self.shield_percent)