fvtt-rolemaster-frp/system.json

70 lines
1.3 KiB
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-23 11:45:23 +02:00
"download": "https://www.uberwald.me/gitea/public/fvtt-rolemaster-frp/archive/v12.0.17.zip",
2024-07-26 09:20:48 +02:00
"authors": [
{
"name": "Cynicide",
"email": ""
},
{
"name": "LeRatierBretonnien",
"email": ""
}
],
2024-08-23 11:45:23 +02:00
"version": "12.0.17",
2024-07-26 09:20:48 +02:00
"compatibility": {
"minimum": "12",
"verified": "12"
},
"esmodules":[
"rmfrp.js"
2024-07-26 09:20:48 +02:00
],
"styles": ["rmfrp.css"],
2024-07-26 09:20:48 +02:00
"packs": [ {
"name": "skill_categories",
"label": "Skill Categories",
"system": "fvtt-rolemaster-frp",
2024-08-09 08:44:14 +02:00
"path": "./packs/skill_categories",
"type": "Item"
},
{
2024-08-10 00:24:15 +02:00
"name": "skill",
"label": "Skills",
2024-08-09 08:44:14 +02:00
"system": "fvtt-rolemaster-frp",
2024-08-10 00:24:15 +02:00
"path": "./packs/skills",
2024-07-26 09:20:48 +02:00
"type": "Item"
}
],
"languages": [
{
"lang": "en",
"name": "English",
"path": "lang/en.json"
}
],
"grid": {
"distance": 5,
"units": "ft"
},
2024-09-30 13:41:44 +02:00
"license": "LICENSE.txt",
"flags": {
"hotReload": {
"extensions": [
"css",
"hbs",
"html",
"json"
],
"paths": [
"./",
"lang/",
"assets/",
"templates/"
]
}
}
2024-07-26 09:20:48 +02:00
}