Compare commits
8 Commits
wfrp4e-map
...
master
Author | SHA1 | Date | |
---|---|---|---|
1625f78280 | |||
62e81f7d0a | |||
e5fde80466 | |||
c8565e34f7 | |||
4bed5f7309 | |||
d4f5d47fe8 | |||
cc2c9f814e | |||
79439dae9f |
BIN
assets/scenes/Qt6O8H39oHKHBkRy-thumb.webp
Normal file
After Width: | Height: | Size: 3.9 KiB |
BIN
assets/scenes/UK5sd0e67hzAEyun-thumb.webp
Normal file
After Width: | Height: | Size: 3.9 KiB |
@ -1,6 +1,5 @@
|
|||||||
[Dolphin]
|
[Dolphin]
|
||||||
SortRole=modificationtime
|
SortRole=modificationtime
|
||||||
Timestamp=2022,2,5,9,56,30.678
|
Timestamp=2023,11,19,12,8,10.445
|
||||||
Version=4
|
Version=4
|
||||||
ViewMode=1
|
|
||||||
VisibleRoles=Details_text,Details_size,Details_modificationtime,Details_creationtime,CustomizedDetails
|
VisibleRoles=Details_text,Details_size,Details_modificationtime,Details_creationtime,CustomizedDetails
|
||||||
|
After Width: | Height: | Size: 1.0 MiB |
BIN
images/scenes/Castle Wittgenstein Dungeons.webp
Normal file
After Width: | Height: | Size: 4.7 MiB |
BIN
images/scenes/Castle Wittgenstein Left - Balcony (Gridless).webp
Normal file
After Width: | Height: | Size: 298 KiB |
After Width: | Height: | Size: 969 KiB |
After Width: | Height: | Size: 3.2 MiB |
After Width: | Height: | Size: 314 KiB |
After Width: | Height: | Size: 148 KiB |
After Width: | Height: | Size: 148 KiB |
After Width: | Height: | Size: 1.0 MiB |
BIN
images/scenes/Castle Wittgenstein Right - First Floor.webp
Normal file
After Width: | Height: | Size: 1.2 MiB |
After Width: | Height: | Size: 2.8 MiB |
After Width: | Height: | Size: 369 KiB |
BIN
images/scenes/City Square (Night) (Gridless).webp
Normal file
After Width: | Height: | Size: 1.1 MiB |
BIN
images/scenes/Elvyra_s House Ground Floor (Gridless).webp
Normal file
After Width: | Height: | Size: 347 KiB |
BIN
images/scenes/Grissenwald Farmhouse (Gridless).webp
Normal file
After Width: | Height: | Size: 1.8 MiB |
BIN
images/scenes/The Devil_s Bowl Cave (Gridless).webp
Normal file
After Width: | Height: | Size: 2.8 MiB |
BIN
images/scenes/The Golden Trout First Floor.webp
Normal file
After Width: | Height: | Size: 1.1 MiB |
BIN
images/scenes/The Physician_s House Basement (Gridless).webp
Normal file
After Width: | Height: | Size: 173 KiB |
BIN
images/scenes/The Physician_s House First Floor (Gridless).webp
Normal file
After Width: | Height: | Size: 668 KiB |
BIN
images/scenes/The Physician_s House Ground Floor (Gridless).webp
Normal file
After Width: | Height: | Size: 1.1 MiB |
BIN
images/scenes/The Temple of Sigmar (Gridless).webp
Normal file
After Width: | Height: | Size: 768 KiB |
BIN
images/scenes/The Temple of Sigmar Crypts (Gridless).webp
Normal file
After Width: | Height: | Size: 431 KiB |
BIN
images/scenes/Under the Castle (Gridless).webp
Normal file
After Width: | Height: | Size: 3.1 MiB |
49
module.json
@ -1,32 +1,37 @@
|
|||||||
{
|
{
|
||||||
"name": "wfrp4e-dotr-maps",
|
|
||||||
"title": "WFRP4E - Fan-made maps for Death on the Reik",
|
"title": "WFRP4E - Fan-made maps for Death on the Reik",
|
||||||
"description": "Module for maps for DotR (aka chapter 2 of the Imperial Campaign)",
|
"description": "Module for maps for DotR (aka chapter 2 of the Imperial Campaign)",
|
||||||
"version": "5.0.2",
|
"version": "7.0.0",
|
||||||
"minimumCoreVersion" : "0.6.0",
|
"packs": [
|
||||||
"compatibleCoreVersion": "9",
|
|
||||||
"author": "LeRatierBretonnien",
|
|
||||||
"dependencies": [
|
|
||||||
],
|
|
||||||
"esmodules": [
|
|
||||||
],
|
|
||||||
"scripts": [ ],
|
|
||||||
"styles": [],
|
|
||||||
"packs": [
|
|
||||||
{
|
{
|
||||||
"label": "DotR - Buildings and Maps",
|
"label": "DotR - Buildings and Maps",
|
||||||
"type": "Scene",
|
"type": "Scene",
|
||||||
"name": "dotr-maps",
|
"name": "dotr-maps",
|
||||||
"path": "./packs/dotr-maps.db",
|
"path": "packs/dotr-maps.db",
|
||||||
"package": "wfrp4e-dotr-maps"
|
"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-dotr-maps",
|
"url": "https://www.uberwald.me/gitea/public/wfrp4e-dotr-maps",
|
||||||
"manifest": "https://www.uberwald.me/gitea/public/wfrp4e-dotr-maps/raw/master/module.json",
|
"manifest": "https://www.uberwald.me/gitea/public/wfrp4e-dotr-maps/raw/branch/master/module.json",
|
||||||
"download": "https://www.uberwald.me/gitea/public/wfrp4e-dotr-maps/archive/wfrp4e-maps-dotr-5.0.2.zip"
|
"download": "https://www.uberwald.me/gitea/public/wfrp4e-dotr-maps/archive/wfrp4e-dotr-maps-7.0.0.zip",
|
||||||
}
|
"id": "wfrp4e-dotr-maps",
|
||||||
|
"authors": [
|
||||||
|
{
|
||||||
|
"name": "LeRatierBretonnien",
|
||||||
|
"flags": {}
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"compatibility": {
|
||||||
|
"minimum": "10",
|
||||||
|
"verified": "12"
|
||||||
|
}
|
||||||
|
}
|