Thorinair / Stardew-Profits

A Stardew Valley crop profits calculator and visualizer. Link: https://thorinair.github.io/Stardew-Profits/
MIT License
164 stars 79 forks source link

Fertilizer Ratios #11

Closed skaiteo closed 6 years ago

skaiteo commented 6 years ago

As seen in the data.js file, when there is fertilizer, it just takes the ratio of the fertilizer and apply it to ratioN, ratioS, ratioG respectively, and it doesn't bother with player level. Is this how it is or am I not seeing something? On the wiki page, there is a whole table for fertilizer crop quality ratios.

Thorinair commented 6 years ago

Back when I played, the fertilizers would override the player ratios. I don't know if this changed. If no fertilizer is used, it uses level ratios. https://github.com/Thorinair/Stardew-Profits/blob/master/js/main.js#L143

skaiteo commented 6 years ago

It has: https://stardewvalleywiki.com/Fertilizer#Crop_Quality_Ratios

Thorinair commented 6 years ago

This has now been fixed!