mirror of
https://github.com/vcmi/vcmi.git
synced 2024-11-28 08:48:48 +02:00
Updated schema
This commit is contained in:
parent
178cd0226f
commit
8b7ca176f8
@ -6,6 +6,7 @@
|
||||
"description" : "Format used to define town siege screen in VCMI",
|
||||
"required" : [
|
||||
"gate", "imagePrefix", "moat", "shooter",
|
||||
"towerIconLarge", "towerIconSmall",
|
||||
"static", "towers", "walls"
|
||||
],
|
||||
|
||||
@ -80,6 +81,16 @@
|
||||
"type":"string",
|
||||
"description" : "Identifier of creature that will be used as tower shooter"
|
||||
},
|
||||
"towerIconSmall": {
|
||||
"type":"string",
|
||||
"description": "Small icon for tower, used in battle queue",
|
||||
"format" : "imageFile"
|
||||
},
|
||||
"towerIconLarge": {
|
||||
"type":"string",
|
||||
"description": "Large icon for tower, used in battle queue",
|
||||
"format" : "imageFile"
|
||||
},
|
||||
"static": {
|
||||
"type":"object",
|
||||
"additionalProperties" : false,
|
||||
|
Loading…
Reference in New Issue
Block a user