Compare commits

...

3 Commits

Author SHA1 Message Date
LeRatierBretonnien 7d5c7c72ef v11 compat 2023-05-29 17:44:57 +02:00
uberwald 9c22f2084c Merge pull request 'Mise à jour pour système 10.6' (#6) from VincentVk/foundryvtt-rdd-fontaine-ortigrise:master into master
Reviewed-on: #6
2023-01-29 08:45:51 +01:00
Vincent Vandemeulebrouck c481382548 Mise à jour pour système 10.6
- Exploitation du journal v10
- ajout du commerce "l'Auberge de la Fontaine"
- remplacement des objets de l'auberge par des nourritures, boissons
  et services, disponibles à l'auberge.
- ajout des tokens de quelques acteurs sur la scène de l'auberge
- ajout des thumbnails des scènes
- correction des liens vers le compendium
- ajout de liens vers la faune&flore, PNJs, scènes dans le journal
2023-01-29 01:52:57 +01:00
14 changed files with 47 additions and 66 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.1 KiB

View File

@ -1,5 +1,4 @@
{
"name": "foundryvtt-rdd-fontaine-ortigrise",
"id": "foundryvtt-rdd-fontaine-ortigrise",
"title": "La Fontaine d'Ortigrise",
"description": "Scénario du livre de base de Rêve de Dragon v2 et v3",
@ -14,67 +13,59 @@
}
],
"url": "https://gitlab.com/LeRatierBretonnien/foundryvtt-rdd-fontaine-ortigrise",
"flags": {},
"version": "10.0.0",
"minimumCoreVersion": "0.8.9",
"compatibleCoreVersion": "9.269",
"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-11.0.0.zip",
"version": "11.0.0",
"compatibility": {
"minimum": "8",
"verified": "10.285",
"maximum": "10"
"minimum": "10",
"verified": "11",
"maximum": "11"
},
"scripts": [],
"esmodules": [],
"styles": [],
"languages": [],
"packs": [
{
"label": "Ortigrise - Acteurs",
"name": "ortigrise-acteurs",
"path": "./packs/ortigrise-acteurs.db",
"path": "packs/ortigrise-acteurs.db",
"system": "foundryvtt-reve-de-dragon",
"package": "foundryvtt-rdd-fontaine-ortigrise",
"private": false,
"type": "Actor"
"type": "Actor",
"flags": {}
},
{
"label": "Ortigrise - Journal",
"name": "ortigrise-journal",
"path": "./packs/ortigrise-journal.db",
"package": "foundryvtt-rdd-fontaine-ortigrise",
"path": "packs/ortigrise-journal.db",
"private": false,
"type": "JournalEntry"
"type": "JournalEntry",
"system": "foundryvtt-reve-de-dragon",
"flags": {}
},
{
"label": "Ortigrise - Objets",
"name": "ortigrise-objets",
"path": "./packs/ortigrise-objets.db",
"path": "packs/ortigrise-objets.db",
"system": "foundryvtt-reve-de-dragon",
"package": "foundryvtt-rdd-fontaine-ortigrise",
"private": false,
"type": "Item"
"type": "Item",
"flags": {}
},
{
"label": "Ortigrise - Scènes",
"name": "ortigrise-scenes",
"path": "./packs/ortigrise-scenes.db",
"path": "packs/ortigrise-scenes.db",
"system": "foundryvtt-reve-de-dragon",
"package": "foundryvtt-rdd-fontaine-ortigrise",
"private": false,
"type": "Scene"
"type": "Scene",
"flags": {}
}
],
"system": [],
"dependencies": [
{
"name": "foundryvtt-reve-de-dragon",
"type": "system"
}
],
"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-10.0.0.zip",
"protected": false,
"coreTranslation": false,
"library": false
"relationships": {
"systems": [
{
"id": "foundryvtt-reve-de-dragon",
"type": "system",
"compatibility": {}
}
]
}
}

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long