{ "id": "ashdom", "title": "ASHDOM", "description": "The ASHDOM Roleplaying Game System", "version": "0.2.21", "url": "https://github.com/Skyeris/ashdom-foundry", "manifest": "https://raw.githubusercontent.com/Skyeris/ashdom-foundry/main/system.json", "download": "https://github.com/Skyeris/ashdom-foundry/releases/download/v0.2.21/ashdom.zip", "readme": "https://github.com/Skyeris/ashdom-foundry/blob/main/README.md", "license": "https://github.com/Skyeris/ashdom-foundry/blob/main/LICENSE", "changelog": "https://github.com/Skyeris/ashdom-foundry/releases", "bugs": "https://github.com/Skyeris/ashdom-foundry/issues", "compatibility": { "minimum": "13", "verified": "14" }, "authors": [ { "name": "Skyeris", "url": "https://github.com/Skyeris", "discord": "Skyeris" } ], "esmodules": [ "ashdom.mjs" ], "styles": [ "styles/ashdom.css" ], "languages": [ { "lang": "en", "name": "English", "path": "lang/en.json" } ], "packs": [ { "name": "weapons", "label": "ASHDOM Weapons", "system": "ashdom", "path": "packs/weapons", "type": "Item" }, { "name": "armor", "label": "ASHDOM Armor", "system": "ashdom", "path": "packs/armor", "type": "Item" }, { "name": "perks", "label": "ASHDOM Perks & Traits", "system": "ashdom", "path": "packs/perks", "type": "Item" }, { "name": "skill-specs", "label": "ASHDOM Skill Specs", "system": "ashdom", "path": "packs/skill-specs", "type": "Item" }, { "name": "gear", "label": "ASHDOM Gear", "system": "ashdom", "path": "packs/gear", "type": "Item" }, { "name": "consumables", "label": "ASHDOM Consumables", "system": "ashdom", "path": "packs/consumables", "type": "Item" }, { "name": "modifications", "label": "ASHDOM Modifications", "system": "ashdom", "path": "packs/modifications", "type": "Item" }, { "name": "ammunition", "label": "ASHDOM Ammunition", "system": "ashdom", "path": "packs/ammunition", "type": "Item" }, { "name": "robot-parts", "label": "ASHDOM Robot Parts", "system": "ashdom", "path": "packs/robot-parts", "type": "Item" }, { "name": "literature", "label": "ASHDOM Literature", "system": "ashdom", "path": "packs/literature", "type": "Item" }, { "name": "misc-items", "label": "ASHDOM Misc. Items", "system": "ashdom", "path": "packs/misc-items", "type": "Item" }, { "name": "legendary-items", "label": "ASHDOM Legendary Items", "system": "ashdom", "path": "packs/legendary-items", "type": "Item" }, { "name": "vehicles", "label": "ASHDOM Vehicles", "system": "ashdom", "path": "packs/vehicles", "type": "Item" }, { "name": "vehicle-mods", "label": "ASHDOM Vehicle Mods", "system": "ashdom", "path": "packs/vehicle-mods", "type": "Item" }, { "name": "implants", "label": "ASHDOM Implants", "system": "ashdom", "path": "packs/implants", "type": "Item" }, { "name": "cybernetics", "label": "ASHDOM Cybernetics", "system": "ashdom", "path": "packs/cybernetics", "type": "Item" } ], "documentTypes": { "Actor": { "character": { "htmlFields": [] }, "npc": { "htmlFields": [] } }, "Item": { "weapon": {}, "armor": {}, "perk": {}, "skillSpec": {}, "gear": {}, "consumable": {}, "mod": {}, "ammunition": {}, "robotPart": {}, "literature": {}, "misc": {}, "legendary": {}, "vehicle": {}, "vehicleMod": {}, "implant": {}, "cybernetic": {} } } }