Category:Crops

From Stardew Modding Wiki
Jump to navigation Jump to search

Crops. :)

Formula for calculating crop experience is hardcoded:

float experience = (float)(16.0 * Math.Log(0.018 * (double)price + 1.0, Math.E));

Pages in category "Crops"

This category contains only the following page.