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