Files
starlit-sentinel-automation/module.json
2024-08-29 20:18:03 +00:00

25 lines
746 B
JSON

{
"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"
}
],
"manifest": "https://git.ascarion.org/daniel/starlit-sentinel-automation/raw/master/module.json",
"download": "https://git.ascarion.org/daniel/starlit-sentinel-automation/archive/0.0.1.zip"
}