module.json 746 B

123456789101112131415161718192021222324
  1. {
  2. "id": "starlit-sentinel-automation",
  3. "title": "Starlit Sentinel Automation",
  4. "description": "A very few automation items for Starlit Sentinel",
  5. "authors": [
  6. {"name": "Daniel"}
  7. ],
  8. "version": "0.0.1",
  9. "compatibility": {
  10. "minimum": "12",
  11. "verified": "12"
  12. },
  13. "packs": [
  14. {
  15. "name": "items",
  16. "label": "Starlit Sentinel",
  17. "path": "packs/items.db",
  18. "entity": "Item",
  19. "system": "pf2e"
  20. }
  21. ],
  22. "manifest": "https://git.ascarion.org/daniel/starlit-sentinel-automation/raw/master/module.json",
  23. "download": "https://git.ascarion.org/daniel/starlit-sentinel-automation/archive/0.0.1.zip"
  24. }