Skip to content

Commit

Permalink
modified: en/Manual/Game Mechanics/Main Page
Browse files Browse the repository at this point in the history
User Summary: Aircraft speed is reduced before being plugged into the rating formula. See GetSpeedOldUnits() in aircraft.h and callers.
  • Loading branch information
James103 authored and Librarian committed Jul 13, 2024
1 parent d397a18 commit b1373c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Page/en/Manual/Game Mechanics/Main Page.mediawiki
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ This section shows the factors that affect the station rating. All calculations
|- style="background:#ddd"
!Factor!!Condition!!Rating points!!Rating %
|-
| Max speed of last vehicle to load cargo (with a limit of 255 km/h) <br> Divide speed by 2 if it was a road vehicle. || Above 85 km/h (52 mph)|| (Speed (km/h) - 85) / 4 || 0% to 17%
| Max speed of last vehicle to load cargo (with a limit of 255 km/h) <br> Divide speed by 2 if it was a road vehicle, or by 12.8 if it was an aircraft. || Above 85 km/h (52 mph)|| (Speed (km/h) - 85) / 4 || 0% to 17%
|-
|rowspan="3"|Age in years of last vehicle to load cargo || 2 || 10|| 4%
|-
Expand Down

0 comments on commit b1373c5

Please sign in to comment.