This commit is contained in:
2024-08-29 20:04:52 +00:00
commit cae0a86499
6 changed files with 24 additions and 0 deletions

22
module.json Normal file
View File

@@ -0,0 +1,22 @@
{
"id": "starlit-sentinel-automation",
"title": "Starlit Sentinel Automation",
"description": "A very few automation items for Starlit Sentinel",
"authors": [
{"name": "Daniel"}
],
"version": "0.0.1",
"compatibility": {
"minimum": "12",
"verified": "12"
},
"packs": [
{
"name": "items",
"label": "Starlit Sentinel",
"path": "packs/items.db",
"entity": "Item",
"system": "pf2e"
}
]
}