diff --git a/data/types/aerien.beast b/data/types/aerien.beast new file mode 100644 index 0000000..dc4e73c --- /dev/null +++ b/data/types/aerien.beast @@ -0,0 +1,5 @@ +nomType;aerien +categorie;biologique +faiblesse;air +resistance;terre +skill;Vol;Peut voler \ No newline at end of file diff --git a/data/types/aquatique.beast b/data/types/aquatique.beast new file mode 100644 index 0000000..7586a98 --- /dev/null +++ b/data/types/aquatique.beast @@ -0,0 +1,5 @@ +nomType;aquatique +categorie;biologique +faiblesse;foudre +resistance;eau +skill;Aquatique;N'a pas de malus dans l'eau \ No newline at end of file diff --git a/data/types/bete.beast b/data/types/bete.beast new file mode 100644 index 0000000..d73b273 --- /dev/null +++ b/data/types/bete.beast @@ -0,0 +1,3 @@ +nomType;bête +categorie;biologique +faiblesse;metal \ No newline at end of file diff --git a/data/types/humanoide.beast b/data/types/humanoide.beast new file mode 100644 index 0000000..6f99ee9 --- /dev/null +++ b/data/types/humanoide.beast @@ -0,0 +1,2 @@ +nomType;humanoïde +categorie;biologique \ No newline at end of file diff --git a/data/types/insecte.beast b/data/types/insecte.beast new file mode 100644 index 0000000..850ad6e --- /dev/null +++ b/data/types/insecte.beast @@ -0,0 +1,3 @@ +nomType;insecte +categorie;biologique +faiblesse;feu \ No newline at end of file diff --git a/data/types/reptile.beast b/data/types/reptile.beast new file mode 100644 index 0000000..e665ed1 --- /dev/null +++ b/data/types/reptile.beast @@ -0,0 +1,3 @@ +nomType;reptile +categorie;biologique +faiblesse;glace \ No newline at end of file diff --git a/data/types/vegetal.beast b/data/types/vegetal.beast new file mode 100644 index 0000000..4d59870 --- /dev/null +++ b/data/types/vegetal.beast @@ -0,0 +1,4 @@ +nomType;vegetal +categorie;biologique +faiblesse;feu +resistance;vegetal \ No newline at end of file