1
0
Fork 0
mirror of https://github.com/em-squared/5e-drs.git synced 2025-10-30 21:24:18 +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

@ -394,6 +394,27 @@ export default {
// }
// console.log(csv)
// let json = []
// for (var spell of results) {
// let s = {}
// s.name = spell.frontmatter.title
// s.casting_time = spell.frontmatter.casting_time
// s.classes = spell.frontmatter.classes
// s.components = spell.frontmatter.components
// s.concentration = spell.frontmatter.concentration
// s.description = spell.frontmatter.description
// s.duration = spell.frontmatter.duration
// s.level = spell.frontmatter.level
// s.range = spell.frontmatter.range
// s.ritual = spell.frontmatter.ritual
// s.school = spell.frontmatter.school
// s.source = spell.frontmatter.source
// s.content = spell.rawContent
// json.push(s)
// }
//
// console.log(json)
return results
}
},