crops: Crops Data

Description Usage Format Source

Description

A dataset containing information about seeds, crops, crop growing Stardew Valley. Much of this information concerns the growing of crops from seeds. If you want further information about the crop (e.g. fruits and vegetables) that result from growing, you may want to join this table to 'object_information' on 'index_of_harvest' = 'object_id'

Usage

1

Format

A data frame with 42 rows and 22 variables:

seed_object_id

unique id of the object, but note that this joins to the seed's id, not the full-grown crop's id in other datasets. If you want to join this crops table to the information about the resulting crop (e.g. fruit or vegatable resulting from growing) then join on 'crops$object_id' = 'objects$crop_object_id'.

seed_name

the name of the seed

days_in_stage_1_growth

days in first stage of growth

days_in_stage_2_growth

days in second stage of growth

days_in_stage_3_growth

days in third stage of growth, and if NA then growth is completed prior to this stage

days_in_stage_4_growth

days in fourth stage of growth, and if NA then growth is completed prior to this stage

days_in_stage_5_growth

days in fifth stage of growth, and if NA then growth is completed prior to this stage

growth_season_spring

boolean representing if the crop grows in spring

growth_season_summer

boolean representing if the crop grows in summer

growth_season_fall

boolean representing if the crop grows in fall

growth_season_winter

boolean representing if the crop grows in winter

index_in_sprite_sheet

index of the sprite associated with this crop

index_of_harvest

objectid of the fully-grown crop, in constrast with 'objectid' which is the unique id of the seed

regrow_after_harvest

-1 if the crop only grows once, and otherwise the number of days required to produce a new crop yield

harvest_method

1 if the item must be harvested with a scythe, else 0

chance_for_extra_harvest

boolean representing if this plant allows probabilistic extra crop(s) at harvest

min_extra_harvest

the minimum number of extra crops produced, if an "extra harvest" event occurs

max_extra_harvest

the maximum number of extra crops produced, if an "extra harvest" event occurs

max_harvest_increase_per_farming_level

the maximum increase in crops per farming level, which adds to 'max_extra_harvest'

chance_for_extra_crops

the probability of getting an extra harvest

raised_seeds

boolean representing if this crop grows on a raised item such as a pole subsequently and block your character from walking through this square

tint_color

boolean representing if ths item has special tints, e.g. certain flowers have various possible colors

tint_color_value

if 'tint_color' is true, then sets of rgb values for each of the possible tints

crop_name

the name of the resulting crop, after the seed has grown

crop_object_id

the object id of the crop, which can be joined to 'objects' for further information

is_probabalistic

TRUE if the crop is one of a set of randomly selected possible crop for the seed (e.g. for spring seeds, summer seeds, etc.)

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:Crop_data


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