diff --git a/config/schemas/battlefield.json b/config/schemas/battlefield.json index cfbd28e20..4fa7cf1f5 100644 --- a/config/schemas/battlefield.json +++ b/config/schemas/battlefield.json @@ -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",