shipping distance
|
|
"* Added shipping distance from the selected town to the members towns."
|
|
|
The shipping distance is calculated from your selected town to your ally's town(s).
The computation is pretty basic: the script retrieves the coordinates of your selected town from the town selection box, for example [50:30], then retrieves the coordinates of your ally towns from the pop-up, for example [20:40]. The distance for the example is sqrt( (50-20)^2 + (40-30)^2 ) ~ 31.622, which gives a shipping distance of 20 minutes * 31.622 = 632.44 minutes ~ 10h32m. The only exception from the formula above is shipping to same island, which takes 10 minutes. |
![]() ![]() |
Shipping distance does not seem to work with v0.3.1 |

