Sync with v9

This commit is contained in:
sladecraven 2021-12-28 11:05:57 +01:00
parent 53b057bd4e
commit cd5a7f3b36

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",
"version": "0.0.8",
"minimumCoreVersion" : "0.7.1",
"compatibleCoreVersion": "0.7.10",
"author": "LeRatierBretonnien", "author": "LeRatierBretonnien",
"dependencies": [ "authors": [],
{ "url": "https://gitlab.com/LeRatierBretonnien/foundryvtt-rdd-fontaine-ortigrise",
"name": "foundryvtt-reve-de-dragon", "flags": {},
"type": "system" "version": "0.1.0",
} "minimumCoreVersion": "0.7.0",
], "compatibleCoreVersion": "9",
"esmodules": [ "scripts": [],
], "esmodules": [],
"scripts": [ ],
"styles": [], "styles": [],
"languages": [],
"packs": [ "packs": [
{ {
"label": "Ortigrise - Acteurs", "label": "Ortigrise - Acteurs",
"entity": "Actor",
"name": "ortigrise-acteurs", "name": "ortigrise-acteurs",
"path": "./packs/ortigrise-acteurs.db", "path": "./packs/ortigrise-acteurs.db",
"system": "foundryvtt-reve-de-dragon", "system": "foundryvtt-reve-de-dragon",
"package": "foundryvtt-rdd-fontaine-ortigrise" "package": "foundryvtt-rdd-fontaine-ortigrise",
"private": false,
"type": "Actor"
}, },
{ {
"label": "Ortigrise - Journal", "label": "Ortigrise - Journal",
"entity": "JournalEntry",
"name": "ortigrise-journal", "name": "ortigrise-journal",
"path": "./packs/ortigrise-journal.db", "path": "./packs/ortigrise-journal.db",
"package": "foundryvtt-rdd-fontaine-ortigrise" "package": "foundryvtt-rdd-fontaine-ortigrise",
"private": false,
"type": "JournalEntry"
}, },
{ {
"label": "Ortigrise - Objets", "label": "Ortigrise - Objets",
"entity": "Item",
"name": "ortigrise-objets", "name": "ortigrise-objets",
"path": "./packs/ortigrise-objets.db", "path": "./packs/ortigrise-objets.db",
"system": "foundryvtt-reve-de-dragon", "system": "foundryvtt-reve-de-dragon",
"package": "foundryvtt-rdd-fontaine-ortigrise" "package": "foundryvtt-rdd-fontaine-ortigrise",
"private": false,
"type": "Item"
}, },
{ {
"label": "Ortigrise - Scènes", "label": "Ortigrise - Scènes",
"entity": "Scene",
"name": "ortigrise-scenes", "name": "ortigrise-scenes",
"path": "./packs/ortigrise-scenes.db", "path": "./packs/ortigrise-scenes.db",
"system": "foundryvtt-reve-de-dragon", "system": "foundryvtt-reve-de-dragon",
"package": "foundryvtt-rdd-fontaine-ortigrise" "package": "foundryvtt-rdd-fontaine-ortigrise",
"private": false,
"type": "Scene"
} }
], ],
"url": "https://gitlab.com/LeRatierBretonnien/foundryvtt-rdd-fontaine-ortigrise", "system": [],
"dependencies": [
{
"name": "foundryvtt-reve-de-dragon",
"type": "system"
}
],
"socket": false,
"manifest": "https://gitlab.com/LeRatierBretonnien/foundryvtt-rdd-fontaine-ortigrise/-/raw/master/module.json", "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" "download": "https://gitlab.com/LeRatierBretonnien/foundryvtt-rdd-fontaine-ortigrise/-/archive/master/foundryvtt-rdd-fontaine-ortigrise.zip",
"protected": false,
"coreTranslation": false,
"library": false
} }