Get the base Actor sheet working w/ collaboration

This commit is contained in:
Oliver-Akins 2024-08-28 22:36:12 -06:00
parent 60b0072bcc
commit ce9c2de751
18 changed files with 320 additions and 22 deletions

View file

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