crop_planner
Calculate which crops fully mature in the remaining season days and rank them by profit per tile, with optional budget, fertilizer, and quality weighting for optimal planning.
Instructions
Which crops fully mature in the window and profit per tile. Tiller +10% auto-applied. Base prices unless quality_weighted.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| top | No | How many crops to return. | |
| budget | No | Gold budget for the best-crop tile calc. 0 = skip. | |
| season | No | ||
| days_left | No | Days remaining in the season. 0 = derive from save date. | |
| save_path | No | Path to a save file OR a save folder (e.g. .../Saves/Farm_123 or .../Saves/Farm_123/Farm_123). Leave empty to use the save configured at server startup (--save/--save-dir or SDV_SAVE_PATH/SDV_SAVE_DIR). The server never auto-discovers saves; one must be configured or passed explicitly. | |
| fertilizer | No | Fertilizer level for quality weighting: 0 none, 1 Basic, 2 Quality, 3 Deluxe. | |
| quality_weighted | No | Weight prices by expected crop quality (uses best farming level + fertilizer). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| note | No | ||
| crops | No | ||
| budget | No | ||
| season | No | ||
| days_left | No | ||
| note_empty | No | ||
| tiller_applied | No | ||
| best_crop_tiles_affordable | No |