From bec54370e56ebe85a4aa29fea706cf71f4d57b82 Mon Sep 17 00:00:00 2001 From: Anthony Vadala Date: Fri, 16 Apr 2021 15:41:08 -0400 Subject: [PATCH] Updated module.json --- module.json | 78 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 78 insertions(+) create mode 100644 module.json diff --git a/module.json b/module.json new file mode 100644 index 0000000..3493bf3 --- /dev/null +++ b/module.json @@ -0,0 +1,78 @@ +{ + "name": "foundry_community_macros", + "title": "Foundry Community Macros", + "description": "

This is a collection of Macros added by the FoundryVTT Community!

You can add your own macros by making a pull request here: https://github.com/foundry-vtt-community/macros

", + "version": "0.39", + "author": "FoundryVTTCommunity", + "packs": [ + { + "name": "community-macros-5e", + "label": "FVTT Community Macros - D&D 5e", + "path": "packs/macros-5e.db", + "module": "foundry_community_macros", + "entity": "Macro" + }, + { + "name": "community-macros-age", + "label": "FVTT Community Macros - AGE System", + "path": "packs/macros-age.db", + "module": "foundry_community_macros", + "entity": "Macro" + }, + { + "name": "community-macros-pf1e", + "label": "FVTT Community Macros - Pathfinder 1e", + "path": "packs/macros-pf1e.db", + "module": "foundry_community_macros", + "entity": "Macro" + }, + { + "name": "community-macros-pf2e", + "label": "FVTT Community Macros - Pathfinder 2e", + "path": "packs/macros-pf2e.db", + "module": "foundry_community_macros", + "entity": "Macro" + }, + { + "name": "community-macros-misc", + "label": "FVTT Community Macros - Misc", + "path": "packs/macros-misc.db", + "module": "foundry_community_macros", + "entity": "Macro" + }, + { + "name": "community-macros-module-specific", + "label": "FVTT Community Macros - Module Specific", + "path": "packs/macros-module-specific.db", + "module": "foundry_community_macros", + "entity": "Macro" + }, + { + "name": "community-macros-roll", + "label": "FVTT Community Macros - Roll", + "path": "packs/macros-roll.db", + "module": "foundry_community_macros", + "entity": "Macro" + }, + { + "name": "community-macros-token", + "label": "FVTT Community Macros - Token", + "path": "packs/macros-token.db", + "module": "foundry_community_macros", + "entity": "Macro" + }, + { + "name": "community-macros-wfrp4e", + "label": "FVTT Community Macros - Warhammer 4e", + "path": "packs/macros-wfrp4e.db", + "module": "foundry_community_macros", + "entity": "Macro" + } + ], + "url": "https://github.com/foundry-vtt-community/macros", + "manifest": "https://raw.githubusercontent.com/foundry-vtt-community/macros/master/module.json", + "download": "https://github.com/foundry-vtt-community/macros/archive/v0.39.zip", + "socket": true, + "minimumCoreVersion": "0.7.8", + "compatibleCoreVersion": "0.7.9" +}