From 8a09d364f56f8de682e92b6c18ece7d4584c57b0 Mon Sep 17 00:00:00 2001 From: Ivan Savenko Date: Fri, 7 Feb 2025 14:06:12 +0000 Subject: [PATCH] Reduce size of junction zones on Coldshadow Fantasy template This should reduce amount of huge blocked chunks of map without greatly changing template gameplay. Junction zones are used on one more template (Gimlis revenge), however that template is limited to L-sized maps, so there are no massive chunks of blocked terrain --- .../vcmi/Content/config/rmg/hdmod/coldshadowsFantasy.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Mods/vcmi/Content/config/rmg/hdmod/coldshadowsFantasy.json b/Mods/vcmi/Content/config/rmg/hdmod/coldshadowsFantasy.json index d62bdde01..9875349ea 100755 --- a/Mods/vcmi/Content/config/rmg/hdmod/coldshadowsFantasy.json +++ b/Mods/vcmi/Content/config/rmg/hdmod/coldshadowsFantasy.json @@ -159,7 +159,7 @@ }, "17": { - "type" : "junction", "size" : 30, + "type" : "junction", "size" : 15, "terrainTypeLikeZone" : 9, "allowedTowns" : ["neutral"], "monsters" : "strong", @@ -172,7 +172,7 @@ }, "18": { - "type" : "junction", "size" : 30, + "type" : "junction", "size" : 15, "terrainTypeLikeZone" : 9, "allowedTowns" : ["neutral"], "monsters" : "strong", @@ -181,7 +181,7 @@ }, "19": { - "type" : "junction", "size" : 30, + "type" : "junction", "size" : 15, "terrainTypeLikeZone" : 9, "allowedTowns" : ["neutral"], "monsters" : "strong", @@ -190,7 +190,7 @@ }, "20": { - "type" : "junction", "size" : 30, + "type" : "junction", "size" : 15, "terrainTypeLikeZone" : 9, "allowedTowns" : ["neutral"], "monsters" : "strong",