var fDesc=new Array(); fDesc[0] = "Colonization Patch is a patch for Sid Meier's Civilization: Colonization.
Enhancements:
- Released PITBOSS executable
- The end of the game is extended once a colony declares independence, 100 turns on Normal speed
- Missionaries now have a chance of failure to establish a mission.
- A failed mission angers the native chief
- Added the ability to sail from Europe to the west edge of the map
- Changed text for when natives abandon their settlements to be less confusing
- Missions now always send converts to the player who established them
- Added warning message for when a settlement needs more raw materials
- Added warning for when stored goods are nearing storage capacity
- AI tries to produce more defenders in their settlements
- AI tries to prepare better for revolution
- AI uses King to transport treasure if no Galleons are available
- AI knows how to pick up treasures without bringing them to a settlement."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }