[Bug/Graphic] Onyx Throne has no graphic

It also consumes no space when it is contructed, and it's constructed location is non-existant. To be clear this is a level 5 city upgrade building.

1,591 views 1 replies
Reply #1 Top

I always want to build that, but end up getting Underforge for Earthshard. This is the XML for that building:

<ImprovementTypeArtDef InternalName="Art_OnyxThrone">
<ImprovementTypeArtSubPack InternalName="Art_OnyxThrone_Kingdom">
<SupportedBuildingStyle>KingdomStyle</SupportedBuildingStyle>
<TileDesign>K_Skath_Pit_01</TileDesign>
<ConstructionTileDesign>K_Skath_Pit_Build_01</ConstructionTileDesign>
</ImprovementTypeArtSubPack>
<ImprovementTypeArtSubPack InternalName="Art_OnyxThrone_Empire">
<SupportedBuildingStyle>EmpireStyle</SupportedBuildingStyle>
<TileDesign>K_Skath_Pit_01</TileDesign>
<ConstructionTileDesign>K_Skath_Pit_Build_01</ConstructionTileDesign>
</ImprovementTypeArtSubPack>
</ImprovementTypeArtDef>

OBVIOUSLY THE WRONG TILE DESIGN. 

Also missing this:

<DrawnIcon></DrawnIcon>
<DrawnIconConstruction></DrawnIconConstruction>

 

Hope that saves you some time.