cameroncondry / cbc-kitten-scientists

Add-on for the wonderful incremental browser game: http://kittensgame.com/web/
MIT License
113 stars 94 forks source link

A New Limited Trading System #257

Closed Wymrite closed 5 years ago

Wymrite commented 5 years ago

This is a pretty extensive update to address KS's trade system as it currently isn't very useful except for titanium and time crystal trading. I've added a new limited mode for trading similar to that used for crafting that determines the profitability of trading by considering the amount of time needed to produce the input resources vs the amount of time needed to produce the average output resources. The system currently is accurate for both the stable and beta branches of KG and is particularly useful when playing the beta.

It also prevents limited trading from draining the input resources by considering how many trades each of the input and output resources are worth and only trading if the least input is greater than the least output.

cameroncondry commented 5 years ago

Awesome! You've been busy. Let me test these before I pull them in, but so far things are looking great.

cameroncondry commented 5 years ago

I'm not finding any obvious issues and I love the addition, merging!