Get the base Actor sheet working w/ collaboration
This commit is contained in:
parent
60b0072bcc
commit
ce9c2de751
18 changed files with 320 additions and 22 deletions
12
system.json
12
system.json
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"id": "fst",
|
||||
"title": "Foundry System Template",
|
||||
"id": "taf",
|
||||
"title": "Text-Based Actors",
|
||||
"description": "",
|
||||
"version": "0.0.0",
|
||||
"download": "",
|
||||
|
|
@ -15,12 +15,16 @@
|
|||
"esmodules": [
|
||||
"src/main.mjs"
|
||||
],
|
||||
"styles": [],
|
||||
"styles": [
|
||||
".styles/root.css"
|
||||
],
|
||||
"packs": [],
|
||||
"documentTypes": {
|
||||
"Actor": {
|
||||
"player": {
|
||||
"htmlFields": [],
|
||||
"htmlFields": [
|
||||
"content"
|
||||
],
|
||||
"filePathFields": {}
|
||||
}
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue