fvtt-pegasus-rpg/system.json

169 lines
3.7 KiB
JSON
Raw Normal View History

2021-12-02 07:38:59 +01:00
{
"author": "Uberwald",
2021-12-20 11:54:19 +01:00
"compatibleCoreVersion": "9",
2021-12-02 07:38:59 +01:00
"description": "Pegasus RPG system for FoundryVTT",
"download": "https://www.uberwald.me/data/files/fvtt-pegasus-rpg/fvtt-pegasus-rpg.zip",
"esmodules": [
"modules/pegasus-main.js"
],
"gridDistance": 5,
"gridUnits": "m",
"languages": [
{
"lang": "en",
"name": "English",
"path": "lang/en.json"
}
],
"library": false,
"license": "LICENSE.txt",
"manifest": "https://www.uberwald.me/data/files/fvtt-pegasus-rpg/system.json",
"manifestPlusVersion": "1.0.0",
"media": [],
"minimumCoreVersion": "0.8.0",
"name": "fvtt-pegasus-rpg",
"packs": [
{
"entity": "Item",
"label": "Specialisations",
"name": "specialisations",
"path": "./packs/specialisations.db",
"system": "fvtt-pegasus-rpg",
"tags": [
2021-12-09 18:40:50 +01:00
"specialisation"
]
},
{
"entity": "Item",
"label": "Racial Abilities",
"name": "racial-abilities",
"path": "./packs/racial-abilities.db",
"system": "fvtt-pegasus-rpg",
"tags": [
"ability"
2021-12-02 07:38:59 +01:00
]
2022-01-06 18:22:05 +01:00
},
{
"entity": "Item",
"label": "Perks",
"name": "perk",
"path": "./packs/perk.db",
"system": "fvtt-pegasus-rpg",
"tags": [
"perk"
]
},
{
"entity": "Item",
"label": "Powers",
"name": "powers",
"path": "./packs/powers.db",
"system": "fvtt-pegasus-rpg",
"tags": [
"power"
]
},
{
"entity": "Item",
"label": "Race",
"name": "race",
"path": "./packs/race.db",
"system": "fvtt-pegasus-rpg",
"tags": [
"race"
]
},
{
"entity": "Item",
"label": "Role",
"name": "role",
"path": "./packs/role.db",
"system": "fvtt-pegasus-rpg",
"tags": [
"role"
]
},
{
"entity": "Item",
"label": "Unique Role Perks",
"name": "unique-role-perks",
"path": "./packs/unique-role-perks.db",
"system": "fvtt-pegasus-rpg",
"tags": [
"perk"
]
2022-01-12 19:57:36 +01:00
},
{
"entity": "Item",
"label": "Effects",
"name": "effect",
"path": "./packs/effect.db",
"system": "fvtt-pegasus-rpg",
"tags": [
"effect"
]
2022-01-13 20:12:51 +01:00
},
{
"entity": "Item",
"label": "Armour",
"name": "armour",
"path": "./packs/armour.db",
"system": "fvtt-pegasus-rpg",
"tags": [
"armour"
]
},
{
"entity": "Item",
"label": "Equipment",
"name": "equipment",
"path": "./packs/equipment.db",
"system": "fvtt-pegasus-rpg",
"tags": [
"equipment"
]
},
{
"entity": "Item",
"label": "Shields",
"name": "shields",
"path": "./packs/shields.db",
"system": "fvtt-pegasus-rpg",
"tags": [
"shield"
]
2022-01-14 13:42:28 +01:00
},
{
"entity": "Item",
"label": "Melee Weapons",
"name": "melee-weapons",
"path": "./packs/melee-weapons.db",
"system": "fvtt-pegasus-rpg",
"tags": [
"weapon", "melee"
]
},
{
"entity": "Item",
"label": "Ranged Weapons",
"name": "ranged-weapons",
"path": "./packs/ranged-weapons.db",
"system": "fvtt-pegasus-rpg",
"tags": [
"weapon", "ranged"
]
2021-12-02 07:38:59 +01:00
}
],
2022-01-17 15:09:52 +01:00
"primaryTokenAttribute": "secondary.health",
"secondaryTokenAttribute": "secondary.delirium",
2021-12-02 07:38:59 +01:00
"socket": true,
"styles": [
"styles/simple.css"
],
2022-01-22 21:49:34 +01:00
"templateVersion": 63,
2021-12-02 07:38:59 +01:00
"title": "Pegasus RPG",
"url": "https://www.uberwald.me/data/files/fvtt-pegasus-rpg",
2022-01-25 10:37:28 +01:00
"version": "0.1.16",
2021-12-05 20:36:34 +01:00
"background" : "./images/ui/pegasus_welcome_page.webp"
2022-01-13 20:12:51 +01:00
}