1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-11-06 09:09:40 +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

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