{ "name": "sfrpg", "title": "Starfinder", "description": "A game system for running Starfinder in the Foundry VTT environment.", "version": "0.5.1.0", "author": "wildj79", "templateVersion": 2, "schema": 0.003, "scripts": [ "lib/popperjs/core/popper.min.js", "lib/tippy/tippy.min.js" ], "esmodules": [ "sfrpg.js" ], "styles": [ "styles/tippy.css", "sfrpg.css" ], "packs": [ { "name": "equipment", "label": "Equipment", "system": "sfrpg", "path": "./packs/equipment.db", "entity": "Item" }, { "name": "feats", "label": "Feats", "system": "sfrpg", "path": "./packs/feats.db", "entity": "Item" }, { "name": "spells", "label": "Spells", "system": "sfrpg", "path": "./packs/spells.db", "entity": "Item" }, { "name": "races", "label": "Races", "system": "sfrpg", "path": "./packs/races.db", "entity": "Item" }, { "label": "Classes", "entity": "Item", "name": "classes", "path": "./packs/classes.db", "system": "sfrpg" }, { "label": "Themes", "entity": "Item", "name": "themes", "path": "./packs/themes.db", "system": "sfrpg" }, { "label": "Starship Weapons", "entity": "Item", "name": "starship-weapons", "path": "./packs/starship-weapons.db", "system": "sfrpg" }, { "label": "SFRPG Rules", "entity": "JournalEntry", "name": "rules", "path": "./packs/rules.db", "system": "sfrpg" }, { "label": "Tables", "entity": "RollTable", "name": "tables", "path": "./packs/tables.db", "system": "sfrpg" }, { "label": "Conditions", "entity": "Item", "name": "conditions", "path": "./packs/conditions.db", "system": "sfrpg" }, { "label": "Class Features", "entity": "Item", "name": "class-features", "path": "./packs/class-features.db", "system": "sfrpg" }, { "label": "Universal Creature Rules", "entity": "Item", "name": "universal-creature-rules", "path": "./packs/universal-creature-rules.db", "system": "sfrpg" }, { "label": "Alien Archives", "entity": "Actor", "name": "alien-archives", "path": "./packs/alien-archives.db", "system": "sfrpg" } ], "languages": [ { "lang": "en", "name": "English", "path": "lang/en.json" }, { "lang": "ja", "name": "日本語", "path": "lang/ja.json" }, { "lang": "fr", "name": "Français", "path": "lang/fr.json" } ], "socket": true, "initiative": "1d20 + @abilities.dex.mod + @attributes.init.value", "gridDistance": 5, "gridUnits": "ft", "primaryTokenAttribute": "attributes.hp", "secondaryTokenAttribute": "attributes.sp", "minimumCoreVersion": "0.5.6", "compatibleCoreVersion": "0.6.6", "url": "https://github.com/wildj79/foundryvtt-starfinder", "manifest": "https://raw.githubusercontent.com/wildj79/foundryvtt-starfinder/master/src/system.json", "download": "https://github.com/wildj79/foundryvtt-starfinder/releases/download/v0.5.1.0/sfrpg-v0.5.1.0.zip" }