caught_fish: Caught Fish

Description Usage Format Details Source

Description

A dataset containing information about fish that are caught with a fishing pole.

Usage

1

Format

A data frame with 55 rows and 15 variables:

object_id

The object id of the fish

name

The name of the fish

chance_of_darting

The probability of the fish making a dart

darting_randomness

A measure of the degree of randomness in darting

min_size

Minimum size of the fish

max_size

Maximum size of the fish

min_time_of_spawn

Earliest time of day for the spawn

max_time_of_spawn

Latest time of day for the spawn

weather

Weather during which the fish can appear

min_depth

Minimum depth where the fish can appear, where depth is the distance the bobber is from the shore

spawn_multiplier

The multiplier used for spawn rate calculations

depth_multiplier

The depth multiplier use in spawn rate calculations

min_fishing_level

The minimum character fishing level required for this fish to appear

Details

The spawn rate for fish functions by first shuffling the fish that are eligible based on season, location, and time of day (plus seaweed/algae), and then calculating the base spawn probability for the first fish of that list:

base spawn probability = spawn multiplier - max(0, minimum depth - actual depth) × depth multiplier × spawn multiplier + fishing level / 50

This probability is capped at a maximum of 90 if that fish will successfully spawn. If it does, then the player has a chance to catch it. If it does not succeed, then the next fish in the list is rolled for. If no fish succeed, then a random trash item spawns.

If you are looking for the location in which the fish spawn, see the 'locations' dataset.

Source

Data loaded from https://github.com/aftonsteps/stardewdata which in turn depends on https://github.com/LeonBlade/xnbcli for extracting the data from the game. Descriptions of the variables summarized from https://stardewvalleywiki.com/Modding:Fish_data


aftonsteps/rstardew documentation built on Oct. 11, 2021, 1:35 a.m.