Compare commits

..

8 Commits

Author SHA1 Message Date
62e81f7d0a v12 migration 2024-05-29 09:07:45 +02:00
e5fde80466 v11 ready 2023-08-15 09:14:54 +02:00
c8565e34f7 v10/v11 compat 2023-05-27 17:00:41 +02:00
4bed5f7309 Sync v10 2023-01-29 15:15:35 +01:00
d4f5d47fe8 Sync v10 2023-01-29 15:09:27 +01:00
cc2c9f814e Sync v10 2023-01-29 15:07:28 +01:00
79439dae9f New maps 2022-11-07 13:42:19 +01:00
5562cc6629 Migrate repo 2022-05-21 12:57:12 +02:00
28 changed files with 52 additions and 26 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.9 KiB

View File

@ -1,6 +1,5 @@
[Dolphin]
SortRole=modificationtime
Timestamp=2022,2,5,9,56,30.678
Timestamp=2023,11,19,12,8,10.445
Version=4
ViewMode=1
VisibleRoles=Details_text,Details_size,Details_modificationtime,Details_creationtime,CustomizedDetails

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.7 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 298 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 969 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.2 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 314 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 148 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 148 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.8 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 369 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 347 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.8 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 173 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 668 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 768 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 431 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.1 MiB

View File

@ -1,32 +1,37 @@
{
"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": "5.0.1",
"minimumCoreVersion" : "0.6.0",
"compatibleCoreVersion": "9",
"author": "LeRatierBretonnien",
"dependencies": [
],
"esmodules": [
],
"scripts": [ ],
"styles": [],
"packs": [
"version": "7.0.0",
"packs": [
{
"label": "DotR - Buildings and Maps",
"type": "Scene",
"name": "dotr-maps",
"path": "./packs/dotr-maps.db",
"package": "wfrp4e-dotr-maps"
"path": "packs/dotr-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-dotr-maps",
"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.1.zip"
}
"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-7.0.0.zip",
"id": "wfrp4e-dotr-maps",
"authors": [
{
"name": "LeRatierBretonnien",
"flags": {}
}
],
"compatibility": {
"minimum": "10",
"verified": "12"
}
}

File diff suppressed because one or more lines are too long