I have been working on some entirely new custom wonders. Everything works correctly except that:
1) I cannot make seem to make a wonder require more than one type of strategic resources. Of the three it always display just one.
CODE USED:
2) There's always an UNDEF appearing before what I suppose is the Help text (this while browsing in the tech web)
EDIT: it appears that while the text in the spoiler is EXCHANGE it displays EXHCANG E when I submit it D:
1) I cannot make seem to make a wonder require more than one type of strategic resources. Of the three it always display just one.
CODE USED:
Spoiler :
<Building_ResourceQuantityRequirements>
<Row>
<BuildingType>BUILDING_UBIK_GLOBAL_STOCK_EXCHANGE</BuildingType>
<ResourceType>RESOURCE_PETROLEUM</ResourceType>
<Cost>3</Cost>
</Row>
<Row>
<BuildingType>BUILDING_UBIK_GLOBAL_STOCK_EXCHANGE</BuildingType>
<ResourceType>RESOURCE_TITANIUM</ResourceType>
<Cost>3</Cost>
</Row>
<Row>
<BuildingType>BUILDING_UBIK_GLOBAL_STOCK_EXCHANGE</BuildingType>
<ResourceType>RESOURCE_FIRAXITE</ResourceType>
<Cost>3</Cost>
</Row>
<Building_ResourceQuantityRequirements>
<Row>
<BuildingType>BUILDING_UBIK_GLOBAL_STOCK_EXCHANGE</BuildingType>
<ResourceType>RESOURCE_PETROLEUM</ResourceType>
<Cost>3</Cost>
</Row>
<Row>
<BuildingType>BUILDING_UBIK_GLOBAL_STOCK_EXCHANGE</BuildingType>
<ResourceType>RESOURCE_TITANIUM</ResourceType>
<Cost>3</Cost>
</Row>
<Row>
<BuildingType>BUILDING_UBIK_GLOBAL_STOCK_EXCHANGE</BuildingType>
<ResourceType>RESOURCE_FIRAXITE</ResourceType>
<Cost>3</Cost>
</Row>
<Building_ResourceQuantityRequirements>
2) There's always an UNDEF appearing before what I suppose is the Help text (this while browsing in the tech web)
EDIT: it appears that while the text in the spoiler is EXCHANGE it displays EXHCANG E when I submit it D: