fvtt-hawkmoon-cyd/system.json

251 lines
5.5 KiB
JSON
Raw Permalink Normal View History

2022-10-22 11:09:48 +02:00
{
"id": "fvtt-hawkmoon-cyd",
2022-12-18 17:50:18 +01:00
"description": "Hawkmoon RPG for FoundryVTT (CYD system - French)",
2024-04-24 20:39:39 +02:00
"version": "11.1.7",
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",
2024-04-24 20:39:39 +02:00
"download": "https://www.uberwald.me/gitea/public/fvtt-hawkmoon-cyd/archive/fvtt-hawkmoon-cyd-11.1.7.zip",
"languages": [
{
"lang": "fr",
"name": "French",
"path": "lang/fr.json",
"flags": {}
}
],
2024-02-24 15:54:47 +01:00
"packFolders": [
{
"name": "Hawkmoon",
"sorting": "m",
"color": "#00435c",
"folders": [
{
"name": "Création de Personnage",
"sorting": "a",
"color": "#00435c",
"packs": [
"skills",
"historiques",
"profils",
"talents",
"talents-cellule",
"mutations"
],
"folders": []
},
{
"name": "Equipement",
"sorting": "a",
"color": "#00435c",
"packs": [
"armes",
"protections",
"equipement"
],
"folders": []
},
{
"name": "Autre",
"sorting": "a",
"color": "#00435c",
"packs": [
"skills-creatures",
"tables",
"aides-de-jeu"
],
"folders": []
}
]
}
],
2022-10-22 11:09:48 +02:00
"packs": [
{
"type": "Item",
"label": "Compétences",
"name": "skills",
2023-08-21 22:46:12 +02:00
"path": "packs/competences",
2022-10-25 17:54:13 +02:00
"system": "fvtt-hawkmoon-cyd",
2023-08-21 22:46:12 +02:00
"flags": {},
"ownership": {
"PLAYER": "OBSERVER",
"ASSISTANT": "OWNER"
}
2022-10-25 17:54:13 +02:00
},
2024-02-24 15:54:47 +01:00
{
"type": "Item",
"label": "Mutations",
"name": "mutations",
"path": "packs/mutations",
"system": "fvtt-hawkmoon-cyd",
"flags": {},
"ownership": {
"PLAYER": "OBSERVER",
"ASSISTANT": "OWNER"
}
},
2022-12-21 19:15:03 +01:00
{
"type": "Item",
"label": "Compétences de Créatures",
"name": "skills-creatures",
2023-08-21 22:46:12 +02:00
"path": "packs/competences-creatures",
2022-12-21 19:15:03 +01:00
"system": "fvtt-hawkmoon-cyd",
2023-08-21 22:46:12 +02:00
"flags": {},
"ownership": {
"PLAYER": "OBSERVER",
"ASSISTANT": "OWNER"
}
2022-12-21 19:15:03 +01:00
},
2022-10-25 17:54:13 +02:00
{
"type": "Item",
"label": "Historiques",
"name": "historiques",
2023-08-21 22:46:12 +02:00
"path": "packs/historiques",
2022-10-22 11:09:48 +02:00
"system": "fvtt-hawkmoon-cyd",
2023-08-21 22:46:12 +02:00
"flags": {},
"ownership": {
"PLAYER": "OBSERVER",
"ASSISTANT": "OWNER"
}
2022-10-22 11:09:48 +02:00
},
{
"type": "Item",
2022-10-23 09:55:02 +02:00
"label": "Armes",
2022-10-22 11:09:48 +02:00
"name": "armes",
2023-08-21 22:46:12 +02:00
"path": "packs/armes",
2022-10-22 11:09:48 +02:00
"system": "fvtt-hawkmoon-cyd",
2023-08-21 22:46:12 +02:00
"flags": {},
"ownership": {
"PLAYER": "OBSERVER",
"ASSISTANT": "OWNER"
}
2022-10-22 11:09:48 +02:00
},
{
"type": "Item",
"label": "Protections",
2022-10-25 17:54:13 +02:00
"name": "protections",
2023-08-21 22:46:12 +02:00
"path": "packs/protections",
2022-10-22 11:09:48 +02:00
"system": "fvtt-hawkmoon-cyd",
2023-08-21 22:46:12 +02:00
"flags": {},
"ownership": {
"PLAYER": "OBSERVER",
"ASSISTANT": "OWNER"
}
2022-10-22 11:09:48 +02:00
},
{
"type": "Item",
"label": "Equipement",
"name": "equipement",
2023-08-21 22:46:12 +02:00
"path": "packs/equipement",
2022-10-22 11:09:48 +02:00
"system": "fvtt-hawkmoon-cyd",
2023-08-21 22:46:12 +02:00
"flags": {},
"ownership": {
"PLAYER": "OBSERVER",
"ASSISTANT": "OWNER"
}
2022-10-22 11:09:48 +02:00
},
{
"type": "Item",
2022-10-23 09:55:02 +02:00
"label": "Profils",
"name": "profils",
2023-08-21 22:46:12 +02:00
"path": "packs/profils",
2022-10-22 11:09:48 +02:00
"system": "fvtt-hawkmoon-cyd",
2023-08-21 22:46:12 +02:00
"flags": {},
"ownership": {
"PLAYER": "OBSERVER",
"ASSISTANT": "OWNER"
}
2022-10-22 11:09:48 +02:00
},
{
"type": "Item",
2022-11-05 10:03:23 +01:00
"label": "Talents de Personnage",
2022-10-23 09:55:02 +02:00
"name": "talents",
2023-08-21 22:46:12 +02:00
"path": "packs/talents",
2022-10-22 11:09:48 +02:00
"system": "fvtt-hawkmoon-cyd",
2023-08-21 22:46:12 +02:00
"flags": {},
"ownership": {
"PLAYER": "OBSERVER",
"ASSISTANT": "OWNER"
}
2022-10-22 11:09:48 +02:00
},
2022-11-05 10:03:23 +01:00
{
"type": "Item",
"label": "Talents de Cellule",
"name": "talents-cellule",
2023-08-21 22:46:12 +02:00
"path": "packs/talents-cellule",
2022-11-05 10:03:23 +01:00
"system": "fvtt-hawkmoon-cyd",
2023-08-21 22:46:12 +02:00
"flags": {},
"ownership": {
"PLAYER": "OBSERVER",
"ASSISTANT": "OWNER"
}
2022-11-05 10:03:23 +01:00
},
2022-10-22 11:09:48 +02:00
{
"type": "RollTable",
"label": "Tables",
"name": "tables",
2023-08-21 22:46:12 +02:00
"path": "packs/tables",
2022-10-22 11:09:48 +02:00
"system": "fvtt-hawkmoon-cyd",
2023-08-21 22:46:12 +02:00
"flags": {},
"ownership": {
"PLAYER": "OBSERVER",
"ASSISTANT": "OWNER"
}
2022-12-03 23:13:08 +01:00
},
{
"type": "JournalEntry",
"label": "Aides de Jeu",
"name": "aides-de-jeu",
2023-08-21 22:46:12 +02:00
"path": "packs/aides-de-jeu",
2022-12-03 23:13:08 +01:00
"system": "fvtt-hawkmoon-cyd",
2023-08-21 22:46:12 +02:00
"flags": {},
"ownership": {
"PLAYER": "OBSERVER",
"ASSISTANT": "OWNER"
}
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": {
2023-12-28 18:40:46 +01:00
"minimum": "10",
2023-08-21 22:46:12 +02:00
"verified": "11"
2022-10-22 11:09:48 +02:00
}
}