RC-38 | Weapon | Initialize Datamodel

This commit is contained in:
Oliver-Akins 2024-12-24 21:33:02 -07:00
parent 4406531713
commit ce4b4df6d7
3 changed files with 23 additions and 3 deletions

View file

@ -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": {}
}
}
}