Add new maps from Dan/Kyllian + Martin Jones
@ -6,7 +6,7 @@ The maps are designed to be used with Foundry only, all other uses must be notif
|
||||
|
||||
# Authors
|
||||
|
||||
Trekit1793, LeRatierBretonnien
|
||||
Trekit1793, Dan/Kyllian, Martin Jones, LeRatierBretonnien
|
||||
|
||||
|
||||
# Tools and assets used
|
||||
|
BIN
images/scenes/A Purple Hand Welcome (Gridless).webp
Normal file
After Width: | Height: | Size: 2.4 MiB |
BIN
images/scenes/A Purple Hand Welcome (Night) (Gridless)(1).webp
Normal file
After Width: | Height: | Size: 1.1 MiB |
BIN
images/scenes/Archery_Tournament_in_Middenheim.jpg
Normal file
After Width: | Height: | Size: 737 KiB |
BIN
images/scenes/BERNABAU_STADIUM_fighting.jpg
Normal file
After Width: | Height: | Size: 832 KiB |
BIN
images/scenes/BERNABAU_STADIUM_middenball.jpg
Normal file
After Width: | Height: | Size: 907 KiB |
BIN
images/scenes/Lair of the Pawns (Gridless).webp
Normal file
After Width: | Height: | Size: 864 KiB |
BIN
images/scenes/Lair_of_the_Gravelord.jpg
Normal file
After Width: | Height: | Size: 749 KiB |
BIN
images/scenes/Pritzstock (Gridless).webp
Normal file
After Width: | Height: | Size: 4.2 MiB |
BIN
images/scenes/Pritzstock (Night) (Gridless).webp
Normal file
After Width: | Height: | Size: 1.6 MiB |
BIN
images/scenes/Square of Martials (Archery) (Gridless).webp
Normal file
After Width: | Height: | Size: 2.1 MiB |
BIN
images/scenes/Square of Martials (Gridless).webp
Normal file
After Width: | Height: | Size: 1.9 MiB |
BIN
images/scenes/Templars_Arms_Ground_Floor.jpg
Normal file
After Width: | Height: | Size: 735 KiB |
BIN
images/scenes/The House (Gridless).webp
Normal file
After Width: | Height: | Size: 1.6 MiB |
BIN
images/scenes/The House Cellar (Gridless).webp
Normal file
After Width: | Height: | Size: 133 KiB |
BIN
images/scenes/The House First Floor (Gridless).webp
Normal file
After Width: | Height: | Size: 1.1 MiB |
BIN
images/scenes/The Lair of the Gravelord (Gridless).webp
Normal file
After Width: | Height: | Size: 2.9 MiB |
BIN
images/scenes/The Palace (Gridless).webp
Normal file
After Width: | Height: | Size: 2.8 MiB |
BIN
images/scenes/The Palace First Floor (Gridless).webp
Normal file
After Width: | Height: | Size: 2.9 MiB |
BIN
images/scenes/The Pit (Gridless).webp
Normal file
After Width: | Height: | Size: 2.0 MiB |
BIN
images/scenes/The Sewers (Gridless).webp
Normal file
After Width: | Height: | Size: 6.0 MiB |
BIN
images/scenes/The Templar_s Arms (Gridless).webp
Normal file
After Width: | Height: | Size: 3.2 MiB |
BIN
images/scenes/The Templar_s Arms First Floor (Gridless).webp
Normal file
After Width: | Height: | Size: 2.2 MiB |
BIN
images/scenes/The_Templars_Arms_1st_floor.jpg
Normal file
After Width: | Height: | Size: 793 KiB |
BIN
images/scenes/Wasmeirs Town House (Gridless).webp
Normal file
After Width: | Height: | Size: 4.7 MiB |
BIN
images/scenes/Wasmeirs Town House First Floor (Gridless).webp
Normal file
After Width: | Height: | Size: 1.8 MiB |
15
module.json
@ -1,10 +1,15 @@
|
||||
{
|
||||
"name": "wfrp4e-pbth-maps",
|
||||
"id": "wfrp4e-pbth-maps",
|
||||
"title": "WFRP4E - Fan-made maps for Power Behind The Throne",
|
||||
"description": "Module for maps for PBTH (aka chapter 3 of the Imperial Campaign)",
|
||||
"version": "5.0.1",
|
||||
"version": "6.0.0",
|
||||
"minimumCoreVersion" : "0.8.9",
|
||||
"compatibleCoreVersion": "9",
|
||||
"compatibility": {
|
||||
"minimum": "8",
|
||||
"verified": "10.285"
|
||||
},
|
||||
"author": "LeRatierBretonnien",
|
||||
"dependencies": [
|
||||
],
|
||||
@ -21,12 +26,8 @@
|
||||
"package": "wfrp4e-pbth-maps"
|
||||
}
|
||||
],
|
||||
"languages": [{
|
||||
"lang": "fr",
|
||||
"name": "Français",
|
||||
"path": "lang/fr.json"
|
||||
}],
|
||||
"languages": [],
|
||||
"url": "https://www.uberwald.me/gitea/public/wfrp4e-pbth-maps",
|
||||
"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.0.zip"
|
||||
}
|
||||
|