New maps
@ -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
|
||||
|
BIN
images/scenes/Blood on the Road (Gridless).webp
Normal file
After Width: | Height: | Size: 3.6 MiB |
BIN
images/scenes/Blood on the Road (Night) (Gridless).webp
Normal file
After Width: | Height: | Size: 1.3 MiB |
BIN
images/scenes/Bogenhafen Docks (Gridless).webp
Normal file
After Width: | Height: | Size: 1.9 MiB |
BIN
images/scenes/Lauberge_du_Batelier_debut_nuit.webp
Normal file
After Width: | Height: | Size: 425 KiB |
BIN
images/scenes/Lembuscade.webp
Normal file
After Width: | Height: | Size: 5.4 MiB |
BIN
images/scenes/Relais_Diligence.webp
Normal file
After Width: | Height: | Size: 4.1 MiB |
BIN
images/scenes/Schaffenfest Tourney (Gridless).webp
Normal file
After Width: | Height: | Size: 2.8 MiB |
BIN
images/scenes/The Berebeli Cabin (Gridless).webp
Normal file
After Width: | Height: | Size: 226 KiB |
BIN
images/scenes/The Berebeli Cabin (Night) (Gridless).webp
Normal file
After Width: | Height: | Size: 169 KiB |
BIN
images/scenes/The Berebeli Main Deck (Docked) (Gridless).webp
Normal file
After Width: | Height: | Size: 966 KiB |
BIN
images/scenes/The Berebeli Main Deck (Night) (Gridless).webp
Normal file
After Width: | Height: | Size: 376 KiB |
Before Width: | Height: | Size: 901 KiB After Width: | Height: | Size: 1.1 MiB |
BIN
images/scenes/The Trumpet Inn First Floor (Gridless).webp
Normal file
After Width: | Height: | Size: 1.4 MiB |
BIN
images/scenes/The Trumpet Inn Ground Floor (Gridless).webp
Normal file
After Width: | Height: | Size: 1.4 MiB |
Before Width: | Height: | Size: 1.2 MiB After Width: | Height: | Size: 1.2 MiB |
49
module.json
@ -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": [],
|
||||
"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"
|
||||
"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"
|
||||
}
|
||||
}
|