mirror of
https://github.com/em-squared/5e-drs.git
synced 2025-10-30 13:14:20 +00:00
ajout des liens de partage dans les bibliothèques personnelles + réparation des bibliothèques
This commit is contained in:
parent
d111a52ee7
commit
a8170ba02e
6 changed files with 46 additions and 6 deletions
|
|
@ -222,6 +222,7 @@ export default {
|
|||
custom: true,
|
||||
pid: 'magicItem',
|
||||
key: Math.random().toString(36).substr(2, 9),
|
||||
author: '',
|
||||
title: '',
|
||||
content: '',
|
||||
hasAttunement: false,
|
||||
|
|
|
|||
|
|
@ -412,6 +412,7 @@ export default {
|
|||
custom: true,
|
||||
pid: 'monster',
|
||||
key: Math.random().toString(36).substr(2, 9),
|
||||
author: '',
|
||||
title: '',
|
||||
content: `## Capacités\n_**Capacité**_. Description de la capacité.\n\n## Actions\n_**Action**_. Description de l'action.`,
|
||||
frontmatter: {
|
||||
|
|
|
|||
|
|
@ -251,6 +251,7 @@ export default {
|
|||
custom: true,
|
||||
pid: 'spell',
|
||||
key: Math.random().toString(36).substr(2, 9),
|
||||
author: '',
|
||||
title: '',
|
||||
content: '',
|
||||
frontmatter: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue