From ad2ff5418c66992fa7adfee5084246fc32f54b5e Mon Sep 17 00:00:00 2001 From: Ivan Savenko Date: Thu, 23 Jan 2025 16:08:32 +0000 Subject: [PATCH] Make Stables (adventure map) and Stables (castle building) bonuses stack --- config/factions/castle.json | 2 +- config/objects/rewardableBonusing.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/config/factions/castle.json b/config/factions/castle.json index 03b682cb2..f1efc1be7 100644 --- a/config/factions/castle.json +++ b/config/factions/castle.json @@ -191,7 +191,7 @@ { "message" : "@core.genrltxt.580", "movePoints" : 400, - "bonuses" : [ { "type" : "MOVEMENT", "subtype" : "heroMovementLand", "val" : 400, "valueType" : "ADDITIVE_VALUE", "duration" : "ONE_WEEK"} ] + "bonuses" : [ { "type" : "MOVEMENT", "subtype" : "heroMovementLand", "val" : 400, "stacking" : "stables", "valueType" : "ADDITIVE_VALUE", "duration" : "ONE_WEEK"} ] } ] } diff --git a/config/objects/rewardableBonusing.json b/config/objects/rewardableBonusing.json index 9461689ec..78ae8b7a7 100644 --- a/config/objects/rewardableBonusing.json +++ b/config/objects/rewardableBonusing.json @@ -356,7 +356,7 @@ }, "message" : 138, "movePoints" : 400, - "bonuses" : [ { "type" : "MOVEMENT", "subtype" : "heroMovementLand", "val" : 400, "valueType" : "ADDITIVE_VALUE", "duration" : "ONE_WEEK"} ], + "bonuses" : [ { "type" : "MOVEMENT", "subtype" : "heroMovementLand", "val" : 400, "valueType" : "ADDITIVE_VALUE", "stacking" : "stables", "duration" : "ONE_WEEK"} ], "changeCreatures" : { "cavalier" : "champion" } @@ -364,7 +364,7 @@ { "message" : 137, "movePoints" : 400, - "bonuses" : [ { "type" : "MOVEMENT", "subtype" : "heroMovementLand", "val" : 400, "valueType" : "ADDITIVE_VALUE", "duration" : "ONE_WEEK"} ] + "bonuses" : [ { "type" : "MOVEMENT", "subtype" : "heroMovementLand", "val" : 400, "valueType" : "ADDITIVE_VALUE", "stacking" : "stables", "duration" : "ONE_WEEK"} ] } ] }