mirror of
https://github.com/vcmi/vcmi.git
synced 2024-11-28 08:48:48 +02:00
Merge fix for battlefield
This commit is contained in:
parent
105dcf5a9f
commit
289a6da3d7
@ -14,6 +14,11 @@
|
||||
"type" : "boolean",
|
||||
"description" : "Shows if this battleground has own obstacles"
|
||||
},
|
||||
"bonuses": {
|
||||
"type":"array",
|
||||
"description": "Bonuses provided by this battleground using bonus system",
|
||||
"items": { "$ref" : "bonus.json" }
|
||||
},
|
||||
"graphics" : {
|
||||
"type" : "string",
|
||||
"format" : "imageFile",
|
||||
|
Loading…
Reference in New Issue
Block a user