Compare commits
No commits in common. "master" and "foundryvtt-rdd-fontaine-ortigrise-1.2.2" have entirely different histories.
master
...
foundryvtt
Before Width: | Height: | Size: 9.0 KiB |
Before Width: | Height: | Size: 12 KiB |
Before Width: | Height: | Size: 7.0 KiB |
Before Width: | Height: | Size: 6.0 KiB |
Before Width: | Height: | Size: 7.2 KiB |
Before Width: | Height: | Size: 7.4 KiB |
Before Width: | Height: | Size: 8.5 KiB |
Before Width: | Height: | Size: 4.1 KiB |
Before Width: | Height: | Size: 6.1 KiB |
76
module.json
@ -1,70 +1,66 @@
|
|||||||
{
|
{
|
||||||
"id": "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",
|
||||||
"authors": [
|
"author": "LeRatierBretonnien",
|
||||||
{
|
"authors": [],
|
||||||
"name": "LeRatierBretonnien",
|
|
||||||
"flags": {}
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "VincentVK",
|
|
||||||
"flags": {}
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"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",
|
"flags": {},
|
||||||
"download": "https://www.uberwald.me/gitea/public/foundryvtt-rdd-fontaine-ortigrise/archive/foundryvtt-rdd-fontaine-ortigrise-12.0.0.zip",
|
"version": "1.2.2",
|
||||||
"version": "12.0.0",
|
"minimumCoreVersion": "0.8.9",
|
||||||
"compatibility": {
|
"compatibleCoreVersion": "9.269",
|
||||||
"minimum": "11",
|
"scripts": [],
|
||||||
"verified": "12"
|
"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": {}
|
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"relationships": {
|
"system": [],
|
||||||
"systems": [
|
"dependencies": [
|
||||||
{
|
{
|
||||||
"id": "foundryvtt-reve-de-dragon",
|
"name": "foundryvtt-reve-de-dragon",
|
||||||
"type": "system",
|
"type": "system"
|
||||||
"compatibility": {}
|
}
|
||||||
}
|
],
|
||||||
]
|
"socket": false,
|
||||||
}
|
"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-1.2.2.zip",
|
||||||
|
"protected": false,
|
||||||
|
"coreTranslation": false,
|
||||||
|
"library": false
|
||||||
}
|
}
|