fvtt-mournblade/system.json

148 lines
3.2 KiB
JSON

{
"author": "Uberwald/LeRatierBretonnien",
"compatibleCoreVersion": "9",
"description": "Mournblade RPG for FoundryVTT",
"esmodules": [
"modules/mournblade-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/gitea/public/fvtt-mournblade/raw/branch/main/system.json",
"download": "https://www.uberwald.me/gitea/public/fvtt-mournblade/archive/fvtt-mournblade-0.0.23.zip",
"manifestPlusVersion": "1.0.0",
"media": [],
"minimumCoreVersion": "0.8.0",
"name": "fvtt-mournblade",
"packs": [
{
"type": "Item",
"label": "Compétences",
"name": "skills",
"path": "./packs/skills.db",
"system": "fvtt-mournblade",
"tags": [
"skill", "competence"
]
},
{
"type": "Item",
"label": "Armes",
"name": "armes",
"path": "./packs/armes.db",
"system": "fvtt-mournblade",
"tags": [
"arme"
]
},
{
"type": "Item",
"label": "Protections",
"name": "protection",
"path": "./packs/protection.db",
"system": "fvtt-mournblade",
"tags": [
"armor", "shield"
]
},
{
"type": "Item",
"label": "Equipement",
"name": "equipement",
"path": "./packs/equipement.db",
"system": "fvtt-mournblade",
"tags": [
"equipement"
]
},
{
"type": "Item",
"label": "Dons",
"name": "dons",
"path": "./packs/dons.db",
"system": "fvtt-mournblade",
"tags": [
"don"
]
},
{
"type": "Item",
"label": "Origines",
"name": "origines",
"path": "./packs/origines.db",
"system": "fvtt-mournblade",
"tags": [
"originess"
]
},
{
"type": "Item",
"label": "Héritages",
"name": "heritages",
"path": "./packs/heritages.db",
"system": "fvtt-mournblade",
"tags": [
"héritage"
]
},
{
"type": "Item",
"label": "Métiers",
"name": "metiers",
"path": "./packs/metiers.db",
"system": "fvtt-mournblade",
"tags": [
"metier"
]
},
{
"type": "Item",
"label": "Tendances",
"name": "tendances",
"path": "./packs/tendances.db",
"system": "fvtt-mournblade",
"tags": [
"tendance"
]
},
{
"type": "Item",
"label": "Traits chaotiques",
"name": "traits-chaotiques",
"path": "./packs/traits-chaotiques.db",
"system": "fvtt-mournblade",
"tags": [
"traits chaotiques"
]
},
{
"type": "RollTable",
"label": "Tables",
"name": "tables",
"path": "./packs/tables.db",
"system": "fvtt-mournblade",
"tags": [
"tables"
]
}
],
"primaryTokenAttribute": "secondary.health",
"secondaryTokenAttribute": "secondary.delirium",
"socket": true,
"styles": [
"styles/simple.css"
],
"templateVersion": 17,
"title": "Mournblade",
"url": "",
"version": "0.0.24",
"background": "./images/ui/mournblade_welcome.webp"
}