1
0
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:
krs 2023-05-19 21:23:08 +03:00
parent 105dcf5a9f
commit 289a6da3d7

View File

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