fvtt-hawkmoon-cyd/system.json

145 lines
3.3 KiB
JSON
Raw Normal View History

2022-10-22 11:09:48 +02:00
{
"id": "fvtt-hawkmoon-cyd",
"description": "Hawmoon RPG for FoundryVTT (CYD system - French)",
2022-12-03 23:57:30 +01:00
"version": "10.1.4",
2022-10-22 11:09:48 +02:00
"authors": [
{
"name": "Uberwald/LeRatierBretonnien",
"flags": {}
2022-11-10 23:43:51 +01:00
},
{
"name": "Prêtre",
"flags": {}
},
{
"name": "Blondin",
"flags": {}
},
{
"name": "Zechrub/Chris",
"flags": {}
},
{
"name": "Kyllian",
"flags": {}
},
{
"name": "Lightbringer",
"flags": {}
2022-10-22 11:09:48 +02:00
}
],
"esmodules": [
2022-10-23 09:55:02 +02:00
"modules/hawkmoon-main.js"
2022-10-22 11:09:48 +02:00
],
"gridDistance": 5,
"gridUnits": "m",
"license": "LICENSE.txt",
2022-10-24 14:31:23 +02:00
"manifest": "https://www.uberwald.me/gitea/public/fvtt-hawkmoon-cyd/raw/branch/master/system.json",
2022-12-03 23:57:30 +01:00
"download": "https://www.uberwald.me/gitea/public/fvtt-hawkmoon-cyd/archive/fvtt-hawkmoon-cyd-10.1.4.zip",
2022-10-22 11:09:48 +02:00
"packs": [
{
"type": "Item",
"label": "Compétences",
"name": "skills",
2022-10-25 17:54:13 +02:00
"path": "packs/competences.db",
"system": "fvtt-hawkmoon-cyd",
"private": false,
"flags": {}
},
{
"type": "Item",
"label": "Historiques",
"name": "historiques",
"path": "packs/historiques.db",
2022-10-22 11:09:48 +02:00
"system": "fvtt-hawkmoon-cyd",
"private": false,
"flags": {}
},
{
"type": "Item",
2022-10-23 09:55:02 +02:00
"label": "Armes",
2022-10-22 11:09:48 +02:00
"name": "armes",
"path": "packs/armes.db",
"system": "fvtt-hawkmoon-cyd",
"private": false,
"flags": {}
},
{
"type": "Item",
"label": "Protections",
2022-10-25 17:54:13 +02:00
"name": "protections",
"path": "packs/protections.db",
2022-10-22 11:09:48 +02:00
"system": "fvtt-hawkmoon-cyd",
"private": false,
"flags": {}
},
{
"type": "Item",
"label": "Equipement",
"name": "equipement",
"path": "packs/equipement.db",
"system": "fvtt-hawkmoon-cyd",
"private": false,
"flags": {}
},
{
"type": "Item",
2022-10-23 09:55:02 +02:00
"label": "Profils",
"name": "profils",
"path": "packs/profils.db",
2022-10-22 11:09:48 +02:00
"system": "fvtt-hawkmoon-cyd",
"private": false,
"flags": {}
},
{
"type": "Item",
2022-11-05 10:03:23 +01:00
"label": "Talents de Personnage",
2022-10-23 09:55:02 +02:00
"name": "talents",
"path": "packs/talents.db",
2022-10-22 11:09:48 +02:00
"system": "fvtt-hawkmoon-cyd",
"private": false,
"flags": {}
},
2022-11-05 10:03:23 +01:00
{
"type": "Item",
"label": "Talents de Cellule",
"name": "talents-cellule",
"path": "packs/talents-cellule.db",
"system": "fvtt-hawkmoon-cyd",
"private": false,
"flags": {}
},
2022-10-22 11:09:48 +02:00
{
"type": "RollTable",
"label": "Tables",
"name": "tables",
"path": "packs/tables.db",
"system": "fvtt-hawkmoon-cyd",
"private": false,
"flags": {}
2022-12-03 23:13:08 +01:00
},
{
"type": "JournalEntry",
"label": "Aides de Jeu",
"name": "aides-de-jeu",
"path": "packs/aides-de-jeu.db",
"system": "fvtt-hawkmoon-cyd",
"private": false,
"flags": {}
2022-10-22 11:09:48 +02:00
}
],
2022-10-25 17:54:13 +02:00
"primaryTokenAttribute": "sante.vigueur",
"secondaryTokenAttribute": "bonneaventure.actuelle",
2022-10-22 11:09:48 +02:00
"socket": true,
"styles": [
"styles/simple.css"
],
2022-10-23 09:55:02 +02:00
"title": "Hawkmoon - CYD System",
2022-10-22 11:09:48 +02:00
"url": "https://www.uberwald.me/gitea/public/fvtt-hawkmoon-cyd",
"background": "systems/fvtt-hawkmoon-cyd/assets/ui/fond_hawkmoon.webp",
"compatibility": {
"minimum": "10",
"verified": "10",
"maximum": "10"
}
}