mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-11 19:25:21 +01:00
REFACTOR: remove template.json and migrate document types to module.json
This commit is contained in:
parent
4de3e94fd7
commit
4231944b28
2 changed files with 29 additions and 46 deletions
29
system.json
29
system.json
|
|
@ -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/",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue