Compendiums and small fixes

This commit is contained in:
2022-08-25 20:29:45 +02:00
parent c5a742dd13
commit f92d8552bc
16 changed files with 149 additions and 158 deletions

View File

@ -86,8 +86,8 @@
{
"type": "Item",
"label": "Effects",
"name": "effect",
"path": "./packs/effect.db",
"name": "effects",
"path": "./packs/effects.db",
"system": "fvtt-pegasus-rpg",
"tags": [
"effect"
@ -196,8 +196,8 @@
{
"type": "Item",
"label": "Vehicle - Modules",
"name": "vm-vehicle-module",
"path": "./packs/vm-vehicle-module.db",
"name": "vm-vehicle-modules",
"path": "./packs/vm-vehicle-modules.db",
"system": "fvtt-pegasus-rpg",
"tags": [
"module", "vehicle"
@ -225,7 +225,7 @@
},
{
"type": "Item",
"label": "Vehicle - Combt module",
"label": "Vehicle - Combat module",
"name": "vm-vehicle-combat-module",
"path": "./packs/vm-vehicle-combat-module.db",
"system": "fvtt-pegasus-rpg",
@ -252,6 +252,16 @@
"tags": [
"virtue"
]
},
{
"type": "Item",
"label": "ZZ-Admin-FX",
"name": "zz-adminfx-zz",
"path": "./packs/zz-adminfx-zz.db",
"system": "fvtt-pegasus-rpg",
"tags": [
"fx"
]
}
],
"primaryTokenAttribute": "secondary.health",
@ -263,6 +273,6 @@
"templateVersion": 108,
"title": "Pegasus RPG",
"url": "https://www.uberwald.me/data/files/fvtt-pegasus-rpg",
"version": "0.6.24",
"version": "0.6.25",
"background" : "./images/ui/pegasus_welcome_page.webp"
}