1
0
Fork 0
mirror of https://github.com/em-squared/5e-drs.git synced 2025-12-18 08:00:51 +00:00

ajout des archétypes de taromancien et d'officier

This commit is contained in:
Maxime Moraine 2021-05-07 11:54:56 +02:00
parent 9b9a54b134
commit 233a8cc5de
10 changed files with 491 additions and 72 deletions

View file

@ -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
}
},