Compendiums and small fixes

This commit is contained in:
2022-08-24 20:24:22 +02:00
parent 75614e3b8e
commit c5a742dd13
25 changed files with 557 additions and 140 deletions

View File

@ -24,7 +24,7 @@
"name": "fvtt-pegasus-rpg",
"packs": [
{
"entity": "Item",
"type": "Item",
"label": "Specialisations",
"name": "specialisations",
"path": "./packs/specialisations.db",
@ -34,7 +34,7 @@
]
},
{
"entity": "Item",
"type": "Item",
"label": "Racial Abilities",
"name": "racial-abilities",
"path": "./packs/racial-abilities.db",
@ -44,7 +44,7 @@
]
},
{
"entity": "Item",
"type": "Item",
"label": "Perks",
"name": "perk",
"path": "./packs/perk.db",
@ -54,7 +54,7 @@
]
},
{
"entity": "Item",
"type": "Item",
"label": "Powers",
"name": "powers",
"path": "./packs/powers.db",
@ -64,7 +64,7 @@
]
},
{
"entity": "Item",
"type": "Item",
"label": "Race",
"name": "race",
"path": "./packs/race.db",
@ -74,7 +74,7 @@
]
},
{
"entity": "Item",
"type": "Item",
"label": "Role",
"name": "role",
"path": "./packs/role.db",
@ -84,17 +84,7 @@
]
},
{
"entity": "Item",
"label": "Unique Role Perks",
"name": "unique-role-perks",
"path": "./packs/unique-role-perks.db",
"system": "fvtt-pegasus-rpg",
"tags": [
"perk"
]
},
{
"entity": "Item",
"type": "Item",
"label": "Effects",
"name": "effect",
"path": "./packs/effect.db",
@ -104,7 +94,7 @@
]
},
{
"entity": "Item",
"type": "Item",
"label": "Armour",
"name": "armour",
"path": "./packs/armour.db",
@ -114,7 +104,7 @@
]
},
{
"entity": "Item",
"type": "Item",
"label": "Equipment",
"name": "equipment",
"path": "./packs/equipment.db",
@ -124,7 +114,7 @@
]
},
{
"entity": "Item",
"type": "Item",
"label": "Shields",
"name": "shields",
"path": "./packs/shields.db",
@ -134,7 +124,7 @@
]
},
{
"entity": "Item",
"type": "Item",
"label": "Melee Weapons",
"name": "melee-weapons",
"path": "./packs/melee-weapons.db",
@ -144,7 +134,7 @@
]
},
{
"entity": "Item",
"type": "Item",
"label": "Ranged Weapons",
"name": "ranged-weapons",
"path": "./packs/ranged-weapons.db",
@ -154,7 +144,7 @@
]
},
{
"entity": "Item",
"type": "Item",
"label": "Currency",
"name": "currency",
"path": "./packs/currency.db",
@ -164,7 +154,7 @@
]
},
{
"entity": "Item",
"type": "Item",
"label": "Macros",
"name": "macro-commands",
"path": "./packs/macro-commands.db",
@ -172,6 +162,96 @@
"tags": [
"macro", "command"
]
},
{
"type": "Item",
"label": "Vehicle - Weapon modules",
"name": "vm-vehicle-weapons-modules",
"path": "./packs/vm-vehicle-weapons-modules.db",
"system": "fvtt-pegasus-rpg",
"tags": [
"weapon", "vehicle"
]
},
{
"type": "Item",
"label": "Vehicle - Propulsion modules",
"name": "vm-vehicle-propulsion-modules",
"path": "./packs/vm-vehicle-propulsion-modules.db",
"system": "fvtt-pegasus-rpg",
"tags": [
"propulsion", "vehicle"
]
},
{
"type": "Item",
"label": "Vehicle - Power core modules",
"name": "vm-vehicle-power-core-module",
"path": "./packs/vm-vehicle-power-core-module.db",
"system": "fvtt-pegasus-rpg",
"tags": [
"propulsion", "vehicle"
]
},
{
"type": "Item",
"label": "Vehicle - Modules",
"name": "vm-vehicle-module",
"path": "./packs/vm-vehicle-module.db",
"system": "fvtt-pegasus-rpg",
"tags": [
"module", "vehicle"
]
},
{
"type": "Item",
"label": "Vehicle - Mobility module",
"name": "vm-vehicle-mobility-module",
"path": "./packs/vm-vehicle-mobility-module.db",
"system": "fvtt-pegasus-rpg",
"tags": [
"mobility", "vehicle"
]
},
{
"type": "Item",
"label": "Vehicle - Hull module",
"name": "vm-vehicle-hulls",
"path": "./packs/vm-vehicle-hulls.db",
"system": "fvtt-pegasus-rpg",
"tags": [
"hull", "vehicle"
]
},
{
"type": "Item",
"label": "Vehicle - Combt module",
"name": "vm-vehicle-combat-module",
"path": "./packs/vm-vehicle-combat-module.db",
"system": "fvtt-pegasus-rpg",
"tags": [
"combat", "vehicle"
]
},
{
"type": "Item",
"label": "Vices",
"name": "vices",
"path": "./packs/vices.db",
"system": "fvtt-pegasus-rpg",
"tags": [
"vice"
]
},
{
"type": "Item",
"label": "Virtues",
"name": "virtues",
"path": "./packs/virtues.db",
"system": "fvtt-pegasus-rpg",
"tags": [
"virtue"
]
}
],
"primaryTokenAttribute": "secondary.health",
@ -180,9 +260,9 @@
"styles": [
"styles/simple.css"
],
"templateVersion": 106,
"templateVersion": 108,
"title": "Pegasus RPG",
"url": "https://www.uberwald.me/data/files/fvtt-pegasus-rpg",
"version": "0.6.22",
"version": "0.6.24",
"background" : "./images/ui/pegasus_welcome_page.webp"
}