fvtt-rolemaster-frp/system.json

47 lines
1007 B
JSON
Raw Normal View History

2024-07-26 09:20:48 +02:00
{
2024-07-26 14:19:40 +02:00
"id": "fvtt-rolemaster-frp",
2024-07-26 09:20:48 +02:00
"title": "Rolemaster FRP System",
"description": "The Rolemaster FRP system for FoundryVTT.",
2024-07-26 14:21:23 +02:00
"manifest": "https://www.uberwald.me/gitea/public/fvtt-rolemaster-frp/raw/branch/develop/system.json",
2024-08-07 17:27:08 +02:00
"download": "https://www.uberwald.me/gitea/public/fvtt-rolemaster-frp/archive/v12.0.8.zip",
2024-07-26 09:20:48 +02:00
"authors": [
{
"name": "Cynicide",
"email": ""
},
{
"name": "LeRatierBretonnien",
"email": ""
}
],
2024-08-07 17:27:08 +02:00
"version": "12.0.8",
2024-07-26 09:20:48 +02:00
"compatibility": {
"minimum": "12",
"verified": "12"
},
"esmodules":[
"rmss.js"
],
"styles": ["rmss.css"],
"packs": [ {
"name": "skill_categories",
"label": "Skill Categories",
"system": "fvtt-rolemaster-frp",
"path": "./packs/skill_categories.db",
"type": "Item"
}
],
"languages": [
{
"lang": "en",
"name": "English",
"path": "lang/en.json"
}
],
"grid": {
"distance": 5,
"units": "ft"
},
"license": "LICENSE.txt"
}