locations: Locations

Description Usage Format Source

Description

A dataset containing information about locations in Stardew Valley. Locations have different foraging and fishing options depending on the time of the year. Each datapoint in this dataset contains a space delimited list of pairs. For foraging, this alternates the object id of the item with the probability it appears (e.g. '384 .08 589 .09' means that object 384 has an 8 of appearing and object 589 has a 9 fish, this alternates the object id with the location id. Location id is -1 for any pond or river, 0 for river.

Usage

1

Format

A data frame with 23 rows and 10 variables:

name

Name of the location

spring_foraging

Object id's and probabilities of items which can be foraged in this area during spring

summer_foraging

Object id's and probabilities of items which can be foraged in this area during summer

fall_foraging

Object id's and probabilities of items which can be foraged in this area during fall

winter_foraging

Object id's and probabilities of items which can be foraged in this area during winter

spring_fishing

Object id's and probabilities of fish which can be caught in this area during spring

summer_fishing

Object id's and probabilities of fish which can be caught in this area during summer

fall_fishing

Object id's of and probabilities fish which can be caught in this area during fall

winter_fishing

Object id's and probabilities of fish which can be caught in this area during winter

artifact_data

Object id's and probabilities of artifacts which can be found in this area

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://stardewcommunitywiki.com/Modding:Hat_data


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