mirror of
https://github.com/em-squared/5e-drs.git
synced 2025-10-30 13:14:20 +00:00
correction sangdragon + ajout de template dans la création de monstre
This commit is contained in:
parent
12ae56c245
commit
1a2ab10017
3 changed files with 4 additions and 6 deletions
|
|
@ -276,7 +276,7 @@ export default {
|
|||
pid: 'monster',
|
||||
key: null,
|
||||
title: '',
|
||||
content: '',
|
||||
content: `## Capacités\n_**Capacité**_. Description de la capacité.\n\n## Actions\n_**Action**_. Description de l'action.`,
|
||||
frontmatter: {
|
||||
type: '',
|
||||
subtype: '',
|
||||
|
|
@ -403,7 +403,7 @@ export default {
|
|||
pid: 'monster',
|
||||
key: Math.random().toString(36).substr(2, 9),
|
||||
title: '',
|
||||
content: '',
|
||||
content: `## Capacités\n_**Capacité**_. Description de la capacité.\n\n## Actions\n_**Action**_. Description de l'action.`,
|
||||
frontmatter: {
|
||||
type: '',
|
||||
subtype: '',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue