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:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user