I am trying to make my own sort of basic New World mod. One thing I need to be able to do is make it so that the Iroquois, Incans, and Aztecs are behind in techs. How can I do that? Thanks for any help.
Really, what I would like to try is to have the tribal civs to be not so apt to build science as other civs. So when the New World is discovered, even though everyone will have started in the ancient times, the tribal civs, would still be far enough behind in tech, to simulate history. I was thinking of reducing science flavors for those civs.
For example, what if I reduced Hiawathas science flavor from 5 to 2, what impact would that have on his ability to discover new techs? Would he be far enough behind, lets say, by the Renaisscance Era? If so, by how much? This is what I'd like to find out. I do not want to show up with Indians armed with musket and cannon. They should have bows and arrows, for the most part, or no more than Medieval technology.
Really, what I would like to try is to have the tribal civs to be not so apt to build science as other civs. So when the New World is discovered, even though everyone will have started in the ancient times, the tribal civs, would still be far enough behind in tech, to simulate history. I was thinking of reducing science flavors for those civs.
For example, what if I reduced Hiawathas science flavor from 5 to 2, what impact would that have on his ability to discover new techs? Would he be far enough behind, lets say, by the Renaisscance Era? If so, by how much? This is what I'd like to find out. I do not want to show up with Indians armed with musket and cannon. They should have bows and arrows, for the most part, or no more than Medieval technology.
Code:
<Row>
<LeaderType>LEADER_HIAWATHA</LeaderType>
<FlavorType>FLAVOR_SCIENCE</FlavorType>
<Flavor>5</Flavor>
</Row>
Code:
<Row>
<LeaderType>LEADER_HIAWATHA</LeaderType>
<FlavorType>FLAVOR_SCIENCE</FlavorType>
<Flavor>2</Flavor>
</Row>