From 233a8cc5dea055be618e0661cc6dba767a3ca5f4 Mon Sep 17 00:00:00 2001 From: Maxime Moraine Date: Fri, 7 May 2021 11:54:56 +0200 Subject: [PATCH] =?UTF-8?q?ajout=20des=20arch=C3=A9types=20de=20taromancie?= =?UTF-8?q?n=20et=20d'officier?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../theme/layouts/MagicItemsLayout.vue | 17 ++ .../theme/layouts/MonstersLayout.vue | 48 +++- docs/.vuepress/theme/layouts/SpellsLayout.vue | 21 ++ docs/.vuepress/theme/util/monsterHelpers.js | 244 ++++++++++++++++++ docs/README.md | 16 +- docs/classes/barde/README.md | 45 +++- docs/classes/guerrier/README.md | 36 ++- docs/classes/sorcier/README.md | 2 +- .../peuples-humains-d-alarian/README.md | 14 +- docs/communaute/therianthropie/README.md | 120 ++++----- 10 files changed, 491 insertions(+), 72 deletions(-) diff --git a/docs/.vuepress/theme/layouts/MagicItemsLayout.vue b/docs/.vuepress/theme/layouts/MagicItemsLayout.vue index e8fd9c7..fb0e791 100644 --- a/docs/.vuepress/theme/layouts/MagicItemsLayout.vue +++ b/docs/.vuepress/theme/layouts/MagicItemsLayout.vue @@ -193,6 +193,23 @@ export default { }) } + // let json = [] + // for (var magicItem of results) { + // let mi = {} + // mi.name = magicItem.frontmatter.title + // mi.attunement = magicItem.frontmatter.attunement + // mi.rarity = magicItem.frontmatter.rarity + // mi.type = magicItem.frontmatter.type + // mi.subtype = magicItem.frontmatter.subtype + // mi.source = magicItem.frontmatter.source + // mi.content = magicItem.rawContent + // json.push(mi) + // } + // + // console.log(json) + + // console.log(results) + return results } }, diff --git a/docs/.vuepress/theme/layouts/MonstersLayout.vue b/docs/.vuepress/theme/layouts/MonstersLayout.vue index 8a7123b..1ff1406 100644 --- a/docs/.vuepress/theme/layouts/MonstersLayout.vue +++ b/docs/.vuepress/theme/layouts/MonstersLayout.vue @@ -152,7 +152,19 @@