I just started moding Civ5, but I can't seem to alter the tech costs.
I compiled my civ5mod file with just this in it
- <GameData>
<update>
<Technologies>
- <Row>
<Type>TECH_POTTERY</Type>
<Cost>350</Cost>
<Description>TXT_KEY_TECH_POTTERY_TITLE</Description>
<Civilopedia>TXT_KEY_TECH_POTTERY_DESC</Civilopedia>
<Help>TXT_KEY_TECH_POTTERY_HELP</Help>
<Era>ERA_ANCIENT</Era>
<Trade>true</Trade>
<GoodyTech>true</GoodyTech>
<GridX>1</GridX>
<GridY>1</GridY>
<Quote>TXT_KEY_TECH_POTTERY_QUOTE</Quote>
<PortraitIndex>4</PortraitIndex>
<IconAtlas>TECH_ATLAS_1</IconAtlas>
<AudioIntro>AS2D_TECH_POTTERY</AudioIntro>
<AudioIntroHeader>AS2D_HEADING_TECH_POTTERY</AudioIntroHeader>
</Row>
</Technologies>
</update>
- </GameData>
350 is just an example.
Any comments or help is appreciated!
I compiled my civ5mod file with just this in it
- <GameData>
<update>
<Technologies>
- <Row>
<Type>TECH_POTTERY</Type>
<Cost>350</Cost>
<Description>TXT_KEY_TECH_POTTERY_TITLE</Description>
<Civilopedia>TXT_KEY_TECH_POTTERY_DESC</Civilopedia>
<Help>TXT_KEY_TECH_POTTERY_HELP</Help>
<Era>ERA_ANCIENT</Era>
<Trade>true</Trade>
<GoodyTech>true</GoodyTech>
<GridX>1</GridX>
<GridY>1</GridY>
<Quote>TXT_KEY_TECH_POTTERY_QUOTE</Quote>
<PortraitIndex>4</PortraitIndex>
<IconAtlas>TECH_ATLAS_1</IconAtlas>
<AudioIntro>AS2D_TECH_POTTERY</AudioIntro>
<AudioIntroHeader>AS2D_HEADING_TECH_POTTERY</AudioIntroHeader>
</Row>
</Technologies>
</update>
- </GameData>
350 is just an example.
Any comments or help is appreciated!