Description Usage Format Source
A dataset containing information about the bundles delivered to the Community Center.
1 |
A data frame with 31 rows and 10 variables:
Name of the room which combined with sprite_index will uniquely identify each row (each room has multiple bundles)
The index of the sprite used for the bundle image
the name of the bundle
The type of the reward earned by delivering the bundle, where the type may be O for "object," BO for "big object," F for "furniture," H for "hat", C for "clothing", or R for "ring". A bundle reward may include more than one type.
id of the object given as a reward for completing the bundle
The count of the object given as a reward
Space-delimited triples for the items required in the bundle. Each triple contains (in order) the object id, the number of objects required, and the minimum quality of object. If the first value (for object id) is -1, then the required object is an amount of gold, and both the quality and number of items required should be the same, representing the amount of gold.
Type logical representing if the object required to complete the quest is gold
Color index of the bundle color
a description of the building
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:Bundles
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.