5 Commits

Author SHA1 Message Date
acbb2465a7 New maps from Kyllian/Dan 2022-11-07 13:16:39 +01:00
87d3bc5426 New maps 2022-11-07 13:03:35 +01:00
0c1cc6ccdc Fix v9/v10 2022-09-15 20:32:12 +02:00
0557b05b0e Fix v9/v10 2022-09-15 20:18:59 +02:00
2f36f1f666 Add new maps from Dan/Kyllian + Martin Jones 2022-09-12 16:46:31 +02:00
31 changed files with 49 additions and 23 deletions

View File

@ -6,7 +6,7 @@ The maps are designed to be used with Foundry only, all other uses must be notif
# Authors # Authors
Trekit1793, LeRatierBretonnien Trekit1793, Dan/Kyllian, Martin Jones, LeRatierBretonnien
# Tools and assets used # Tools and assets used

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.4 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 737 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 832 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 907 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 864 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 749 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 536 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.2 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 735 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 133 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.9 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.8 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.9 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.0 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.0 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.2 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.2 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 793 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 899 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 899 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.7 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 MiB

View File

@ -1,32 +1,30 @@
{ {
"name": "wfrp4e-pbth-maps", "id": "wfrp4e-pbth-maps",
"title": "WFRP4E - Fan-made maps for Power Behind The Throne", "title": "WFRP4E - Fan-made maps for Power Behind The Throne",
"description": "Module for maps for PBTH (aka chapter 3 of the Imperial Campaign)", "description": "Module for maps for PBTH (aka chapter 3 of the Imperial Campaign)",
"version": "5.0.1", "version": "6.0.3",
"minimumCoreVersion" : "0.8.9", "compatibility": {
"compatibleCoreVersion": "9", "minimum": "0.8.9",
"author": "LeRatierBretonnien", "verified": "10",
"dependencies": [ "maximum": "10"
], },
"esmodules": [ "packs": [
],
"scripts": [ ],
"styles": [],
"packs": [
{ {
"label": "PBtH - Buildings and Maps", "label": "PBtH - Buildings and Maps",
"type": "Scene", "type": "Scene",
"name": "pbth-maps", "name": "pbth-maps",
"path": "./packs/pbth-maps.db", "path": "packs/pbth-maps.db",
"package": "wfrp4e-pbth-maps" "private": false,
"flags": {}
} }
], ],
"languages": [{
"lang": "fr",
"name": "Français",
"path": "lang/fr.json"
}],
"url": "https://www.uberwald.me/gitea/public/wfrp4e-pbth-maps", "url": "https://www.uberwald.me/gitea/public/wfrp4e-pbth-maps",
"manifest": "https://www.uberwald.me/gitea/public/wfrp4e-pbth-maps/raw/master/module.json", "manifest": "https://www.uberwald.me/gitea/public/wfrp4e-pbth-maps/raw/master/module.json",
"download": "https://www.uberwald.me/gitea/public/wfrp4e-pbth-maps/archive/wfrp4e-maps-pbth-5.0.1.zip" "download": "https://www.uberwald.me/gitea/public/wfrp4e-pbth-maps/archive/wfrp4e-maps-pbth-6.0.3.zip",
} "authors": [
{
"name": "LeRatierBretonnien",
"flags": {}
}
]
}

File diff suppressed because one or more lines are too long