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:
parent
9b9a54b134
commit
233a8cc5de
10 changed files with 491 additions and 72 deletions
|
|
@ -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
|
||||
}
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue