FORESTIER Alexi 10 months ago
parent
commit
c8de479708
  1. 4
      jdr.py

4
jdr.py

@ -19,7 +19,7 @@ class Personnage:
self.inventaire = ["épée malveillante", "Potion"]
self.coefAtk = 8
self.coefDef = 8
elif self.cat == "Déesee":
elif self.cat == "Déesse":
self.inventaire = ["Bâton miraculeux", "Potion"]
self.coefAtk = 7
self.coefDef = 9
@ -144,7 +144,7 @@ def combat(Perso1, Perso2):
Squeezie = Personnage("Squeezie", "Déesee")
Squeezie = Personnage("Squeezie", "Déesse")
TiboInShape = Personnage("TiboInShape", "Fée")
# commande utile à copier :

Loading…
Cancel
Save