Compare commits
No commits in common. "master" and "wfrp4e-maps-dotr-5.0.2" have entirely different histories.
master
...
wfrp4e-map
Before Width: | Height: | Size: 3.9 KiB |
Before Width: | Height: | Size: 3.9 KiB |
@ -1,5 +1,6 @@
|
||||
[Dolphin]
|
||||
SortRole=modificationtime
|
||||
Timestamp=2023,11,19,12,8,10.445
|
||||
Timestamp=2022,2,5,9,56,30.678
|
||||
Version=4
|
||||
ViewMode=1
|
||||
VisibleRoles=Details_text,Details_size,Details_modificationtime,Details_creationtime,CustomizedDetails
|
||||
|
Before Width: | Height: | Size: 1.0 MiB |
Before Width: | Height: | Size: 4.7 MiB |
Before Width: | Height: | Size: 298 KiB |
Before Width: | Height: | Size: 969 KiB |
Before Width: | Height: | Size: 3.2 MiB |
Before Width: | Height: | Size: 314 KiB |
Before Width: | Height: | Size: 148 KiB |
Before Width: | Height: | Size: 148 KiB |
Before Width: | Height: | Size: 1.0 MiB |
Before Width: | Height: | Size: 1.2 MiB |
Before Width: | Height: | Size: 2.8 MiB |
Before Width: | Height: | Size: 369 KiB |
Before Width: | Height: | Size: 1.1 MiB |
Before Width: | Height: | Size: 347 KiB |
Before Width: | Height: | Size: 1.8 MiB |
Before Width: | Height: | Size: 2.8 MiB |
Before Width: | Height: | Size: 1.1 MiB |
Before Width: | Height: | Size: 173 KiB |
Before Width: | Height: | Size: 668 KiB |
Before Width: | Height: | Size: 1.1 MiB |
Before Width: | Height: | Size: 768 KiB |
Before Width: | Height: | Size: 431 KiB |
Before Width: | Height: | Size: 3.1 MiB |
41
module.json
@ -1,37 +1,32 @@
|
||||
{
|
||||
"name": "wfrp4e-dotr-maps",
|
||||
"title": "WFRP4E - Fan-made maps for Death on the Reik",
|
||||
"description": "Module for maps for DotR (aka chapter 2 of the Imperial Campaign)",
|
||||
"version": "7.0.0",
|
||||
"version": "5.0.2",
|
||||
"minimumCoreVersion" : "0.6.0",
|
||||
"compatibleCoreVersion": "9",
|
||||
"author": "LeRatierBretonnien",
|
||||
"dependencies": [
|
||||
],
|
||||
"esmodules": [
|
||||
],
|
||||
"scripts": [ ],
|
||||
"styles": [],
|
||||
"packs": [
|
||||
{
|
||||
"label": "DotR - Buildings and Maps",
|
||||
"type": "Scene",
|
||||
"name": "dotr-maps",
|
||||
"path": "packs/dotr-maps.db",
|
||||
"private": false,
|
||||
"flags": {}
|
||||
"path": "./packs/dotr-maps.db",
|
||||
"package": "wfrp4e-dotr-maps"
|
||||
}
|
||||
],
|
||||
"languages": [
|
||||
{
|
||||
"languages": [{
|
||||
"lang": "fr",
|
||||
"name": "Français",
|
||||
"path": "lang/fr.json",
|
||||
"flags": {}
|
||||
}
|
||||
],
|
||||
"path": "lang/fr.json"
|
||||
}],
|
||||
"url": "https://www.uberwald.me/gitea/public/wfrp4e-dotr-maps",
|
||||
"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-dotr-maps-7.0.0.zip",
|
||||
"id": "wfrp4e-dotr-maps",
|
||||
"authors": [
|
||||
{
|
||||
"name": "LeRatierBretonnien",
|
||||
"flags": {}
|
||||
}
|
||||
],
|
||||
"compatibility": {
|
||||
"minimum": "10",
|
||||
"verified": "12"
|
||||
}
|
||||
"manifest": "https://www.uberwald.me/gitea/public/wfrp4e-dotr-maps/raw/master/module.json",
|
||||
"download": "https://www.uberwald.me/gitea/public/wfrp4e-dotr-maps/archive/wfrp4e-maps-dotr-5.0.2.zip"
|
||||
}
|