RC-38 | Weapon | Initialize Datamodel
This commit is contained in:
parent
4406531713
commit
ce4b4df6d7
3 changed files with 23 additions and 3 deletions
|
|
@ -36,13 +36,15 @@
|
|||
"flags": {
|
||||
"hotReload": {
|
||||
"extensions": ["css", "hbs", "json", "mjs", "svg"],
|
||||
"paths": ["Apps", "langs", "styles", "module"]
|
||||
"paths": ["Apps", "langs", "module"]
|
||||
}
|
||||
},
|
||||
"documentTypes": {
|
||||
"Actor": {
|
||||
"hero": {}
|
||||
},
|
||||
"Item": {}
|
||||
"Item": {
|
||||
"weapon": {}
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue