Description Usage Format Source
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.
1 |
A data frame with 23 rows and 10 variables:
Name of the location
Object id's and probabilities of items which can be foraged in this area during spring
Object id's and probabilities of items which can be foraged in this area during summer
Object id's and probabilities of items which can be foraged in this area during fall
Object id's and probabilities of items which can be foraged in this area during winter
Object id's and probabilities of fish which can be caught in this area during spring
Object id's and probabilities of fish which can be caught in this area during summer
Object id's of and probabilities fish which can be caught in this area during fall
Object id's and probabilities of fish which can be caught in this area during winter
Object id's and probabilities of artifacts which can be found in this area
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
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.