fish_pond_forecast
Calculate the days required for fish in a pond to reproduce and reach capacity, based on current population, species, and target capacity.
Instructions
Days to fill a fish pond to capacity via reproduction.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fish | No | Model a hypothetical pond of this fish; empty = read save's ponds. | |
| capacity | No | Target capacity (1-10). | |
| 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. | |
| spawn_days | No | Override reproduction interval in days. 0 = use table. | |
| current_pop | No | Current population for the hypothetical. -1 = unknown. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| note | No | ||
| from_ | No | ||
| ponds | No | ||
| forecast | No |