Thank you. That's exactly what I needed. And happy holidays.
Another question: how do I change the order of creatures on the recruitment screen? Let's say I've placed Djinns in tier 4 and Mages in tier 5. How do I make it so that Djinns appear before Mages on the recruitment screen?
The building data for Academies is located in \GameMechanics\TownBuildingSharedStats\Academy
Let's take the Mage Tower as an example:
TB_DWELLING_4 - this determines the position in the recruitment list, as well as in the building sheet
BLD_UPG_1
0
10
0
0
10
5
2200
MageTower
CREATURE_MAGI
6
Dwelling_4
0
That is, you need to rewrite this line for 2 Mage dwellings and 2 Djinn dwellings.
Then you need to adjust their position in the recruitment window.
\UI\TownBuildNew\Towns
file academy.(TownBuildDefinition).xdb
There, find 2 lines TB_DWELLING_4 and 2 lines TB_DWELLING_5, and rewrite them