From 8a015314c00d7ee9f344b08bd7a4d796cb74916d Mon Sep 17 00:00:00 2001 From: Maxime Moraine Date: Thu, 30 Apr 2020 12:32:16 +0200 Subject: [PATCH] =?UTF-8?q?ajout=20de=20la=20variante=20sorcereux=20pour?= =?UTF-8?q?=20le=20calculateur=20de=20caract=C3=A9ristiques?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/.vuepress/data/races.js | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/docs/.vuepress/data/races.js b/docs/.vuepress/data/races.js index 6be218b..fe7fb8f 100644 --- a/docs/.vuepress/data/races.js +++ b/docs/.vuepress/data/races.js @@ -189,6 +189,25 @@ export const races = [ abilityBonuses: [ { ability: 'for', value: 1 }, { ability: 'con', value: 2 } + ], + variants: [ + { + key: 'demi-ogre-standard', + label: "Demi-ogre", + abilityBonuses: [ + { ability: 'for', value: 1 }, + { ability: 'con', value: 2 } + ] + }, + { + key: 'demi-ogre-sorcereux', + label: "Demi-ogre sorcereux", + abilityBonuses: [ + { ability: 'con', value: 1 }, + { ability: 'sag', value: 1 }, + { ability: 'cha', value: 2 }, + ] + } ] }, {