Browse Source

correction orthographique

master
FORESTIER Alexi 1 year ago
parent
commit
1fe65dfdfc
  1. 8
      jdr.py

8
jdr.py

@ -18,7 +18,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
@ -97,15 +97,15 @@ def combat(Perso1, Perso2):
<<<<<<< HEAD
def commencer(nom1, nom2):
Classe1 = input("Bien, veuillez choisir la classe du premier combattant (Choix entre Démon ; Fée ; Déesee ; Géant)")
Classe1 = input("Bien, veuillez choisir la classe du premier combattant (Choix entre Démon ; Fée ; Déesse ; Géant)")
nom1 = Personnage(nom1, Classe1)
Classe2 = input("Bien, veuillez choisir la classe du second combattant (Choix entre Démon ; Fée ; Déesee ; Géant)")
Classe2 = input("Bien, veuillez choisir la classe du second combattant (Choix entre Démon ; Fée ; Déesse ; Géant)")
nom2 = Personnage(nom2, Classe2)
combat(nom1, nom2)
=======
Squeezie = Personnage("Squeezie", "Déesee")
Squeezie = Personnage("Squeezie", "Déesse")
TiboInShape = Personnage("TiboInShape", "Fée")
>>>>>>> 7cabaa14cab561789e3df22193b924c4b131dbfa

Loading…
Cancel
Save