Пример #1
0
 def build_attributes(self):
     return Attributes(
         speed=5,
         defense=10,
         attack=3
     )
Пример #2
0
 def get_attributes(self):
     return Attributes(
         defense=80,
         attack=70,
         speed=40
     )
Пример #3
0
 def get_attributes(self):
     return Attributes(
         speed=60,
         attack=70,
         defense=30
     )
Пример #4
0
 def get_attributes(self):
     return Attributes(
         attack=70,
         speed=80,
         defense=70
     )