def jet_de_sa(self, nb_faces): jet_libre(nb_faces, self.Knowledge)
def jet_de_m(self, nb_faces): jet_libre(nb_faces, self.Mental)
def jet_de_c(self, nb_faces): jet_libre(nb_faces, self.Charisma)
def jet_de_ps(self, nb_faces): jet_libre(nb_faces, self.Psychology)
def jet_de_d(self, nb_faces): jet_libre(nb_faces, self.Dexterity)
def jet_de_f(self, nb_faces): jet_libre(nb_faces, self.Strength)
def jet_de_v(self, nb_faces): jet_libre(nb_faces, self.Magic)
def jet_de_s(self, nb_faces): jet_libre(nb_faces, self.Social)
def jet_de_ph(self, nb_faces): jet_libre(nb_faces, self.Physical)