feat(types): ajout des types biologiques
This commit is contained in:
parent
d7e721f49a
commit
de7eb8eac6
7 changed files with 25 additions and 0 deletions
5
data/types/aerien.beast
Normal file
5
data/types/aerien.beast
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
nomType;aerien
|
||||||
|
categorie;biologique
|
||||||
|
faiblesse;air
|
||||||
|
resistance;terre
|
||||||
|
skill;Vol;Peut voler
|
5
data/types/aquatique.beast
Normal file
5
data/types/aquatique.beast
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
nomType;aquatique
|
||||||
|
categorie;biologique
|
||||||
|
faiblesse;foudre
|
||||||
|
resistance;eau
|
||||||
|
skill;Aquatique;N'a pas de malus dans l'eau
|
3
data/types/bete.beast
Normal file
3
data/types/bete.beast
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
nomType;bête
|
||||||
|
categorie;biologique
|
||||||
|
faiblesse;metal
|
2
data/types/humanoide.beast
Normal file
2
data/types/humanoide.beast
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
nomType;humanoïde
|
||||||
|
categorie;biologique
|
3
data/types/insecte.beast
Normal file
3
data/types/insecte.beast
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
nomType;insecte
|
||||||
|
categorie;biologique
|
||||||
|
faiblesse;feu
|
3
data/types/reptile.beast
Normal file
3
data/types/reptile.beast
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
nomType;reptile
|
||||||
|
categorie;biologique
|
||||||
|
faiblesse;glace
|
4
data/types/vegetal.beast
Normal file
4
data/types/vegetal.beast
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
nomType;vegetal
|
||||||
|
categorie;biologique
|
||||||
|
faiblesse;feu
|
||||||
|
resistance;vegetal
|
Loading…
Reference in a new issue