Gestion de l'import skill/categories

This commit is contained in:
2024-08-10 00:15:44 +02:00
parent 8b37e16915
commit de884cbd22
27 changed files with 70 additions and 34 deletions

View File

@@ -3,7 +3,7 @@
"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.12.zip",
"download": "https://www.uberwald.me/gitea/public/fvtt-rolemaster-frp/archive/v12.0.13.zip",
"authors": [
{
"name": "Cynicide",
@@ -14,7 +14,7 @@
"email": ""
}
],
"version": "12.0.12",
"version": "12.0.13",
"compatibility": {
"minimum": "12",
"verified": "12"
@@ -31,10 +31,17 @@
"type": "Item"
},
{
"name": "skill",
"label": "Skills",
"name": "skill-merp",
"label": "Skills (MERP)",
"system": "fvtt-rolemaster-frp",
"path": "./packs/skills",
"path": "./packs/skills-merp",
"type": "Item"
},
{
"name": "skill-rmfrp",
"label": "Skills (RMFRP)",
"system": "fvtt-rolemaster-frp",
"path": "./packs/skills-rmfrp",
"type": "Item"
}
],