lanedirt / OGameX

Open-source OGame redesign clone built with Laravel 11.x.
https://main.ogamex.dev
MIT License
10 stars 8 forks source link

[BUG] Base speed of ships that have upgraded drives should be different #231

Open lanedirt opened 2 weeks ago

lanedirt commented 2 weeks ago

Describe the bug Currently all ships have a static base speed. E.g. "small cargo" now has a base speed of 5.000. However when the drives get upgraded when impulse drive reaches level 5, this base speed should be changed to 10.000.

The upgraded drive logic is already supported for bonus percentages to base speed, but it doesn't change the base speed itself yet.

See https://ogame.fandom.com/wiki/Base_Speed with a full overview. This changed base speed should be supported for the following objects:

TODO: