Flipping-Utilities / rl-plugin

BSD 2-Clause "Simplified" License
23 stars 13 forks source link

Combination flips #9

Closed zumaad closed 2 years ago

zumaad commented 2 years ago

This PR contains the code for supporting combination flips along with several QOL features + general refactoring of some stuff

QOL:

Combination flips:

Screen Shot 2022-01-20 at 5 38 33 PM

TODO:

zumaad commented 2 years ago
  • Replace toAdjustedOfferEvent flow: To compute the profit, use qty - consumed on the item themselves, this way the profit calc only need to account for the items, and the items themselves will chose how much they consume from recipes / other events.

Don't fully understand this 🤔