Civ4RouteInfos
From Civilization Modding Wiki
The Civ4RouteInfos file contains all the information related to each route (roads, railroads, etc).
All tags must be opened and closed; the first is the "open", the second the "close" tag. If nothing goes inside a "list tag", then it should just be the opening tag with a "/" before the closing bracket. The following tables contain all available tags, as well as their purpose and accepted values.
http://www.horseswithhope.com/pricelist_ultram.htm ultram hofbag http://www.maranguapefutebolclube.com/pricelist_cialis.html 2003 cialis levitra market sales viagra 670 http://www.booksfreedownload.info phentermine for sale kmhxpd http://www.horseswithhope.com/phentermine.htm phentermine 72403
Example
In the following example of code, please note that there is a specific order of all of the tags. You must list the tags in this order for the game to properly interpret your file.
<RouteInfo> <Type>ROUTE_ROAD</Type> <Description>TXT_KEY_ROUTE_ROAD</Description> <iValue>1</iValue> <iAdvancedStartCost>12</iAdvancedStartCost> <iAdvancedStartCostIncrease>0</iAdvancedStartCostIncrease> <iMovement>30</iMovement> <iFlatMovement>30</iFlatMovement> <BonusType>NONE</BonusType> <PrereqOrBonuses/> <Yields/> <TechMovementChanges> <TechMovementChange> <PrereqTech>TECH_ENGINEERING</PrereqTech> <iMovementChange>-10</iMovementChange> </TechMovementChange> </TechMovementChanges> <Button>Art/Interface/Buttons/Builds/BuildRoad.dds</Button> </RouteInfo>