fvtt-crucible-rpg/system.json

233 lines
5.0 KiB
JSON

{
"authors": [
{"name": "Uberwald"}
],
"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",
"media": [],
"name": "fvtt-crucible-rpg",
"packs": [
{
"type": "Item",
"label": "Armors",
"name": "armor",
"path": "./packs/armor.db",
"system": "fvtt-crucible-rpg",
"tags": [
"armour"
]
},
{
"type": "Item",
"label": "Equipments",
"name": "equipment",
"path": "./packs/equipment.db",
"system": "fvtt-crucible-rpg",
"tags": [
"equipment"
]
},
{
"type": "Item",
"label": "Shields",
"name": "shields",
"path": "./packs/shields.db",
"system": "fvtt-crucible-rpg",
"tags": [
"shield"
]
},
{
"type": "Item",
"label": "Weapons",
"name": "weapons",
"path": "./packs/weapons.db",
"system": "fvtt-crucible-rpg",
"tags": [
"weapon", "melee", "ranged"
]
},
{
"type": "Item",
"label": "Conditions",
"name": "conditions",
"path": "./packs/conditions.db",
"system": "fvtt-crucible-rpg",
"tags": [
"condition"
]
},
{
"type": "Item",
"label": "Currency",
"name": "currency",
"path": "./packs/currency.db",
"system": "fvtt-crucible-rpg",
"tags": [
"currency", "money"
]
},
{
"type": "Item",
"label": "Lore - Air",
"name": "lore-air",
"path": "./packs/lore-air.db",
"system": "fvtt-crucible-rpg",
"tags": [
"lore", "air"
]
},
{
"type": "Item",
"label": "Lore - Earth",
"name": "lore-earth",
"path": "./packs/lore-earth.db",
"system": "fvtt-crucible-rpg",
"tags": [
"lore", "earth"
]
},
{
"type": "Item",
"label": "Lore - Fire",
"name": "lore-fire",
"path": "./packs/lore-fire.db",
"system": "fvtt-crucible-rpg",
"tags": [
"lore", "fire"
]
},
{
"type": "Item",
"label": "Lore - Water",
"name": "lore-water",
"path": "./packs/lore-water.db",
"system": "fvtt-crucible-rpg",
"tags": [
"lore", "water"
]
},
{
"type": "Item",
"label": "Lore - Shadow",
"name": "lore-shadow",
"path": "./packs/lore-shadow.db",
"system": "fvtt-crucible-rpg",
"tags": [
"lore", "shadow"
]
},
{
"type": "Item",
"label": "Skills",
"name": "skills",
"path": "./packs/skills.db",
"system": "fvtt-crucible-rpg",
"tags": [
"skill"
]
},
{
"type": "Item",
"label": "Feats",
"name": "feats",
"path": "./packs/feats.db",
"system": "fvtt-crucible-rpg",
"tags": [
"feat"
]
},
{
"type": "Item",
"label": "Poisons",
"name": "poisons",
"path": "./packs/poisons.db",
"system": "fvtt-crucible-rpg",
"tags": [
"poison"
]
},
{
"type": "Item",
"label": "Powers - Class",
"name": "classpowers",
"path": "./packs/classpowers.db",
"system": "fvtt-crucible-rpg",
"tags": [
"powers"
]
},
{
"type": "Item",
"label": "Tricks & Traps",
"name": "trickstraps",
"path": "./packs/trickstraps.db",
"system": "fvtt-crucible-rpg",
"tags": [
"tricks", "traps"
]
},
{
"type": "Item",
"label": "Action Tokens",
"name": "action-tokens",
"path": "./packs/action-tokens.db",
"system": "fvtt-crucible-rpg",
"tags": [
"action"
]
},
{
"type": "Item",
"label": "Powers - Monsters",
"name": "monster-powers",
"path": "./packs/monster-powers.db",
"system": "fvtt-crucible-rpg",
"tags": [
"power"
]
},
{
"type": "RollTable",
"label": "Rolltables",
"name": "rolltables",
"path": "./packs/rolltables.db",
"system": "fvtt-crucible-rpg",
"tags": [
"rolltable"
]
}
],
"primaryTokenAttribute": "secondary.hp",
"secondaryTokenAttribute": "secondary.effort",
"socket": true,
"styles": [
"styles/simple.css"
],
"version": "10.0.2",
"compatibility": {
"minimum": "10",
"verified": "10.276",
"maximum": "10"
},
"templateVersion": 20,
"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-v10.0.2.zip",
"url": "https://www.uberwald.me/gitea/public/fvtt-crucible-rpg",
"background" : "./images/ui/crucible_welcome_page.webp"
}