mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-12 03:31:07 +01:00
33 lines
No EOL
686 B
JSON
33 lines
No EOL
686 B
JSON
{
|
|
"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": {}
|
|
}
|
|
} |