1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-08-08 22:26:51 +02:00

Merge pull request #5313 from IvanSavenko/stable_fix

Make Stables (adventure map) and Stables (castle building) bonuses stack correctly
This commit is contained in:
Ivan Savenko
2025-01-25 13:38:41 +02:00
committed by GitHub
2 changed files with 3 additions and 3 deletions

View File

@ -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"} ]
}
]
}

View File

@ -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"} ]
}
]
}