1
0
mirror of https://github.com/vcmi/vcmi.git synced 2024-11-28 08:48:48 +02:00

moatHexes: update faction schema and configuration files

This commit is contained in:
Arseniy Shestakov 2016-01-06 12:52:52 +03:00
parent cdd50b1603
commit ffeb7f253b
10 changed files with 19 additions and 2 deletions

View File

@ -146,6 +146,8 @@
"mageGuild" : 4,
"warMachine" : "ballista",
"moatDamage" : 70,
"moatHexes" : [ 11, 28, 44, 61, 77, 111, 129, 146, 164, 181 ],
"primaryResource": "ore",
"buildings" :
{

View File

@ -151,6 +151,7 @@
"primaryResource" : "mercury",
"warMachine" : "ballista",
"moatDamage" : 70,
"moatHexes" : [ 11, 28, 44, 61, 77, 111, 129, 146, 164, 181 ],
"buildings" :
{

View File

@ -146,6 +146,7 @@
"primaryResource" : "sulfur",
"warMachine" : "ballista",
"moatDamage" : 90,
"moatHexes" : [ 11, 28, 44, 61, 77, 111, 129, 146, 164, 181 ],
"buildings" :
{

View File

@ -144,9 +144,11 @@
],
"horde" : [ 0, -1 ],
"mageGuild" : 3,
"primaryResource":"ore",
"warMachine" : "firstAidTent",
"moatDamage" : 90,
"primaryResource":"ore",
"moatHexes" : [ 10, 11, 27, 28, 43, 44, 60, 61, 76, 77, 94, 110, 111, 128, 129, 145, 146, 163, 164, 180, 181 ],
"buildings" :
{
"mageGuild1": { "id" : 0 },

View File

@ -147,6 +147,7 @@
"primaryResource" : "mercury",
"warMachine" : "ammoCart",
"moatDamage" : 90,
"moatHexes" : [ 11, 28, 44, 61, 77, 111, 129, 146, 164, 181 ],
"buildings" :
{

View File

@ -148,9 +148,10 @@
],
"horde" : [ 0, -1 ],
"mageGuild" : 5,
"primaryResource": "ore",
"warMachine" : "firstAidTent",
"moatDamage" : 70,
"primaryResource": "ore",
"moatHexes" : [ 11, 28, 44, 61, 77, 111, 129, 146, 164, 181 ],
"buildings" :
{

View File

@ -151,6 +151,7 @@
"primaryResource" : "crystal",
"warMachine" : "firstAidTent",
"moatDamage" : 70,
"moatHexes" : [ 11, 28, 44, 61, 77, 111, 129, 146, 164, 181 ],
"buildings" :
{

View File

@ -145,6 +145,7 @@
"mageGuild" : 3,
"warMachine" : "ammoCart",
"moatDamage" : 70,
"moatHexes" : [ 11, 28, 44, 61, 77, 111, 129, 146, 164, 181 ],
"buildings" :
{

View File

@ -146,6 +146,7 @@
"mageGuild" : 5,
"warMachine" : "ammoCart",
"moatDamage" : 0, //TODO: minefield
"moatHexes" : [ 11, 28, 44, 61, 77, 111, 129, 146, 164, 181 ],
"buildings" :
{

View File

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