pob
Deity²
- Joined
- Sep 10, 2010
- Messages
- 409
Pangaea has explained it very well, but if you want to read about it in more detail, try this strategy article.
How many rounds does combat last in Civ on average?
Pangaea has explained it very well, but if you want to read about it in more detail, try this strategy article.
Now to figure out wheter to go Veteran or Drill lol...
Thanks Pangaea.
Now for something completely different. How can I save a generated map from one game so I can use it in another?
if (GC.getEspionageMissionInfo(eMission).getCityPoisonWaterCounter() > 0) {
if (NULL != pPlot) {
CvCity* pCity = pPlot->getPlotCity();
if (NULL != pCity) {
int iCityHealth = pCity->goodHealth() - pCity->badHealth(false, 0);
int iBaseUnhealth = GC.getEspionageMissionInfo(eMission).getCityPoisonWaterCounter();
int iAverageUnhealth = std::max(0, iBaseUnhealth - iCityHealth);
iAverageUnhealth += std::max(0, (iBaseUnhealth / 2) -iCityHealth);
iAverageUnhealth /= 2;
iValue += 8 * iAverageUnhealth * iBaseUnhealth;
}}}
if (GC.getEspionageMissionInfo(eMission).getCityUnhappinessCounter() > 0) {
if (NULL != pPlot) {
CvCity* pCity = pPlot->getPlotCity();
if (NULL != pCity) {
int iCityUnhappy = pCity->unhappyLevel();
if (iCityUnhappy > 0) {
int iBaseAnger = GC.getEspionageMissionInfo(eMission).getCityUnhappinessCounter();
iValue += 7 * iBaseAnger * iBaseAnger;
}}}}
from no to (mostly) yes.Would a Financial civ with lots of coast value the Colossus more highly than a non-financial civ, for example?
How can a subject break the (capitulation) vassalage from his Master? There are 3 conditions that need 50% for the Civ to be FREE.
But how does that work? All 3 conditions are needed to be met for the Civ to be FREE or just one? And is it HIGHER or LOWER than 50%?
Just bought Complete, and in my first game build orders came at the end of the turn, now they come at the beginning. Bug/Buffy mod installed.... what did I do?