Rework folder organization
This commit is contained in:
45
system.json
Normal file
45
system.json
Normal file
@ -0,0 +1,45 @@
|
||||
{
|
||||
"name": "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/rmss/system.json",
|
||||
"authors": [
|
||||
{
|
||||
"name": "Cynicide",
|
||||
"email": ""
|
||||
},
|
||||
{
|
||||
"name": "LeRatierBretonnien",
|
||||
"email": ""
|
||||
}
|
||||
],
|
||||
"version": "12.0.0",
|
||||
"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"
|
||||
}
|
Reference in New Issue
Block a user