1
0
mirror of https://github.com/vcmi/vcmi.git synced 2024-12-24 22:14:36 +02:00

vcmi: allow loads bonuses info from mods

It is useful for making custom bonus graphics into mods, now
mods just replace game config, which is not good.
This commit is contained in:
Konstantin 2023-03-04 22:47:45 +03:00
parent ce6a4ee2ae
commit f6695737d6

View File

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