Class YieldPerformanceTable
A lookup table that dictates a plot's wheat yield depending on fertilizer/seed type and weather.
Namespace: Backend
Assembly: cs.temp.dll.dll
Syntax
public static class YieldPerformanceTable
Methods
GetYield(FarmPlot)
Find expected wheat yield for plot
.
Declaration
public static int GetYield(FarmPlot plot)
Parameters
Type | Name | Description |
---|---|---|
FarmPlot | plot | The farm plot whose wheat to calculate. |
Returns
Type | Description |
---|---|
int | The expected wheat yield (before applying multiplier). |