{
	"id": "plutonium",
	"title": "Plutonium",
	"description": "A <a href=\"https://5e.tools\" target=\"_blank\" rel=\"noopener noreferrer\">5etools</a> integration for Foundry VTT.",
	"version": "2.14.1",
	"authors": [
		{
			"name": "Giddy",
			"url": "https://www.patreon.com/Giddy5e",
			"discord": "giddy_",
			"flags": {
				"patreon": "Giddy5e",
				"github": "TheGiddyLimit"
			}
		}
	],
	"readme": "README.md",
	"license": "UNLICENSED",
	"bugs": "https://discord.gg/nGvRCDs",
	"changelog": "https://raw.githubusercontent.com/TheGiddyLimit/plutonium-next/master/CHANGELOG.md",
	"url": "https://www.patreon.com/Giddy5e",
	"manifest": "https://github.com/TheGiddyLimit/plutonium-next/releases/latest/download/module-foundry13.json",
	"download": "https://github.com/TheGiddyLimit/plutonium-next/releases/download/v2.14.1/plutonium-foundry13.zip",
	"compatibility": {
		"minimum": "13",
		"verified": "13.351",
		"maximum": "13.999"
	},
	"socket": true,
	"persistentStorage": true,
	"esmodules": [
		"./js/Bundle.js"
	],
	"styles": [
		"./css/main.css"
	],
	"packs": [
		{
			"name": "macros",
			"label": "Macros",
			"path": "packs/macros",
			"module": "plutonium",
			"system": "dnd5e",
			"type": "Macro"
		}
	],
	"languages": [
		{
			"lang": "en",
			"name": "English",
			"path": "lang/en.json"
		}
	],
	"relationships": {
		"systems": [
			{
				"id": "dnd5e",
				"type": "system",
				"compatibility": {
					"minimum": "5.1.0",
					"verified": "5.2.5",
					"maximum": "5.2.999"
				}
			},
			{
				"id": "dnd4e",
				"type": "system"
			},
			{
				"id": "lancer",
				"type": "system"
			}
		],
		"requires": [
			{
				"id": "lib-wrapper",
				"type": "module",
				"compatibility": {
					"minimum": "1.13.0.0"
				},
				"reason": "libWrapper is used to patch Foundry methods and functions, extending or altering their functionality."
			}
		],
		"conflicts": [
			{
				"id": "better-rolltables",
				"type": "module",
				"reason": "Better Rolltables is incompatible with the \"Render >3 Levels of Folder Nesting\" option, which will be disabled."
			}
		]
	},
	"media": [
		{
			"type": "setup",
			"url": "modules/plutonium/media/img/thumbnail-setup.webp"
		}
	],
	"documentTypes": {
		"JournalEntryPage": {
			"url": {}
		}
	},
	"flags": {
		"attributions": "https://raw.githubusercontent.com/TheGiddyLimit/plutonium-next/master/ATTRIBUTIONS.md"
	}
}