fvtt-crucible-rpg/system.json

219 lines
4.8 KiB
JSON

{
"author": "Uberwald",
"compatibleCoreVersion": "9",
"description": "Crucible RPG system for FoundryVTT",
"esmodules": [
"modules/crucible-main.js"
],
"gridDistance": 5,
"gridUnits": "m",
"languages": [
{
"lang": "en",
"name": "English",
"path": "lang/en.json"
}
],
"library": false,
"license": "LICENSE.txt",
"manifestPlusVersion": "1.0.0",
"media": [],
"minimumCoreVersion": "0.8.0",
"name": "fvtt-crucible-rpg",
"packs": [
{
"entity": "Item",
"label": "Armors",
"name": "armor",
"path": "./packs/armor.db",
"system": "fvtt-crucible-rpg",
"tags": [
"armour"
]
},
{
"entity": "Item",
"label": "Equipments",
"name": "equipment",
"path": "./packs/equipment.db",
"system": "fvtt-crucible-rpg",
"tags": [
"equipment"
]
},
{
"entity": "Item",
"label": "Shields",
"name": "shields",
"path": "./packs/shields.db",
"system": "fvtt-crucible-rpg",
"tags": [
"shield"
]
},
{
"entity": "Item",
"label": "Weapons",
"name": "weapons",
"path": "./packs/weapons.db",
"system": "fvtt-crucible-rpg",
"tags": [
"weapon", "melee", "ranged"
]
},
{
"entity": "Item",
"label": "Conditions",
"name": "conditions",
"path": "./packs/conditions.db",
"system": "fvtt-crucible-rpg",
"tags": [
"condition"
]
},
{
"entity": "Item",
"label": "Currency",
"name": "currency",
"path": "./packs/currency.db",
"system": "fvtt-crucible-rpg",
"tags": [
"currency", "money"
]
},
{
"entity": "Item",
"label": "Lore - Air",
"name": "lore-air",
"path": "./packs/lore-air.db",
"system": "fvtt-crucible-rpg",
"tags": [
"lore", "air"
]
},
{
"entity": "Item",
"label": "Lore - Earth",
"name": "lore-earth",
"path": "./packs/lore-earth.db",
"system": "fvtt-crucible-rpg",
"tags": [
"lore", "earth"
]
},
{
"entity": "Item",
"label": "Lore - Fire",
"name": "lore-fire",
"path": "./packs/lore-fire.db",
"system": "fvtt-crucible-rpg",
"tags": [
"lore", "fire"
]
},
{
"entity": "Item",
"label": "Lore - Water",
"name": "lore-water",
"path": "./packs/lore-water.db",
"system": "fvtt-crucible-rpg",
"tags": [
"lore", "water"
]
},
{
"entity": "Item",
"label": "Lore - Shadow",
"name": "lore-shadow",
"path": "./packs/lore-shadow.db",
"system": "fvtt-crucible-rpg",
"tags": [
"lore", "shadow"
]
},
{
"entity": "Item",
"label": "Skills",
"name": "skills",
"path": "./packs/skills.db",
"system": "fvtt-crucible-rpg",
"tags": [
"skill"
]
},
{
"entity": "Item",
"label": "Feats",
"name": "feats",
"path": "./packs/feats.db",
"system": "fvtt-crucible-rpg",
"tags": [
"feat"
]
},
{
"entity": "Item",
"label": "Poisons",
"name": "poisons",
"path": "./packs/poisons.db",
"system": "fvtt-crucible-rpg",
"tags": [
"poison"
]
},
{
"entity": "Item",
"label": "Powers - Class",
"name": "classpowers",
"path": "./packs/classpowers.db",
"system": "fvtt-crucible-rpg",
"tags": [
"powers"
]
},
{
"entity": "Item",
"label": "Tricks & Traps",
"name": "trickstraps",
"path": "./packs/trickstraps.db",
"system": "fvtt-crucible-rpg",
"tags": [
"tricks", "traps"
]
},
{
"entity": "Item",
"label": "Action Tokens",
"name": "action-tokens",
"path": "./packs/action-tokens.db",
"system": "fvtt-crucible-rpg",
"tags": [
"action"
]
},
{
"entity": "Item",
"label": "Powers - Monsters",
"name": "monster-powers",
"path": "./packs/monster-powers.db",
"system": "fvtt-crucible-rpg",
"tags": [
"power"
]
}
],
"primaryTokenAttribute": "secondary.health",
"secondaryTokenAttribute": "secondary.delirium",
"socket": true,
"styles": [
"styles/simple.css"
],
"templateVersion": 14,
"title": "Crucible RPG",
"manifest": "https://www.uberwald.me/gitea/public/fvtt-crucible-rpg/raw/master/system.json",
"download": "https://www.uberwald.me/gitea/public/fvtt-crucible-rpg/archive/fvtt-crucible-rpg-v0.1.20.zip",
"url": "https://www.uberwald.me/gitea/public/fvtt-crucible-rpg",
"version": "0.1.22",
"background" : "./images/ui/crucible_welcome_page.webp"
}