Lethal Company

Lethal Company

Komil484 Mar 3, 2024 @ 7:42pm
Overtime bonus calculation inconsistency
As you may be familiar with, overtime bonus is calculated as such:
overtime_bonus = (scrap_sold - quota) / 5 + 15 * days_until_deadline

The main problem is with "days_until_deadline".
When reaching day 0, and going to the company, this value drops to -1.
Whereas if you reach day 0, re-host and then go to the company, the value stays at 0.

Example:
if you sell 250 in total on your first quote (130) on the last day (0 days left)
you get (250 - 130) / 5 + 15 * -1 = 9
But if you were to re-host when days left is 0, before going to the company
you get (250 - 130) / 5 + 15 * 0 = 24

I am assuming that the value drops to -1 when going to the company, as the number is decremented whenever you land on a moon, a
< >
Showing 1-1 of 1 comments
Niclorix Jun 11, 2024 @ 2:19pm 
a... ? You didn't finish :(
< >
Showing 1-1 of 1 comments
Per page: 1530 50

Date Posted: Mar 3, 2024 @ 7:42pm
Posts: 1