mirror of
https://github.com/em-squared/5e-drs.git
synced 2025-12-17 07:30:47 +00:00
outils de création de sorts/monstres/objets
This commit is contained in:
parent
6237f0e6a2
commit
a6986c42c6
48 changed files with 2743 additions and 259 deletions
|
|
@ -43,6 +43,16 @@
|
|||
crumbs.push({to: page.path, disabled: disabled, text: 'Bestiaire'})
|
||||
} else if (page.path == '/liste-objets-magiques/') {
|
||||
crumbs.push({to: page.path, disabled: disabled, text: 'Liste des objets magiques'})
|
||||
} else if (page.path == '/mon-grimoire/') {
|
||||
crumbs.push({to: page.path, disabled: disabled, text: 'Mon grimoire'})
|
||||
} else if (page.path == '/mon-bestiaire/') {
|
||||
crumbs.push({to: page.path, disabled: disabled, text: 'Mon bestiaire'})
|
||||
} else if (page.path == '/mes-objets-magiques/') {
|
||||
crumbs.push({to: page.path, disabled: disabled, text: 'Mes objets magiques'})
|
||||
} else if (page.path == '/creation-de-sort/') {
|
||||
crumbs.push({to: page.path, disabled: disabled, text: 'Création de sort'})
|
||||
} else if (page.path == '/creation-de-monstre-pnj/') {
|
||||
crumbs.push({to: page.path, disabled: disabled, text: 'Création de monstre ou PNJ'})
|
||||
} else {
|
||||
crumbs.push({to: page.path, disabled: disabled, text: page.frontmatter.breadcrumb || page.title})
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue