diff --git a/campaign/campaign.json b/campaign/campaign.json index 9ab89c1..80ca753 100644 --- a/campaign/campaign.json +++ b/campaign/campaign.json @@ -8,6 +8,7 @@ "MYRSHA" ], "npcs": [], + "map": "DAHOME_432_PU", "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