소스 검색

Merge pull request #5313 from IvanSavenko/stable_fix

Make Stables (adventure map) and Stables (castle building) bonuses stack correctly
Ivan Savenko 9 달 전
부모
커밋
a858056af0
2개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 1 1
      config/factions/castle.json
  2. 2 2
      config/objects/rewardableBonusing.json

+ 1 - 1
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"} ]
 							}
 						]
 					}

+ 2 - 2
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"} ]
 					}
 				]
 			}