Fix compendiums
This commit is contained in:
parent
f777131374
commit
5ca0362773
13
system.json
13
system.json
@ -3,7 +3,7 @@
|
|||||||
"title": "Rolemaster FRP System",
|
"title": "Rolemaster FRP System",
|
||||||
"description": "The Rolemaster FRP system for FoundryVTT.",
|
"description": "The Rolemaster FRP system for FoundryVTT.",
|
||||||
"manifest": "https://www.uberwald.me/gitea/public/fvtt-rolemaster-frp/raw/branch/develop/system.json",
|
"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.10.zip",
|
"download": "https://www.uberwald.me/gitea/public/fvtt-rolemaster-frp/archive/v12.0.11.zip",
|
||||||
"authors": [
|
"authors": [
|
||||||
{
|
{
|
||||||
"name": "Cynicide",
|
"name": "Cynicide",
|
||||||
@ -14,7 +14,7 @@
|
|||||||
"email": ""
|
"email": ""
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"version": "12.0.10",
|
"version": "12.0.11",
|
||||||
"compatibility": {
|
"compatibility": {
|
||||||
"minimum": "12",
|
"minimum": "12",
|
||||||
"verified": "12"
|
"verified": "12"
|
||||||
@ -27,7 +27,14 @@
|
|||||||
"name": "skill_categories",
|
"name": "skill_categories",
|
||||||
"label": "Skill Categories",
|
"label": "Skill Categories",
|
||||||
"system": "fvtt-rolemaster-frp",
|
"system": "fvtt-rolemaster-frp",
|
||||||
"path": "./packs/skill_categories.db",
|
"path": "./packs/skill_categories",
|
||||||
|
"type": "Item"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "skill",
|
||||||
|
"label": "Skills",
|
||||||
|
"system": "fvtt-rolemaster-frp",
|
||||||
|
"path": "./packs/skills",
|
||||||
"type": "Item"
|
"type": "Item"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
Loading…
Reference in New Issue
Block a user