This commit is contained in:
sladecraven 2022-11-07 13:51:17 +01:00
parent e13a5eec51
commit 6c09c8d344
18 changed files with 47 additions and 26 deletions

View File

@ -1,4 +1,6 @@
[Dolphin]
Timestamp=2021,11,13,9,8,12.943999999999999
SortRole=modificationtime
Timestamp=2022,9,16,9,13,6.961
Version=4
ViewMode=1
VisibleRoles=Details_text,Details_size,Details_modificationtime,Details_creationtime,CustomizedDetails

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.6 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 425 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.4 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.1 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.8 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 226 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 169 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 966 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 376 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 901 KiB

After

Width:  |  Height:  |  Size: 1.1 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 MiB

After

Width:  |  Height:  |  Size: 1.2 MiB

View File

@ -1,39 +1,46 @@
{
"name": "wfrp4e-eis-maps",
"title": "WFRP4E - Fan-made maps for Ennemy in Shadows",
"description": "Module for maps for EiS (aka chapter 1 of the Imperial Campaign)",
"version": "5.0.1",
"minimumCoreVersion" : "0.6.0",
"compatibleCoreVersion": "9",
"author": "LeRatierBretonnien",
"dependencies": [
],
"esmodules": [
],
"scripts": [ ],
"styles": [],
"packs": [
"version": "6.0.0",
"packs": [
{
"label": "EiS - Buildings and Maps",
"type": "Scene",
"name": "ennemy-in-shadows-maps",
"path": "./packs/ennemy-in-shadows-maps.db",
"package": "wfrp4e-eis-maps"
"path": "packs/ennemy-in-shadows-maps.db",
"private": false,
"flags": {}
},
{
"label": "EiS Maps",
"type": "JournalEntry",
"name": "eis-maps",
"path": "./packs/eis-maps.db",
"package": "wfrp4e-eis-maps"
}
"path": "packs/eis-maps.db",
"private": false,
"flags": {}
}
],
"languages": [
{
"lang": "fr",
"name": "Français",
"path": "lang/fr.json",
"flags": {}
}
],
"languages": [{
"lang": "fr",
"name": "Français",
"path": "lang/fr.json"
}],
"url": "https://www.uberwald.me/gitea/public/wfrp4e-eis-maps",
"manifest": "https://www.uberwald.me/gitea/public/wfrp4e-eis-maps/raw/branch/master/module.json",
"download": "https://www.uberwald.me/gitea/public/wfrp4e-eis-maps/archive/wfrp4e-maps-eis-5.0.1.zip"
}
"manifest": "https://www.uberwald.me/gitea/public/wfrp4e-eis-maps/raw/branch/master/module.json",
"download": "https://www.uberwald.me/gitea/public/wfrp4e-eis-maps/archive/wfrp4e-maps-eis-6.0.0.zip",
"id": "wfrp4e-eis-maps",
"authors": [
{
"name": "LeRatierBretonnien",
"flags": {}
}
],
"compatibility": {
"minimum": "0.8.0",
"verified": "10",
"maximum": "10"
}
}

File diff suppressed because one or more lines are too long