Motivation:
Map trading is a staple civ mechanic, but in VP at the moment it is locked behind Military Science
By the time one reaches Military Science, much of the map is often unlocked.
This is a shame!
As has been pointed out elsewhere, the Age of Discovery is when the trading of maps was in full swing. It should cap that off instead.
Proposal:
Move Map Trading to the Navigation tech
Implementation notes:
Need to do
and then update these strings
References:
This proposal would rename the Navigation tech
This has no effect on this proposal, except what you update those strings to!
Map trading is a staple civ mechanic, but in VP at the moment it is locked behind Military Science
By the time one reaches Military Science, much of the map is often unlocked.
This is a shame!
As has been pointed out elsewhere, the Age of Discovery is when the trading of maps was in full swing. It should cap that off instead.
Proposal:
Move Map Trading to the Navigation tech
Implementation notes:
Need to do
Code:
UPDATE Technologies SET MapTrading = 0 WHERE Type = 'TECH_MILITARY_SCIENCE';
UPDATE Technologies SET MapTrading = 1 WHERE Type = 'TECH_NAVIGATION';
Code:
<Row Tag="TXT_KEY_DIPLO_TRADE_MAPS_NO_TECH_BOTH">
<Text>Both players don't yet have the Technology required to trade this item (Military Science).</Text>
</Row>
<Row Tag="TXT_KEY_DIPLO_TRADE_MAPS_NO_TECH_OTHER_PLAYER">
<Text>They don't yet have the Technology required to trade this item (Military Science).</Text>
</Row>
<Row Tag="TXT_KEY_DIPLO_TRADE_MAPS_NO_TECH_PLAYER">
<Text>You don't yet have the Technology required to trade this item (Military Science).</Text>
References:
This proposal would rename the Navigation tech
Motivation
Navigation - it's too vague a name, which ultimately harms it. Both as a phenomenon and as a scientific endeavor, Navigation emerged with the advent of seafaring and mathematics. Essentially, it dates back to the Ancient World. Interestingly, in Civilization 7, Navigation is actually assigned to the Ancient Era. This means that in each Civilization game series, the developers toss this "unfortunate" technology into different Eras (this is one of the problems with naming in Civilization series). Therefore, a more specific term for this technology, appropriate for the...
Navigation - it's too vague a name, which ultimately harms it. Both as a phenomenon and as a scientific endeavor, Navigation emerged with the advent of seafaring and mathematics. Essentially, it dates back to the Ancient World. Interestingly, in Civilization 7, Navigation is actually assigned to the Ancient Era. This means that in each Civilization game series, the developers toss this "unfortunate" technology into different Eras (this is one of the problems with naming in Civilization series). Therefore, a more specific term for this technology, appropriate for the...
- Brackenspore
- Replies: 5
- Forum: Failed Proposals
