fvtt-rolemaster-frp/system.json

44 lines
902 B
JSON
Raw Normal View History

2022-08-29 12:22:04 +02:00
{
"name": "rmss",
"title": "Rolemaster Standard System",
"description": "The Rolemaster Standard System system for FoundryVTT.",
2024-03-28 11:40:20 +01:00
"authors": [{
"name": "Cynicide"
}],
"version": "0.0.3",
2024-03-28 11:40:20 +01:00
"compatibility": {
"minimum": 10,
"verified": "11.315",
"maximum": 11
},
2022-08-29 12:22:04 +02:00
"esmodules":[
"rmss.js"
],
"styles": ["rmss.css"],
"packs": [ {
2024-03-28 11:40:20 +01:00
"name": "rmss_skill_categories",
"label": "RMSS Skill Categories",
2022-08-29 12:22:04 +02:00
"system": "rmss",
2024-03-28 11:40:20 +01:00
"path": "./packs/rmss_skill_categories.db",
"type": "Item"
},
{
"name": "smss_skill_categories",
"label": "Spacemaster Skill Categories",
"system": "rmss",
"path": "./packs/smss_skill_categories.db",
2022-08-29 12:22:04 +02:00
"type": "Item"
}
],
"languages": [
{
"lang": "en",
"name": "English",
"path": "lang/en.json"
}
],
"gridDistance": 5,
"gridUnits": "ft",
"license": "LICENSE.txt"
}