1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-11-23 22:37:55 +02:00

Support for objects from mods as campaign scenario bonuses

This commit is contained in:
Ivan Savenko
2025-05-29 17:24:45 +03:00
parent 87d5347e50
commit 2bf951a4cf
11 changed files with 110 additions and 20 deletions

View File

@@ -83,6 +83,8 @@ level fields become optional if they equal "base" configuration.
"medium" : "",
// 82x93 skill icon
"large" : "",
// 58x64 skill icon for campaign scenario bonus
"scenarioBonus" : ""
}
}
```