URL:
<http://gna.org/bugs/?15403>
Summary: Wrong help text about trade route formula
Project: Freeciv
Submitted by: pepeto
Submitted on: mercredi 17.02.2010 à 14:26
Category: docs
Severity: 3 - Normal
Priority: 3 - Low
Status: None
Assigned to: None
Originator Email:
Open/Closed: Open
Release: S2_2, trunk
Discussion Lock: Any
Operating System: None
Planned Release:
_______________________________________________________
Details:
The help text says:
The initial revenue depends on the trade already produced by the two cities
involved and their distance apart.
According to changes and fixes in RT#38029 and bug #15092, the formula now
doesn't depend of the trade output of the city:
bonus = real_map_distance(pc1->tile, pc2->tile) + pc1->size + pc2->size;
if (tile_continent(pc1->tile) != tile_continent(pc2->tile)) {
bonus *= 2;
}
if (city_owner(pc1) == city_owner(pc2)) {
bonus /= 2;
}
bonus /= 6;
_______________________________________________________
Reply to this item at:
<http://gna.org/bugs/?15403>
_______________________________________________
Message posté via/par Gna!
http://gna.org/
_______________________________________________
Freeciv-dev mailing list
[email protected]
https://mail.gna.org/listinfo/freeciv-dev