mirror of
https://github.com/vcmi/vcmi.git
synced 2025-03-19 21:10:12 +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:
commit
a858056af0
@ -191,7 +191,7 @@
|
|||||||
{
|
{
|
||||||
"message" : "@core.genrltxt.580",
|
"message" : "@core.genrltxt.580",
|
||||||
"movePoints" : 400,
|
"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"} ]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
@ -356,7 +356,7 @@
|
|||||||
},
|
},
|
||||||
"message" : 138,
|
"message" : 138,
|
||||||
"movePoints" : 400,
|
"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" : {
|
"changeCreatures" : {
|
||||||
"cavalier" : "champion"
|
"cavalier" : "champion"
|
||||||
}
|
}
|
||||||
@ -364,7 +364,7 @@
|
|||||||
{
|
{
|
||||||
"message" : 137,
|
"message" : 137,
|
||||||
"movePoints" : 400,
|
"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"} ]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user