浏览代码

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.
Arseniy Shestakov 9 年之前
父节点
当前提交
a7059fe681
共有 4 个文件被更改,包括 4 次插入4 次删除
  1. 1 1
      config/factions/castle.json
  2. 1 1
      config/factions/fortress.json
  3. 1 1
      config/factions/necropolis.json
  4. 1 1
      config/factions/stronghold.json

+ 1 - 1
config/factions/castle.json

@@ -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 },

+ 1 - 1
config/factions/fortress.json

@@ -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" :
 			{
 			{

+ 1 - 1
config/factions/necropolis.json

@@ -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" :
 			{
 			{

+ 1 - 1
config/factions/stronghold.json

@@ -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" :
 			{
 			{