fvtt-mournblade/system.json

162 lines
3.5 KiB
JSON
Raw Normal View History

2022-02-23 22:31:53 +01:00
{
2022-09-20 08:01:23 +02:00
"id": "fvtt-mournblade",
2022-02-23 22:31:53 +01:00
"description": "Mournblade RPG for FoundryVTT",
2022-09-20 08:59:21 +02:00
"version": "10.0.1",
2022-09-20 08:01:23 +02:00
"authors": [
{
"name": "Uberwald/LeRatierBretonnien"
}
],
2022-02-23 22:31:53 +01:00
"esmodules": [
"modules/mournblade-main.js"
],
"gridDistance": 5,
"gridUnits": "m",
"languages": [
],
"library": false,
"license": "LICENSE.txt",
2022-09-20 08:01:23 +02:00
"manifest": "https://www.uberwald.me/gitea/public/fvtt-mournblade/raw/branch/v10/system.json",
2022-09-20 08:59:21 +02:00
"download": "https://www.uberwald.me/gitea/public/fvtt-mournblade/archive/fvtt-mournblade-10.0.1.zip",
2022-02-23 22:31:53 +01:00
"manifestPlusVersion": "1.0.0",
"media": [],
"packs": [
2022-09-20 08:01:23 +02:00
{
2022-05-31 15:13:36 +02:00
"type": "Item",
"label": "Compétences",
2022-02-23 22:31:53 +01:00
"name": "skills",
"path": "./packs/skills.db",
"system": "fvtt-mournblade",
"tags": [
2022-09-20 08:01:23 +02:00
"skill",
"competence"
2022-02-23 22:31:53 +01:00
]
2022-05-31 15:13:36 +02:00
},
{
"type": "Item",
"label": "Armes",
2022-06-01 22:40:32 +02:00
"name": "armes",
"path": "./packs/armes.db",
2022-05-31 15:13:36 +02:00
"system": "fvtt-mournblade",
"tags": [
"arme"
]
},
{
"type": "Item",
"label": "Protections",
2022-06-06 18:51:16 +02:00
"name": "protection",
"path": "./packs/protection.db",
2022-05-31 15:13:36 +02:00
"system": "fvtt-mournblade",
"tags": [
2022-09-20 08:01:23 +02:00
"armor",
"shield"
2022-05-31 15:13:36 +02:00
]
},
{
"type": "Item",
"label": "Equipement",
2022-06-01 22:37:33 +02:00
"name": "equipement",
"path": "./packs/equipement.db",
2022-05-31 15:13:36 +02:00
"system": "fvtt-mournblade",
"tags": [
"equipement"
]
2022-06-06 18:49:39 +02:00
},
2022-06-26 16:50:51 +02:00
{
2022-06-06 18:49:39 +02:00
"label": "Dons",
2022-09-20 08:57:40 +02:00
"type": "Item",
2022-06-06 18:49:39 +02:00
"name": "dons",
"path": "./packs/dons.db",
"system": "fvtt-mournblade",
"tags": [
"don"
]
2022-06-06 22:33:46 +02:00
},
{
"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"
]
2022-06-08 20:44:43 +02:00
},
2022-06-26 18:52:31 +02:00
{
"type": "Item",
"label": "Runes",
"name": "runes",
"path": "./packs/runes.db",
"system": "fvtt-mournblade",
"tags": [
"runes"
]
},
2022-06-08 20:44:43 +02:00
{
"type": "RollTable",
"label": "Tables",
"name": "tables",
"path": "./packs/tables.db",
"system": "fvtt-mournblade",
"tags": [
"tables"
]
2022-02-23 22:31:53 +01:00
}
],
"primaryTokenAttribute": "secondary.health",
"secondaryTokenAttribute": "secondary.delirium",
"socket": true,
"styles": [
"styles/simple.css"
],
2022-06-26 18:52:31 +02:00
"templateVersion": 18,
2022-02-23 22:31:53 +01:00
"title": "Mournblade",
2022-09-20 08:59:21 +02:00
"url": "https://www.uberwald.me/gitea/public/fvtt-mournblade",
2022-09-20 09:07:26 +02:00
"background": "systems/fvtt-mournblade/assets/ui/fond_mournblade.webp",
"compatibility": {
"minimum": "10",
"verified": "10.285",
"maximum": "10"
},
2022-09-20 08:01:23 +02:00
}