ArcandSpark
Chieftain
- Joined
- Apr 6, 2012
- Messages
- 20
I am looking for the table to increase the great people rate for my civs leader and i just cant find the thing. I know Neb has it and this is what i found for him
But that really doesnt look right. I am more looking for a table like
But i cant find that for great people rate for specifically one type of great person.
Code:
-<GameData>
<!-- Table data -->
-<Traits>
-<Row>
<Type>TRAIT_INGENIOUS</Type>
<Description>TXT_KEY_TRAIT_INGENIOUS</Description>
<ShortDescription>TXT_KEY_TRAIT_INGENIOUS_SHORT</ShortDescription>
<GreatScientistRateModifier>50</GreatScientistRateModifier>
<FreeUnit>UNITCLASS_SCIENTIST</FreeUnit>
<FreeUnitPrereqTech>TECH_WRITING</FreeUnitPrereqTech>
</Row>
</Traits>
</GameData>
But that really doesnt look right. I am more looking for a table like
Code:
-<Table name="Trait_SpecialistYieldChanges">
<Column name="TraitType" type="text" reference="Traits(Type)"/>
Column name="SpecialistType" type="text" reference="Specialists(Type)"/>
<Column name="YieldType" type="text" reference="Yields(Type)"/>
<Column name="Yield" type="integer"/> </Table>
But i cant find that for great people rate for specifically one type of great person.