[1.02 BUG] Please fix the model for empire Scrying Pool, here's how
from
Elemental Forums
An empire faction with the enchanters trait builds a scrying pool, but the model file is the empire's sage.
The problem is (bolded):
<ImprovementTypeArtSubPack InternalName="Art_ScryingPool_Empire">
<SupportedBuildingStyle>EmpireStyle</SupportedBuildingStyle>
<TileDesign>F_Sage_01</TileDesign>
fixed by:
<ImprovementTypeArtSubPack InternalName="Art_ScryingPool_Empire">
<SupportedBuildingStyle>EmpireStyle</SupportedBuildingStyle>
<TileDesign>F_Scrying_Pool_01</TileDesign>
cheers