Exemple #1
0
 public Pouvoir(e_pouvoir nom_, e_typeDePouvoir type_, List<int> porteePouvoir_, bool estPhysique_, int coutEnergie_,
     int recharge_, int efficacite_, bool vertical_)
 {
     nom = nom_;
     type = type_;
     porteePouvoir = porteePouvoir_;
     estPhysique = estPhysique_;
     coutEnergie = coutEnergie_;
     recharge = recharge_;
     efficacite = efficacite_;
     if (nom == e_pouvoir.Geolier)
     {
         boost = e_typeDeBoost.BonusEsquive;
     }
     vertical = vertical_;
 }
Exemple #2
0
 public void powa(e_pouvoir nom_)
 {
     powaa = nom_;
     AffichagePowa = 1300;
 }