{ "name": "foundry-ironsworn", "title": "Ironsworn", "description": "An implementation of the Ironsworn system. Based entirely on the Simple Worldbuilding System for Foundry designed by Atropos.", "version": "0.2.5", "minimumCoreVersion": "0.7.5", "compatibleCoreVersion": "0.7.9", "templateVersion": 2, "author": "Ben Straub", "esmodules": [ "module/ironsworn.js" ], "styles": [ "styles/ironsworn.css" ], "packs": [ { "name": "ironsworntables", "label": "Ironsworn Tables", "system": "foundry-ironsworn", "path": "packs/tables.db", "entity": "RollTable" }, { "name": "ironswornitems", "label": "Ironsworn Moves", "system": "foundry-ironsworn", "path": "packs/items.db", "entity": "Item" }, { "name": "ironswornassets", "label": "Ironsworn Assets", "system": "foundry-ironsworn", "path": "packs/assets.db", "entity": "Item" }, { "name": "ironswornscenes", "label": "Ironsworn Maps", "system": "foundry-ironsworn", "path": "packs/scenes.db", "entity": "Scene" } ], "languages": [ { "lang": "en", "name": "English", "path": "lang/en.json" }, { "lang": "de", "name": "Deutsch", "path": "lang/de.json" }, { "lang": "cn", "name": "中文", "path": "lang/cn.json" } ], "gridDistance": 5, "gridUnits": "ft", "primaryTokenAttribute": "health", "secondaryTokenAttribute": "power", "url": "https://github.com/ben/foundry-ironsworn", "manifest": "https://raw.githubusercontent.com/ben/foundry-ironsworn/main/system.json", "download": "http://github.com/ben/foundry-ironsworn/archive/0.2.5.zip", "license": "LICENSE.txt" }