From 6c4e7f8058c13d2fae423ce4dc3d1fff91d22f6a Mon Sep 17 00:00:00 2001 From: Olegmods Date: Tue, 15 Oct 2024 11:09:14 +0300 Subject: [PATCH 1/4] Update obstacles.json --- config/obstacles.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/obstacles.json b/config/obstacles.json index 52c8de672..b9d5bc57d 100644 --- a/config/obstacles.json +++ b/config/obstacles.json @@ -538,7 +538,7 @@ }, "55": { - "allowedTerrains" : ["water"], + "specialBattlefields" : ["ship"], "width" : 3, "height" : 3, "blockedTiles" : [-15, -16, -33], From 5f34d3b06775d7948c841f05587de383fe3155e1 Mon Sep 17 00:00:00 2001 From: Olegmods Date: Tue, 15 Oct 2024 14:15:43 +0300 Subject: [PATCH 2/4] Update obstacles.json --- config/obstacles.json | 1 + 1 file changed, 1 insertion(+) diff --git a/config/obstacles.json b/config/obstacles.json index b9d5bc57d..95cfdfd20 100644 --- a/config/obstacles.json +++ b/config/obstacles.json @@ -538,6 +538,7 @@ }, "55": { + "allowedTerrains" : ["water"], "specialBattlefields" : ["ship"], "width" : 3, "height" : 3, From 049c6c539f097b77bd47d7b189be0516c99cf12d Mon Sep 17 00:00:00 2001 From: Olegmods Date: Tue, 15 Oct 2024 23:01:53 +0300 Subject: [PATCH 3/4] Revert changes --- config/obstacles.json | 1 - 1 file changed, 1 deletion(-) diff --git a/config/obstacles.json b/config/obstacles.json index 95cfdfd20..b9d5bc57d 100644 --- a/config/obstacles.json +++ b/config/obstacles.json @@ -538,7 +538,6 @@ }, "55": { - "allowedTerrains" : ["water"], "specialBattlefields" : ["ship"], "width" : 3, "height" : 3, From 5e093d82b7b1e14575d62b748319c1fa5fa8d05b Mon Sep 17 00:00:00 2001 From: Olegmods Date: Tue, 15 Oct 2024 23:02:27 +0300 Subject: [PATCH 4/4] Update battlefields.json --- config/battlefields.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/battlefields.json b/config/battlefields.json index 9d9b12fa3..9f032e603 100644 --- a/config/battlefields.json +++ b/config/battlefields.json @@ -162,5 +162,5 @@ 159, 160, 161, 162, 163, 176, 177, 178, 179, 180] }, - "ship": { "graphics" : "CMBKDECK.BMP" } + "ship": { "graphics" : "CMBKDECK.BMP", "isSpecial" : true} }