processing_planner
Determines number of kegs and jars needed to clear crop backlog within specified days and estimates gross gold output.
Instructions
From held crops + machines owned: kegs/jars needed to clear the backlog in
days and estimated gross gold (see note for multipliers/cycle-day caveats).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| days | No | Planning horizon in in-game days. | |
| artisan | No | Apply Artisan +40%: auto-detect from professions, or force. | auto |
| 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. | |
| extra_jars | No | Hypothetical extra jars to add. | |
| extra_kegs | No | Hypothetical extra kegs to add. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| veg | No | ||
| days | No | ||
| note | No | ||
| fruit | No | ||
| artisan | No | ||
| special | No | ||
| jars_owned | No | ||
| kegs_owned | No | ||
| items_priced | No | ||
| kegs_to_build | No | ||
| cycles_per_keg | No | ||
| est_gross_gold | No | ||
| keg_items_held | No | ||
| items_without_price | No | ||
| kegs_needed_to_clear_in_days | No |