{ "name": "sfrpg", "title": "Starfinder", "description": "A game system for running Starfinder in the Foundry VTT environment.", "version": "0.18.3", "manifestPlusVersion": "1.1.0", "author": "The Starfinder System Developers", "templateVersion": 2, "flags": { "sfrpg": { "schema": 0.006 } }, "scripts": [ "lib/popperjs/core/popper.min.js", "lib/tippy/tippy.min.js" ], "esmodules": [ "sfrpg.js" ], "styles": [ "styles/tippy.css", "sfrpg.css" ], "packs": [ { "name": "archetypes", "label": "Archetypes", "system": "sfrpg", "path": "./packs/archetypes.db", "entity": "Item" }, { "name": "characters", "label": "Characters", "system": "sfrpg", "path": "./packs/characters.db", "entity": "Actor" }, { "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": "Vehicles", "entity": "Actor", "name": "vehicles", "path": "./packs/vehicles.db", "system": "sfrpg" }, { "label": "Starship Components", "entity": "Item", "name": "starship-components", "path": "./packs/starship-components.db", "system": "sfrpg" }, { "label": "Starship Actions", "entity": "Item", "name": "starship-actions", "path": "./packs/starship-actions.db", "system": "sfrpg" }, { "label": "Setting", "entity": "JournalEntry", "name": "setting", "path": "./packs/setting.db", "system": "sfrpg" }, { "label": "Skills", "entity": "JournalEntry", "name": "skills", "path": "./packs/skills.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" }, { "label": "Starships", "entity": "Actor", "name": "starships", "path": "./packs/starships.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" }, { "lang": "de", "name": "Deutsch", "path": "lang/de.json" }, { "lang": "it", "name": "Italian", "path": "lang/it.json" }, { "lang": "pt-BR", "name": "Português (Brasil)", "path": "lang/pt-BR.json" } ], "socket": true, "initiative": "1d20 + @abilities.dex.mod + @attributes.init.value", "gridDistance": 5, "gridUnits": "ft", "primaryTokenAttribute": "attributes.hp", "secondaryTokenAttribute": "attributes.sp", "minimumCoreVersion": "0.8.3", "compatibleCoreVersion": "9", "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.18.3/sfrpg-v0.18.3.zip" }