Fix powers

This commit is contained in:
2022-12-29 20:30:28 +01:00
parent 73e1b1f68a
commit a91eb3d7bd
16 changed files with 122 additions and 73 deletions

View File

@ -21,15 +21,6 @@
],
"license": "LICENSE.txt",
"packs": [
{
"type": "Item",
"label": "Armors",
"name": "armor",
"path": "packs/armor.db",
"system": "fvtt-hero-system-6",
"private": false,
"flags": {}
},
{
"type": "Item",
"label": "Equipments",
@ -39,15 +30,6 @@
"private": false,
"flags": {}
},
{
"type": "Item",
"label": "Shields",
"name": "shields",
"path": "packs/shields.db",
"system": "fvtt-hero-system-6",
"private": false,
"flags": {}
},
{
"type": "Item",
"label": "Weapons",
@ -59,18 +41,36 @@
},
{
"type": "Item",
"label": "Currency",
"name": "currency",
"path": "packs/currency.db",
"label": "Skills",
"name": "skills",
"path": "packs/skills.db",
"system": "fvtt-hero-system-6",
"private": false,
"flags": {}
},
{
"type": "Item",
"label": "Skills",
"name": "skills",
"path": "packs/skills.db",
"label": "Powers",
"name": "powers",
"path": "packs/powers.db",
"system": "fvtt-hero-system-6",
"private": false,
"flags": {}
},
{
"type": "Item",
"label": "Complications",
"name": "complications",
"path": "packs/complications.db",
"system": "fvtt-hero-system-6",
"private": false,
"flags": {}
},
{
"type": "Item",
"label": "Perks",
"name": "perks",
"path": "packs/perks.db",
"system": "fvtt-hero-system-6",
"private": false,
"flags": {}
@ -82,7 +82,7 @@
"styles": [
"styles/simple.css"
],
"version": "10.0.2",
"version": "10.0.3",
"compatibility": {
"minimum": "10",
"verified": "10",
@ -90,7 +90,7 @@
},
"title": "Hero System v6 for FoundrtVTT (Official)",
"manifest": "https://www.uberwald.me/gitea/uberwald/fvtt-hero-system-6/raw/branch/main/system.json",
"download": "https://www.uberwald.me/gitea/uberwald/fvtt-hero-system-6/archive/fvtt-hero-system-6-v10.0.2.zip",
"download": "https://www.uberwald.me/gitea/uberwald/fvtt-hero-system-6/archive/fvtt-hero-system-6-v10.0.3.zip",
"url": "https://www.uberwald.me/gitea/uberwald/",
"background": "images/ui/hro6_welcome_page.webp",
"id": "fvtt-hero-system-6"