1
0
mirror of https://github.com/vcmi/vcmi.git synced 2024-12-24 22:14:36 +02:00

Remove Ore primaryResource from towns that must get both Wood and Ore

Currently default behaviour is to give both wood and ore for resource bonus when primaryResource not specified.
Though for some reason towns currently have ore specified so you only get 5-10 Ore.
This commit is contained in:
Arseniy Shestakov 2016-01-29 20:25:57 +03:00
parent a534fe1cfe
commit a7059fe681
4 changed files with 4 additions and 4 deletions

View File

@ -147,8 +147,8 @@
"warMachine" : "ballista", "warMachine" : "ballista",
"moatDamage" : 70, "moatDamage" : 70,
"moatHexes" : [ 11, 28, 44, 61, 77, 111, 129, 146, 164, 181 ], "moatHexes" : [ 11, 28, 44, 61, 77, 111, 129, 146, 164, 181 ],
// primaryResource not specified so town get both Wood and Ore for resource bonus
"primaryResource": "ore",
"buildings" : "buildings" :
{ {
"mageGuild1": { "id" : 0 }, "mageGuild1": { "id" : 0 },

View File

@ -144,10 +144,10 @@
], ],
"horde" : [ 0, -1 ], "horde" : [ 0, -1 ],
"mageGuild" : 3, "mageGuild" : 3,
"primaryResource":"ore",
"warMachine" : "firstAidTent", "warMachine" : "firstAidTent",
"moatDamage" : 90, "moatDamage" : 90,
"moatHexes" : [ 10, 11, 27, 28, 43, 44, 60, 61, 76, 77, 94, 110, 111, 128, 129, 145, 146, 163, 164, 180, 181 ], "moatHexes" : [ 10, 11, 27, 28, 43, 44, 60, 61, 76, 77, 94, 110, 111, 128, 129, 145, 146, 163, 164, 180, 181 ],
// primaryResource not specified so town get both Wood and Ore for resource bonus
"buildings" : "buildings" :
{ {

View File

@ -148,10 +148,10 @@
], ],
"horde" : [ 0, -1 ], "horde" : [ 0, -1 ],
"mageGuild" : 5, "mageGuild" : 5,
"primaryResource": "ore",
"warMachine" : "firstAidTent", "warMachine" : "firstAidTent",
"moatDamage" : 70, "moatDamage" : 70,
"moatHexes" : [ 11, 28, 44, 61, 77, 111, 129, 146, 164, 181 ], "moatHexes" : [ 11, 28, 44, 61, 77, 111, 129, 146, 164, 181 ],
// primaryResource not specified so town get both Wood and Ore for resource bonus
"buildings" : "buildings" :
{ {

View File

@ -118,7 +118,6 @@
"defaultTavern" : 5, "defaultTavern" : 5,
"tavernVideo" : "TAVERN.BIK", "tavernVideo" : "TAVERN.BIK",
"guildBackground" : "TPMAGE.bmp", "guildBackground" : "TPMAGE.bmp",
"primaryResource": "ore",
"townBackground": "TBSTBACK.bmp", "townBackground": "TBSTBACK.bmp",
"guildWindow": "TPMAGEST.bmp", "guildWindow": "TPMAGEST.bmp",
"buildingsIcons": "HALLSTRN.DEF", "buildingsIcons": "HALLSTRN.DEF",
@ -146,6 +145,7 @@
"warMachine" : "ammoCart", "warMachine" : "ammoCart",
"moatDamage" : 70, "moatDamage" : 70,
"moatHexes" : [ 11, 28, 44, 61, 77, 111, 129, 146, 164, 181 ], "moatHexes" : [ 11, 28, 44, 61, 77, 111, 129, 146, 164, 181 ],
// primaryResource not specified so town get both Wood and Ore for resource bonus
"buildings" : "buildings" :
{ {