Sync with v9

This commit is contained in:
sladecraven 2021-12-28 11:05:57 +01:00
parent 53b057bd4e
commit cd5a7f3b36
1 changed files with 66 additions and 57 deletions

View File

@ -1,57 +1,66 @@
{
"name": "foundryvtt-rdd-fontaine-ortigrise",
"title": "La Fontaine d'Ortigrise",
"description": "Scénario du livre de base de Rêve de Dragon v2 et v3",
"version": "0.0.8",
"minimumCoreVersion" : "0.7.1",
"compatibleCoreVersion": "0.7.10",
"author": "LeRatierBretonnien",
"dependencies": [
{
"name": "foundryvtt-reve-de-dragon",
"type": "system"
}
],
"esmodules": [
],
"scripts": [ ],
"styles": [],
"packs": [
{
"label": "Ortigrise - Acteurs",
"entity": "Actor",
"name": "ortigrise-acteurs",
"path": "./packs/ortigrise-acteurs.db",
"system": "foundryvtt-reve-de-dragon",
"package": "foundryvtt-rdd-fontaine-ortigrise"
},
{
"label": "Ortigrise - Journal",
"entity": "JournalEntry",
"name": "ortigrise-journal",
"path": "./packs/ortigrise-journal.db",
"package": "foundryvtt-rdd-fontaine-ortigrise"
},
{
"label": "Ortigrise - Objets",
"entity": "Item",
"name": "ortigrise-objets",
"path": "./packs/ortigrise-objets.db",
"system": "foundryvtt-reve-de-dragon",
"package": "foundryvtt-rdd-fontaine-ortigrise"
},
{
"label": "Ortigrise - Scènes",
"entity": "Scene",
"name": "ortigrise-scenes",
"path": "./packs/ortigrise-scenes.db",
"system": "foundryvtt-reve-de-dragon",
"package": "foundryvtt-rdd-fontaine-ortigrise"
}
],
"url": "https://gitlab.com/LeRatierBretonnien/foundryvtt-rdd-fontaine-ortigrise",
"manifest": "https://gitlab.com/LeRatierBretonnien/foundryvtt-rdd-fontaine-ortigrise/-/raw/master/module.json",
"download": "https://gitlab.com/LeRatierBretonnien/foundryvtt-rdd-fontaine-ortigrise/-/archive/master/foundryvtt-rdd-fontaine-ortigrise.zip"
}
{
"name": "foundryvtt-rdd-fontaine-ortigrise",
"title": "La Fontaine d'Ortigrise",
"description": "Scénario du livre de base de Rêve de Dragon v2 et v3",
"author": "LeRatierBretonnien",
"authors": [],
"url": "https://gitlab.com/LeRatierBretonnien/foundryvtt-rdd-fontaine-ortigrise",
"flags": {},
"version": "0.1.0",
"minimumCoreVersion": "0.7.0",
"compatibleCoreVersion": "9",
"scripts": [],
"esmodules": [],
"styles": [],
"languages": [],
"packs": [
{
"label": "Ortigrise - Acteurs",
"name": "ortigrise-acteurs",
"path": "./packs/ortigrise-acteurs.db",
"system": "foundryvtt-reve-de-dragon",
"package": "foundryvtt-rdd-fontaine-ortigrise",
"private": false,
"type": "Actor"
},
{
"label": "Ortigrise - Journal",
"name": "ortigrise-journal",
"path": "./packs/ortigrise-journal.db",
"package": "foundryvtt-rdd-fontaine-ortigrise",
"private": false,
"type": "JournalEntry"
},
{
"label": "Ortigrise - Objets",
"name": "ortigrise-objets",
"path": "./packs/ortigrise-objets.db",
"system": "foundryvtt-reve-de-dragon",
"package": "foundryvtt-rdd-fontaine-ortigrise",
"private": false,
"type": "Item"
},
{
"label": "Ortigrise - Scènes",
"name": "ortigrise-scenes",
"path": "./packs/ortigrise-scenes.db",
"system": "foundryvtt-reve-de-dragon",
"package": "foundryvtt-rdd-fontaine-ortigrise",
"private": false,
"type": "Scene"
}
],
"system": [],
"dependencies": [
{
"name": "foundryvtt-reve-de-dragon",
"type": "system"
}
],
"socket": false,
"manifest": "https://gitlab.com/LeRatierBretonnien/foundryvtt-rdd-fontaine-ortigrise/-/raw/master/module.json",
"download": "https://gitlab.com/LeRatierBretonnien/foundryvtt-rdd-fontaine-ortigrise/-/archive/master/foundryvtt-rdd-fontaine-ortigrise.zip",
"protected": false,
"coreTranslation": false,
"library": false
}