initial commit
This commit is contained in:
commit
af8b02071e
6 changed files with 715 additions and 0 deletions
29
module.json
Normal file
29
module.json
Normal file
|
|
@ -0,0 +1,29 @@
|
|||
{
|
||||
"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"
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue