mb-assets/module.json
2025-06-30 12:21:35 -05:00

91 lines
2.0 KiB
JSON

{
"id": "mb-assets",
"title": "MB assets",
"version": "1.3.0",
"compatibility": {
"minimum": "12",
"verified": "13"
},
"description": "<p>A collection of useful assets in a convenient package, for personal use only</p>",
"url": "https://git.bloy.org/foundryvtt/mb-assets",
"packs": [
{
"name": "playlists",
"label": "Playlists",
"path": "packs/playlists",
"type": "Playlist",
"ownership": {
"PLAYER": "OBSERVER",
"ASSISTANT": "OWNER"
}
},
{
"name": "asset-macros",
"label": "Asset Macros",
"path": "packs/asset-macros",
"type": "Macro",
"ownership": {
"PLAYER": "OBSERVER",
"ASSISTANT": "OWNER"
}
},
{
"name": "journal-templates",
"label": "Journal Templates",
"path": "packs/journal-templates",
"type": "JournalEntry",
"ownership": {
"PLAYER": "OBSERVER",
"ASSISTANT": "OWNER"
}
},
{
"name": "mass-edit-presets",
"label": "MB Asset Mass Edit Presets",
"path": "packs/mass-edit-presets",
"type": "JournalEntry",
"ownership": {
"PLAYER": "OBSERVER",
"ASSISTANT": "OWNER"
}
}
],
"packFolders": [
{
"name": "MB Assets",
"sorting": "m",
"color": "#808080",
"folders": [],
"packs": [
"journal-templates",
"asset-macros",
"mass-edit-presets",
"playlists"
]
}
],
"manifest": "https://git.bloy.org/foundryvtt/mb-assets/raw/branch/main/module.json",
"download": "https://git.bloy.org/foundryvtt/mb-assets/archive/main.zip",
"license": "./LICENSE",
"readme": "./README.md",
"relationships": {
"recommends": [
{
"id": "tokenmagic",
"type": "module",
"compatibility": {}
},
{
"id": "wall-height",
"type": "module",
"compatibility": {}
},
{
"id": "fxmaster",
"type": "module",
"compatibility": {}
}
]
},
"flags": {}
}