first commit

This commit is contained in:
Mike Bloy 2023-06-23 13:42:36 -05:00
commit f6e8d98f99

25
module.json Normal file
View File

@ -0,0 +1,25 @@
{
"id": "mb-pfsw-kingmaker",
"title": "Pathfinder Kingmaker",
"version": "0.1.0",
"compatibility": {
"minimum": "11",
"verified": "11"
},
"authors": [
{
"name": "Mike Bloy",
"email": "mike@bloy.org"
}
],
"url": "https://git.bloy.org/foundryvtt/mb-pfsw-kingmaker",
"packs": [
{
"label": "Chapter 1",
"name": "adventure-chapter-1",
"type": "Adventure",
"system": "swade",
"path": "packs/adventure-chapter-1"
}
]
}