fvtt-rolemaster-frp/system.json

54 lines
1.1 KiB
JSON

{
"id": "fvtt-rolemaster-frp",
"title": "Rolemaster FRP System",
"description": "The Rolemaster FRP system for FoundryVTT.",
"manifest": "https://www.uberwald.me/gitea/public/fvtt-rolemaster-frp/raw/branch/develop/system.json",
"download": "https://www.uberwald.me/gitea/public/fvtt-rolemaster-frp/archive/v12.0.17.zip",
"authors": [
{
"name": "Cynicide",
"email": ""
},
{
"name": "LeRatierBretonnien",
"email": ""
}
],
"version": "12.0.17",
"compatibility": {
"minimum": "12",
"verified": "12"
},
"esmodules":[
"rmfrp.js"
],
"styles": ["rmfrp.css"],
"packs": [ {
"name": "skill_categories",
"label": "Skill Categories",
"system": "fvtt-rolemaster-frp",
"path": "./packs/skill_categories",
"type": "Item"
},
{
"name": "skill",
"label": "Skills",
"system": "fvtt-rolemaster-frp",
"path": "./packs/skills",
"type": "Item"
}
],
"languages": [
{
"lang": "en",
"name": "English",
"path": "lang/en.json"
}
],
"grid": {
"distance": 5,
"units": "ft"
},
"license": "LICENSE.txt"
}