Ajout des commandes de creation de rencontre/NJ
This commit is contained in:
163
module.json
Normal file
163
module.json
Normal file
@@ -0,0 +1,163 @@
|
||||
{
|
||||
"id": "mgt2-compendium-amiral-denisov",
|
||||
"title": "MGT2 - Compendium Amiral Denisov",
|
||||
"version": "1.1.0",
|
||||
"compatibility": {
|
||||
"minimum": "11",
|
||||
"verified": "13"
|
||||
},
|
||||
"description": "Module de compendium et d'outils MGT2 pour FoundryVTT écrit par JdR.Ninja.\nInclut les commandes /commerce, /pnj, /rencontre et /mission pour automatiser le commerce, les PNJ rapides, les rencontres et les contrats aléatoires.",
|
||||
"esmodules": [
|
||||
"scripts/commerce.js",
|
||||
"scripts/npc.js"
|
||||
],
|
||||
"styles": [
|
||||
"styles/commerce.css",
|
||||
"styles/npc.css"
|
||||
],
|
||||
"packs": [
|
||||
{
|
||||
"name": "armures",
|
||||
"label": "Armures",
|
||||
"path": "packs/armures",
|
||||
"type": "Item",
|
||||
"system": "mgt2",
|
||||
"ownership": {
|
||||
"PLAYER": "OBSERVER",
|
||||
"ASSISTANT": "OWNER"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "competences",
|
||||
"label": "Compétences",
|
||||
"path": "packs/competences",
|
||||
"type": "Item",
|
||||
"system": "mgt2",
|
||||
"ownership": {
|
||||
"PLAYER": "OBSERVER",
|
||||
"ASSISTANT": "OWNER"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "maladie-poison-and-blessure",
|
||||
"label": "Maladie, Poison & Blessure",
|
||||
"path": "packs/maladie-poison-and-blessure",
|
||||
"type": "Item",
|
||||
"system": "mgt2",
|
||||
"ownership": {
|
||||
"PLAYER": "OBSERVER",
|
||||
"ASSISTANT": "OWNER"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "objet",
|
||||
"label": "Objets",
|
||||
"path": "packs/objet",
|
||||
"type": "Item",
|
||||
"system": "mgt2",
|
||||
"ownership": {
|
||||
"PLAYER": "OBSERVER",
|
||||
"ASSISTANT": "OWNER"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "equipement",
|
||||
"label": "Équipement",
|
||||
"path": "packs/equipement",
|
||||
"type": "Item",
|
||||
"system": "mgt2",
|
||||
"ownership": {
|
||||
"PLAYER": "OBSERVER",
|
||||
"ASSISTANT": "OWNER"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "ordinateur",
|
||||
"label": "Ordinateur",
|
||||
"path": "packs/ordinateur",
|
||||
"type": "Item",
|
||||
"system": "mgt2",
|
||||
"ownership": {
|
||||
"PLAYER": "OBSERVER",
|
||||
"ASSISTANT": "OWNER"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "contenant-sac-coffre",
|
||||
"label": "Contenant (sac, coffre)",
|
||||
"path": "packs/contenant-sac-coffre",
|
||||
"type": "Item",
|
||||
"system": "mgt2",
|
||||
"ownership": {
|
||||
"PLAYER": "OBSERVER",
|
||||
"ASSISTANT": "OWNER"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "espece",
|
||||
"label": "Espèce",
|
||||
"path": "packs/espece",
|
||||
"type": "Item",
|
||||
"system": "mgt2",
|
||||
"ownership": {
|
||||
"PLAYER": "OBSERVER",
|
||||
"ASSISTANT": "OWNER"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "journal",
|
||||
"label": "Journal Psioniques",
|
||||
"path": "packs/journal",
|
||||
"type": "JournalEntry",
|
||||
"system": "mgt2",
|
||||
"ownership": {
|
||||
"PLAYER": "OBSERVER",
|
||||
"ASSISTANT": "OWNER"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "armes",
|
||||
"label": "Armes",
|
||||
"path": "packs/armes",
|
||||
"type": "Item",
|
||||
"system": "mgt2",
|
||||
"ownership": {
|
||||
"PLAYER": "OBSERVER",
|
||||
"ASSISTANT": "OWNER"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "talents-psioniques",
|
||||
"label": "Talents psioniques",
|
||||
"path": "packs/talents-psioniques",
|
||||
"type": "Item",
|
||||
"system": "mgt2",
|
||||
"ownership": {
|
||||
"PLAYER": "OBSERVER",
|
||||
"ASSISTANT": "OWNER"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "carrieres",
|
||||
"label": "Carrières",
|
||||
"path": "packs/carrieres",
|
||||
"type": "Item",
|
||||
"system": "mgt2",
|
||||
"ownership": {
|
||||
"PLAYER": "OBSERVER",
|
||||
"ASSISTANT": "OWNER"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "tables-pnj",
|
||||
"label": "Tables PNJ & Rencontres",
|
||||
"path": "packs/tables-pnj",
|
||||
"type": "RollTable",
|
||||
"system": "mgt2",
|
||||
"ownership": {
|
||||
"PLAYER": "OBSERVER",
|
||||
"ASSISTANT": "OWNER"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user