mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-12 03:31:07 +01:00
Initial commit
This commit is contained in:
commit
aa4021d1a2
163 changed files with 26530 additions and 0 deletions
33
template.json
Normal file
33
template.json
Normal file
|
|
@ -0,0 +1,33 @@
|
|||
{
|
||||
"Actor": {
|
||||
"types": ["pc", "npc", "adversary", "environment"],
|
||||
"pc": {},
|
||||
"npc": {},
|
||||
"adversary": {},
|
||||
"environment": {}
|
||||
},
|
||||
"Item": {
|
||||
"types": ["ancestry", "community", "class", "subclass", "feature", "domainCard", "miscellaneous", "consumable", "weapon", "armor", "test"],
|
||||
"ancestry": {},
|
||||
"community": {},
|
||||
"class": {},
|
||||
"subclass": {},
|
||||
"feature": {},
|
||||
"domainCard": {},
|
||||
"miscellaneous": {},
|
||||
"consumable": {},
|
||||
"weapon": {},
|
||||
"armor": {},
|
||||
"test": {}
|
||||
},
|
||||
"Combat": {
|
||||
"types": ["combat"],
|
||||
"combat": {}
|
||||
},
|
||||
"ChatMessage": {
|
||||
"types": ["dualityRoll", "adversaryRoll", "abilityUse"],
|
||||
"dualityRoll": {},
|
||||
"adversaryRoll": {},
|
||||
"abilityUse": {}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue