fvtt-crucible-rpg/system.json

233 lines
5.0 KiB
JSON
Raw Normal View History

2022-07-19 23:16:03 +02:00
{
2022-08-16 22:29:27 +02:00
"authors": [
{"name": "Uberwald"}
],
2022-07-19 23:16:03 +02:00
"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": [
{
2022-08-16 22:29:27 +02:00
"type": "Item",
2022-07-24 23:55:27 +02:00
"label": "Armors",
"name": "armor",
"path": "./packs/armor.db",
"system": "fvtt-crucible-rpg",
2022-07-19 23:16:03 +02:00
"tags": [
"armour"
]
},
{
2022-08-16 22:29:27 +02:00
"type": "Item",
2022-07-24 23:55:27 +02:00
"label": "Equipments",
2022-07-19 23:16:03 +02:00
"name": "equipment",
"path": "./packs/equipment.db",
2022-07-24 23:55:27 +02:00
"system": "fvtt-crucible-rpg",
2022-07-19 23:16:03 +02:00
"tags": [
"equipment"
]
},
{
2022-08-16 22:29:27 +02:00
"type": "Item",
2022-07-19 23:16:03 +02:00
"label": "Shields",
"name": "shields",
"path": "./packs/shields.db",
2022-07-24 23:55:27 +02:00
"system": "fvtt-crucible-rpg",
2022-07-19 23:16:03 +02:00
"tags": [
"shield"
]
},
{
2022-08-16 22:29:27 +02:00
"type": "Item",
2022-07-24 23:55:27 +02:00
"label": "Weapons",
"name": "weapons",
"path": "./packs/weapons.db",
"system": "fvtt-crucible-rpg",
2022-07-19 23:16:03 +02:00
"tags": [
2022-07-24 23:55:27 +02:00
"weapon", "melee", "ranged"
2022-07-19 23:16:03 +02:00
]
},
{
2022-08-16 22:29:27 +02:00
"type": "Item",
2022-07-24 23:55:27 +02:00
"label": "Conditions",
"name": "conditions",
"path": "./packs/conditions.db",
"system": "fvtt-crucible-rpg",
2022-07-19 23:16:03 +02:00
"tags": [
2022-07-24 23:55:27 +02:00
"condition"
2022-07-19 23:16:03 +02:00
]
},
{
2022-08-16 22:29:27 +02:00
"type": "Item",
2022-07-19 23:16:03 +02:00
"label": "Currency",
"name": "currency",
"path": "./packs/currency.db",
2022-07-24 23:55:27 +02:00
"system": "fvtt-crucible-rpg",
2022-07-19 23:16:03 +02:00
"tags": [
"currency", "money"
]
2022-07-24 23:55:27 +02:00
},
{
2022-08-16 22:29:27 +02:00
"type": "Item",
2022-07-24 23:55:27 +02:00
"label": "Lore - Air",
"name": "lore-air",
"path": "./packs/lore-air.db",
"system": "fvtt-crucible-rpg",
"tags": [
"lore", "air"
]
},
{
2022-08-16 22:29:27 +02:00
"type": "Item",
2022-07-24 23:55:27 +02:00
"label": "Lore - Earth",
"name": "lore-earth",
"path": "./packs/lore-earth.db",
"system": "fvtt-crucible-rpg",
"tags": [
"lore", "earth"
]
},
{
2022-08-16 22:29:27 +02:00
"type": "Item",
2022-07-24 23:55:27 +02:00
"label": "Lore - Fire",
"name": "lore-fire",
"path": "./packs/lore-fire.db",
"system": "fvtt-crucible-rpg",
"tags": [
"lore", "fire"
]
},
{
2022-08-16 22:29:27 +02:00
"type": "Item",
2022-07-24 23:55:27 +02:00
"label": "Lore - Water",
"name": "lore-water",
"path": "./packs/lore-water.db",
"system": "fvtt-crucible-rpg",
"tags": [
"lore", "water"
]
},
{
2022-08-16 22:29:27 +02:00
"type": "Item",
2022-07-24 23:55:27 +02:00
"label": "Lore - Shadow",
"name": "lore-shadow",
"path": "./packs/lore-shadow.db",
"system": "fvtt-crucible-rpg",
"tags": [
"lore", "shadow"
]
},
{
2022-08-16 22:29:27 +02:00
"type": "Item",
2022-07-24 23:55:27 +02:00
"label": "Skills",
"name": "skills",
"path": "./packs/skills.db",
"system": "fvtt-crucible-rpg",
"tags": [
"skill"
]
2022-07-26 21:40:42 +02:00
},
{
2022-08-16 22:29:27 +02:00
"type": "Item",
2022-07-26 21:40:42 +02:00
"label": "Feats",
"name": "feats",
"path": "./packs/feats.db",
"system": "fvtt-crucible-rpg",
"tags": [
"feat"
]
},
{
2022-08-16 22:29:27 +02:00
"type": "Item",
2022-07-26 21:40:42 +02:00
"label": "Poisons",
"name": "poisons",
"path": "./packs/poisons.db",
"system": "fvtt-crucible-rpg",
"tags": [
"poison"
]
2022-07-27 09:44:23 +02:00
},
{
2022-08-16 22:29:27 +02:00
"type": "Item",
2022-07-31 08:51:47 +02:00
"label": "Powers - Class",
2022-07-27 09:44:23 +02:00
"name": "classpowers",
"path": "./packs/classpowers.db",
"system": "fvtt-crucible-rpg",
"tags": [
"powers"
]
},
{
2022-08-16 22:29:27 +02:00
"type": "Item",
2022-07-27 09:44:23 +02:00
"label": "Tricks & Traps",
"name": "trickstraps",
"path": "./packs/trickstraps.db",
"system": "fvtt-crucible-rpg",
"tags": [
"tricks", "traps"
]
2022-07-31 08:51:47 +02:00
},
{
2022-08-16 22:29:27 +02:00
"type": "Item",
2022-07-31 08:51:47 +02:00
"label": "Action Tokens",
"name": "action-tokens",
"path": "./packs/action-tokens.db",
"system": "fvtt-crucible-rpg",
"tags": [
"action"
]
},
{
2022-08-16 22:29:27 +02:00
"type": "Item",
2022-07-31 08:51:47 +02:00
"label": "Powers - Monsters",
"name": "monster-powers",
"path": "./packs/monster-powers.db",
"system": "fvtt-crucible-rpg",
"tags": [
"power"
]
2022-08-05 10:04:42 +02:00
},
{
2022-08-16 22:29:27 +02:00
"type": "RollTable",
2022-08-05 10:04:42 +02:00
"label": "Rolltables",
"name": "rolltables",
"path": "./packs/rolltables.db",
"system": "fvtt-crucible-rpg",
"tags": [
"rolltable"
]
2022-07-19 23:16:03 +02:00
}
],
2022-08-04 16:28:10 +02:00
"primaryTokenAttribute": "secondary.hp",
"secondaryTokenAttribute": "secondary.effort",
2022-07-19 23:16:03 +02:00
"socket": true,
"styles": [
"styles/simple.css"
],
2022-08-16 23:01:30 +02:00
"version": "10.0.2",
2022-08-16 22:29:27 +02:00
"compatibility": {
"minimum": "10",
"verified": "10.276",
"maximum": "10"
},
2022-08-16 23:01:30 +02:00
"templateVersion": 20,
2022-07-19 23:16:03 +02:00
"title": "Crucible RPG",
2022-07-23 22:35:27 +02:00
"manifest": "https://www.uberwald.me/gitea/public/fvtt-crucible-rpg/raw/master/system.json",
2022-08-16 23:01:30 +02:00
"download": "https://www.uberwald.me/gitea/public/fvtt-crucible-rpg/archive/fvtt-crucible-rpg-v10.0.2.zip",
2022-07-23 22:35:27 +02:00
"url": "https://www.uberwald.me/gitea/public/fvtt-crucible-rpg",
2022-07-19 23:16:03 +02:00
"background" : "./images/ui/crucible_welcome_page.webp"
}