소스 검색

Merge pull request #1629 from rilian-la-te/fixup-bonuses

vcmi: allow loads bonuses info from mods
Ivan Savenko 2 년 전
부모
커밋
a2c3574e57
1개의 변경된 파일6개의 추가작업 그리고 0개의 파일을 삭제
  1. 6 0
      config/schemas/mod.json

+ 6 - 0
config/schemas/mod.json

@@ -141,6 +141,12 @@
 			"description": "List of configuration files for artifacts",
 			"items": { "type":"string", "format" : "textFile" }
 		},
+		"bonuses":{
+			"type":"array",
+			"description": "List of configuration files for bonuses",
+			"items": { "type":"string", "format" : "textFile" }
+
+		},
 		"creatures": {
 			"type":"array",
 			"description": "List of configuration files for creatures",