Thalassicus
Bytes and Nibblers
Is it possible to copy the art of existing improvements? I tried something like this, but it shows no terrain or icon artwork, even though they both point to the same art:
Code:
<Row>
<Type>IMPROVEMENT_TRADING_POST</Type>
<Description>TXT_KEY_IMPROVEMENT_TRADING_POST</Description>
<Civilopedia>TXT_KEY_CIV5_IMPROVEMENTS_TRADING_POST_TEXT</Civilopedia>
<ArtDefineTag>ART_DEF_IMPROVEMENT_TRADING_POST</ArtDefineTag>
<PillageGold>20</PillageGold>
<PortraitIndex>32</PortraitIndex>
<IconAtlas>TERRAIN_ATLAS</IconAtlas>
</Row>
based on
<Row>
<Type>IMPROVEMENT_BAZAAR</Type>
<Description>TXT_KEY_IMPROVEMENT_BAZAAR</Description>
<Civilopedia>TXT_KEY_IMPROVEMENT_BAZAAR_CIV</Civilopedia>
<ArtDefineTag>ART_DEF_IMPROVEMENT_TRADING_POST</ArtDefineTag>
<CivilizationType>CIVILIZATION_ARABIA</CivilizationType>
<PillageGold>20</PillageGold>
<PortraitIndex>32</PortraitIndex>
<IconAtlas>TERRAIN_ATLAS</IconAtlas>
</Row>