How would I calculate average income?

I am trying to display a number showing the average income per minute for a dropper based tycoon. The issue I am presented with is that I’m not sure how to calculate it properly because I also have to take into account upgraders. I’m not necessarily asking for someone to write an entire script for me but leading me in the right direction would be helpful. If I made something unclear I can elaborate further on it. Thanks.

Amount earned per drop from a dropper / seconds required to spawn the specific drop = Earnings per second from the specific dropper
Calculate that value for all droppers that a player has, sum it up, and multiply it by 60. That value would represent their “average” income per minute.

2 Likes

Thank you! Helped lead me to the solution I needed

1 Like