@@ -146,6 +146,8 @@
"mageGuild" : 4,
"warMachine" : "ballista",
"moatDamage" : 70,
+ "moatHexes" : [ 11, 28, 44, 61, 77, 111, 129, 146, 164, 181 ],
+
"primaryResource": "ore",
"buildings" :
{
@@ -151,6 +151,7 @@
"primaryResource" : "mercury",
@@ -146,6 +146,7 @@
"primaryResource" : "sulfur",
"moatDamage" : 90,
@@ -144,9 +144,11 @@
],
"horde" : [ 0, -1 ],
"mageGuild" : 3,
+ "primaryResource":"ore",
"warMachine" : "firstAidTent",
- "primaryResource":"ore",
+ "moatHexes" : [ 10, 11, 27, 28, 43, 44, 60, 61, 76, 77, 94, 110, 111, 128, 129, 145, 146, 163, 164, 180, 181 ],
"mageGuild1": { "id" : 0 },
@@ -147,6 +147,7 @@
"warMachine" : "ammoCart",
@@ -148,9 +148,10 @@
"mageGuild" : 5,
+ "primaryResource": "ore",
- "primaryResource": "ore",
"primaryResource" : "crystal",
@@ -145,6 +145,7 @@
"moatDamage" : 0, //TODO: minefield
@@ -230,6 +230,12 @@
"type":"number",
"description": "Damage dealt to creature that entered town moat during siege"
},
+ "moatHexes": {
+ "type" : "array",
+ "description" : "Numbers of battlefield hexes affected by moat during siege",
+ "minItems" : 1,
+ "items" : { "type" : "number" }
+ },
"musicTheme": {
"type":"string",
"description": "Path to town music theme",