diff --git a/data/animaux/chien.beast b/data/animaux/chien.beast new file mode 100644 index 0000000..aa813cd --- /dev/null +++ b/data/animaux/chien.beast @@ -0,0 +1,3 @@ +mixins;generique/canides + +name;Chien // nom de la créature \ No newline at end of file diff --git a/data/animaux/chienloup.beast b/data/animaux/chienloup.beast new file mode 100644 index 0000000..c1dfda3 --- /dev/null +++ b/data/animaux/chienloup.beast @@ -0,0 +1,3 @@ +mixins;generique/canides +name;Chien-Loup // nom de la créature +level;2 \ No newline at end of file diff --git a/data/animaux/loup.beast b/data/animaux/loup.beast index 2ff9d25..6ca3ce1 100644 --- a/data/animaux/loup.beast +++ b/data/animaux/loup.beast @@ -1,3 +1,3 @@ mixins;generique/canides name;Loup -level;6 \ No newline at end of file +level;5 \ No newline at end of file diff --git a/data/animaux/loupchef.beast b/data/animaux/loupchef.beast new file mode 100644 index 0000000..5ae7a68 --- /dev/null +++ b/data/animaux/loupchef.beast @@ -0,0 +1,5 @@ +mixins;animaux/loup +name;Loup en Chef // nom de la créature +level;6 + +skill;Chef de meute;Peut ajouter +1 dégat brut à une attaque par loup présent, mais perdra 50% pour esquiver et encaisser au tour suivant. Cinq tours de cooldown; \ No newline at end of file