|
@@ -170,13 +170,43 @@
|
|
|
"resourceSilo": { "produce": { "ore": 1, "wood": 1 } },
|
|
"resourceSilo": { "produce": { "ore": 1, "wood": 1 } },
|
|
|
"blacksmith": { },
|
|
"blacksmith": { },
|
|
|
|
|
|
|
|
- "special1": { "type" : "lighthouse", "requires" : [ "shipyard" ] },
|
|
|
|
|
|
|
+ "special1": {
|
|
|
|
|
+ "bonuses": [
|
|
|
|
|
+ {
|
|
|
|
|
+ "propagator": "PLAYER_PROPAGATOR",
|
|
|
|
|
+ "type": "MOVEMENT",
|
|
|
|
|
+ "subtype": "heroMovementSea",
|
|
|
|
|
+ "val": 500
|
|
|
|
|
+ }
|
|
|
|
|
+ ],
|
|
|
|
|
+ "requires" : [ "shipyard" ]
|
|
|
|
|
+ },
|
|
|
"horde1": { "id" : 18, "upgrades" : "dwellingLvl3" },
|
|
"horde1": { "id" : 18, "upgrades" : "dwellingLvl3" },
|
|
|
"horde1Upgr": { "id" : 19, "upgrades" : "dwellingUpLvl3", "requires" : [ "horde1" ], "mode" : "auto" },
|
|
"horde1Upgr": { "id" : 19, "upgrades" : "dwellingUpLvl3", "requires" : [ "horde1" ], "mode" : "auto" },
|
|
|
"ship": { "id" : 20, "upgrades" : "shipyard" },
|
|
"ship": { "id" : 20, "upgrades" : "shipyard" },
|
|
|
- "special2": { "type" : "stables", "requires" : [ "dwellingLvl4" ],
|
|
|
|
|
|
|
+ "special2": {
|
|
|
|
|
+ "requires" : [ "dwellingLvl4" ],
|
|
|
|
|
+ "configuration" : {
|
|
|
|
|
+ "visitMode" : "bonus",
|
|
|
|
|
+ "rewards" : [
|
|
|
|
|
+ {
|
|
|
|
|
+ "message" : "@core.genrltxt.580",
|
|
|
|
|
+ "movePoints" : 400,
|
|
|
|
|
+ "bonuses" : [ { "type" : "MOVEMENT", "subtype" : "heroMovementLand", "val" : 400, "valueType" : "ADDITIVE_VALUE", "duration" : "ONE_WEEK"} ]
|
|
|
|
|
+ }
|
|
|
|
|
+ ]
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "special3": {
|
|
|
|
|
+ "upgradeReplacesBonuses" : true,
|
|
|
|
|
+ "bonuses": [
|
|
|
|
|
+ {
|
|
|
|
|
+ "type": "MORALE",
|
|
|
|
|
+ "val": 2
|
|
|
|
|
+ }
|
|
|
|
|
+ ],
|
|
|
|
|
+ "upgrades" : "tavern"
|
|
|
},
|
|
},
|
|
|
- "special3": { "type" : "brotherhoodOfSword", "upgrades" : "tavern" },
|
|
|
|
|
"grail": { "id" : 26, "mode" : "grail", "produce": { "gold": 5000 }, "bonuses": [ { "type": "MORALE", "val": 2, "propagator": "PLAYER_PROPAGATOR" } ] },
|
|
"grail": { "id" : 26, "mode" : "grail", "produce": { "gold": 5000 }, "bonuses": [ { "type": "MORALE", "val": 2, "propagator": "PLAYER_PROPAGATOR" } ] },
|
|
|
|
|
|
|
|
"dwellingLvl1": { "id" : 30, "requires" : [ "fort" ] },
|
|
"dwellingLvl1": { "id" : 30, "requires" : [ "fort" ] },
|