{ "name": "bounty-hunter-ttrpg", "title": "Bounty Hunter", "description": "Rumor is you want in on the Bounty Hunting business and why not? You and your little ragtag band are already turning a few heads in this sector with your… novel way of delivering wanted folk. But space is a vast, not to mention, dangerously err, dangerous, and if you want to rise like cream, you’ve a lot to learn (unless you’re thinking of how Glururk cream rises, I’d avoid that entirely if I were you). My advice? Keep it closer and safer than your RAN rifle and never be afraid to refer to it, even during sticky situations.", "version": "1.0.2", "minimumCoreVersion": "0.8.5", "compatibleCoreVersion": "0.8.5", "author": "Maxter", "scripts": [ "script/settings-extender.js" ], "esmodules": ["script/init.js", "script/import.js"], "styles": [ "style/common.css", "style/character.css", "style/starship.css", "style/item.css", "style/chat.css", "style/combat.css", "style/character-creation.css" ], "packs": [ { "name": "bounty-hunter-ttrpg-scenes", "label": "Bounty Hunter TTRPG scenes", "system": "bounty-hunter-ttrpg", "path": "./packs/bounty-hunter-ttrpg-scenes.db", "entity": "Scene" }, { "name": "welcome-journal", "label": "Welcome journal", "system": "bounty-hunter-ttrpg", "path": "./packs/welcome-journal.db", "entity": "JournalEntry" }, { "name": "skills-items", "label": "Skills items", "system": "bounty-hunter-ttrpg", "path": "./packs/skills-items.db", "entity": "Item" }, { "name": "abilities-items", "label": "Abilities items", "system": "bounty-hunter-ttrpg", "path": "./packs/abilities-items.db", "entity": "Item" }, { "name": "gear-items", "label": "Gear items", "system": "bounty-hunter-ttrpg", "path": "./packs/gear-items.db", "entity": "Item" }, { "name": "starship-components-items", "label": "Starship Components items", "system": "bounty-hunter-ttrpg", "path": "packs/starship-components-items.db", "entity": "Item" }, { "name": "starships-actors", "label": "Starships actors", "system": "bounty-hunter-ttrpg", "path": "./packs/starships-actors.db", "entity": "Actor" }, { "name": "adversaries-actors", "label": "Adversaries actors", "system": "bounty-hunter-ttrpg", "path": "./packs/adversaries-actors.db", "entity": "Actor" } ], "languages": [ { "lang": "en", "name": "English", "path": "lang/en.json" }, { "lang": "ru", "name": "Russian", "path": "lang/ru.json" } ], "gridDistance": 1, "gridUnits": "m", "primaryTokenAttribute": "bio.ap", "secondaryTokenAttribute": null, "url": "https://github.com/maxstar/bounty-hunter-ttrpg", "socket": true, "manifest": "https://raw.githubusercontent.com/maxstar/bounty-hunter-ttrpg/master/system.json", "download": "https://github.com/maxstar/bounty-hunter-ttrpg/archive/refs/tags/1.0.2.zip" }