fvtt-rolemaster-frp/rmss/system.json
2022-09-23 00:51:21 +10:00

32 lines
663 B
JSON

{
"name": "rmss",
"title": "Rolemaster Standard System",
"description": "The Rolemaster Standard System system for FoundryVTT.",
"author": "Cynicide",
"version": "0.0.2",
"minimumCoreVersion": "0.8.6",
"compatibleCoreVersion": "10",
"esmodules":[
"rmss.js"
],
"styles": ["rmss.css"],
"packs": [ {
"name": "skill_categories",
"label": "Skill Categories",
"system": "rmss",
"path": "./packs/skill_categories.db",
"type": "Item"
}
],
"languages": [
{
"lang": "en",
"name": "English",
"path": "lang/en.json"
}
],
"gridDistance": 5,
"gridUnits": "ft",
"license": "LICENSE.txt"
}