In another thread Bill & Andy two of the game developers/programmers have given us loads of info on the ship encounters
http://dynamic3.gamespy.com/~tropico/cafe/index.php?board=18;action=display;threadid=8496The first detail formula was about Sightings of other ships whilst cruising:
-----------------------------------
in making sightings:
each day each fleet checks for a new sighting from
each nationality. We make a roll between 1 and a data-defined number
(which seems to have shipped as 350). If that number
is less than the chance number we generate, a sighting's made. The chance
number is determined as:
((s + f) * (t + r)) * ((k + m) / m)
where:
s = fleet's seamanship value (the seamanship belonging to the
captain tying for HIGHEST LEADERSHIP)
f = fleet size (# of boats)
t = nation's merchant traffic in sea zone (0-9) r = nation's known trade route traffic in sea zone (same range)
m = max knowledge level of a sea zone (0-255)
k = current knowledge level of sea zone (0 to max)
---------------------------------
My observations... just about the chance of success of sighting another ship:
- Whilst checks are made against each nationality there is never more than one encounter per day
- Encounters are always a single ship - never a fleet
- Order the nationality sighting checks made is not shown. I thought there might be a bias toward the first nationality checked (cos only one encounter)..but I cant see any bias from my cruise records.
- Adding ships to your fleet increases your chance of a sighting
- Increasing your Captains seamanship increases your chance of a sighting
- Adding one to a captains seamanship score is the same as adding another ship to your fleet
- two ships in a single area will not have as many sightings as splitting your fleet into one ship in each of two areas (assume all other things being the same)
- knowledge of a sea zone is shown here on a different scale (0-255) to that shown in the game (0-8 'back of the hand' range)
- A major power trade route, if discovered, appears to double the chance of success.
So spread the net wide to sight plenty of other ships. Sounds reasonable..if more dangerous.