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

Merge pull request #6099 from Laserlicht/kingdom_overview

kingdom overview dwellings for mods
This commit is contained in:
Ivan Savenko
2025-09-21 20:19:17 +03:00
committed by GitHub
7 changed files with 43 additions and 7 deletions

View File

@@ -22,7 +22,10 @@
"guards" : true,
"guards" : [
{ "amount" : 12, "type" : "earthElemental" }
]
],
/// Image showed on kingdom overview (animation; only frame 0 displayed)
"kingdomOverviewImage" : "image.def"
}
```