29 lines
647 B
JSON
29 lines
647 B
JSON
{
|
|
"id": "dh-attribution-sources",
|
|
"title": "Daggerheart Custom Attribution Sources",
|
|
"description": "Allows GMs to add, update, and remove custom attribution sources for items without modifying default system or other modules' attribution sources.",
|
|
"version": "1.0.0",
|
|
"compatibility": {
|
|
"minimum": "12",
|
|
"verified": "14"
|
|
},
|
|
"authors": [
|
|
{
|
|
"name": "cptn_cosmo"
|
|
}
|
|
],
|
|
"relationships": {
|
|
"systems": [
|
|
{
|
|
"id": "daggerheart",
|
|
"type": "system"
|
|
}
|
|
]
|
|
},
|
|
"esmodules": [
|
|
"scripts/dh-attribution-sources.mjs"
|
|
],
|
|
"styles": [
|
|
"styles/dh-attribution-sources.css"
|
|
]
|
|
}
|