mainIine / foe-helfer-extension

FoE Helfer - Extension for chromium based browsers and Firefox ;-)
https://foe-helper.com
GNU Affero General Public License v3.0
120 stars 180 forks source link

Road percentage - efficiency #2603

Closed rpffm closed 1 year ago

rpffm commented 1 year ago

How is efficiency calculated in the legend topic "road percentage" ?

outoftheline commented 1 year ago

The street efficiency value is calculated as: streets_needed / streets_used

streets_needed is calculated by adding for every connected building: min(lenght, width) * street_connection_level / 2

This is the same formula as used for the efficiency rating in the productions module.