From 967fe37b7ea5c76d1b2b6234a050439617ae05a6 Mon Sep 17 00:00:00 2001 From: Thomas Andres Gomez Date: Sat, 6 Dec 2025 21:53:04 +0100 Subject: [PATCH] =?UTF-8?q?Add=20Dahom=C3=A9=20Map=20&=20update=20campaign?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- campaign/campaign.json | 8 ++++++++ maps/DAHOME_432_PU.json | 26 ++++++++++++++++++++++++++ 2 files changed, 34 insertions(+) create mode 100644 maps/DAHOME_432_PU.json diff --git a/campaign/campaign.json b/campaign/campaign.json index 9ab89c1..02a7e41 100644 --- a/campaign/campaign.json +++ b/campaign/campaign.json @@ -8,6 +8,14 @@ "MYRSHA" ], "npcs": [], + "map": { + "id": "DAHOME_432_PU", + "camera": { + "zoom": 1.52, + "offsetX": 1594, + "offsetY": 1149 + } + }, "scene": { "name": "Session 18 : Caspaè - 39 Motannes, 432 PU." }, diff --git a/maps/DAHOME_432_PU.json b/maps/DAHOME_432_PU.json new file mode 100644 index 0000000..79676c1 --- /dev/null +++ b/maps/DAHOME_432_PU.json @@ -0,0 +1,26 @@ +{ + "type": "com.pixelized.shared.lwa.model.map.MapJsonV1", + "id": "DAHOME_432_PU", + "name": "Dahomé", + "camera": { + "zoom": 1.52, + "offsetX": 1594, + "offsetY": 1149 + }, + "size": { + "width": 3840, + "height": 2160 + }, + "resources": [ + { + "id": "ROOT", + "name": "Root", + "uri": "https://i.ibb.co/7dvDJ50L/image-dahome-maps.webp" + }, + { + "id": "REGION", + "name": "Frontières", + "uri": "https://i.ibb.co/mC4jw8Yj/image-dahome-regions.webp" + } + ] +} \ No newline at end of file