REFACTOR: remove template.json and migrate document types to module.json

This commit is contained in:
Joaquin Pereyra 2025-05-29 18:20:06 -03:00
parent 4de3e94fd7
commit 4231944b28
2 changed files with 29 additions and 46 deletions

View file

@ -435,6 +435,35 @@
"distance": 5,
"units": "feet"
},
"documentTypes": {
"Actor": {
"pc": {},
"npc": {},
"adversary": {},
"environment": {}
},
"Item": {
"ancestry": {},
"community": {},
"class": {},
"subclass": {},
"feature": {},
"domainCard": {},
"miscellaneous": {},
"consumable": {},
"weapon": {},
"armor": {}
},
"Combat": {
"combat": {}
},
"ChatMessage": {
"dualityRoll": {},
"adversaryRoll": {},
"damageRoll": {},
"abilityUse": {}
}
},
"primaryTokenAttribute": "resources.health",
"secondaryTokenAttribute": "resources.stress",
"url": "https://your/hosted/system/repo/",