From 8b6141146c97a4e50508fd73b4ef9db8e919721e Mon Sep 17 00:00:00 2001 From: Kazhnuz Date: Wed, 7 Aug 2024 19:57:34 +0200 Subject: [PATCH] =?UTF-8?q?feat:=20ajout=20de=20plusieurs=20canid=C3=A9s?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- data/animaux/chien.beast | 3 +++ data/animaux/chienloup.beast | 3 +++ data/animaux/loup.beast | 2 +- data/animaux/loupchef.beast | 5 +++++ 4 files changed, 12 insertions(+), 1 deletion(-) create mode 100644 data/animaux/chien.beast create mode 100644 data/animaux/chienloup.beast create mode 100644 data/animaux/loupchef.beast 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