Compare commits
3 Commits
Author | SHA1 | Date | |
---|---|---|---|
be63005419 | |||
7d5c7c72ef | |||
9c22f2084c |
62
module.json
62
module.json
@ -1,5 +1,4 @@
|
|||||||
{
|
{
|
||||||
"name": "foundryvtt-rdd-fontaine-ortigrise",
|
|
||||||
"id": "foundryvtt-rdd-fontaine-ortigrise",
|
"id": "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",
|
||||||
@ -15,66 +14,57 @@
|
|||||||
],
|
],
|
||||||
"url": "https://gitlab.com/LeRatierBretonnien/foundryvtt-rdd-fontaine-ortigrise",
|
"url": "https://gitlab.com/LeRatierBretonnien/foundryvtt-rdd-fontaine-ortigrise",
|
||||||
"manifest": "https://www.uberwald.me/gitea/public/foundryvtt-rdd-fontaine-ortigrise/raw/branch/master/module.json",
|
"manifest": "https://www.uberwald.me/gitea/public/foundryvtt-rdd-fontaine-ortigrise/raw/branch/master/module.json",
|
||||||
"download": "https://www.uberwald.me/gitea/public/foundryvtt-rdd-fontaine-ortigrise/archive/foundryvtt-rdd-fontaine-ortigrise-10.1.0.zip",
|
"download": "https://www.uberwald.me/gitea/public/foundryvtt-rdd-fontaine-ortigrise/archive/foundryvtt-rdd-fontaine-ortigrise-12.0.0.zip",
|
||||||
"flags": {},
|
"version": "12.0.0",
|
||||||
"version": "10.1.0",
|
|
||||||
"minimumCoreVersion": "10",
|
|
||||||
"compatibleCoreVersion": "10",
|
|
||||||
"compatibility": {
|
"compatibility": {
|
||||||
"minimum": "10",
|
"minimum": "11",
|
||||||
"verified": "10.291",
|
"verified": "12"
|
||||||
"maximum": "10"
|
|
||||||
},
|
},
|
||||||
"scripts": [],
|
|
||||||
"esmodules": [],
|
|
||||||
"styles": [],
|
|
||||||
"languages": [],
|
|
||||||
"packs": [
|
"packs": [
|
||||||
{
|
{
|
||||||
"label": "Ortigrise - Acteurs",
|
"label": "Ortigrise - Acteurs",
|
||||||
"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",
|
|
||||||
"private": false,
|
"private": false,
|
||||||
"type": "Actor"
|
"type": "Actor",
|
||||||
|
"flags": {}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"label": "Ortigrise - Journal",
|
"label": "Ortigrise - Journal",
|
||||||
"name": "ortigrise-journal",
|
"name": "ortigrise-journal",
|
||||||
"path": "./packs/ortigrise-journal.db",
|
"path": "packs/ortigrise-journal.db",
|
||||||
"package": "foundryvtt-rdd-fontaine-ortigrise",
|
|
||||||
"private": false,
|
"private": false,
|
||||||
"type": "JournalEntry"
|
"type": "JournalEntry",
|
||||||
|
"system": "foundryvtt-reve-de-dragon",
|
||||||
|
"flags": {}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"label": "Ortigrise - Objets",
|
"label": "Ortigrise - Objets",
|
||||||
"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",
|
|
||||||
"private": false,
|
"private": false,
|
||||||
"type": "Item"
|
"type": "Item",
|
||||||
|
"flags": {}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"label": "Ortigrise - Scènes",
|
"label": "Ortigrise - Scènes",
|
||||||
"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",
|
|
||||||
"private": false,
|
"private": false,
|
||||||
"type": "Scene"
|
"type": "Scene",
|
||||||
|
"flags": {}
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"system": [],
|
"relationships": {
|
||||||
"dependencies": [
|
"systems": [
|
||||||
{
|
{
|
||||||
"name": "foundryvtt-reve-de-dragon",
|
"id": "foundryvtt-reve-de-dragon",
|
||||||
"type": "system"
|
"type": "system",
|
||||||
}
|
"compatibility": {}
|
||||||
],
|
}
|
||||||
"socket": false,
|
]
|
||||||
"protected": false,
|
}
|
||||||
"coreTranslation": false,
|
|
||||||
"library": false
|
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user