Description Usage Format Source
A dataset containing information about various objects found in Stardew Valley. Certain objects are not contained in this dataset, specifically crops, foods and drinks, geodes, and rings, which you can find in the 'crops', 'food_and_drinks', 'geodes', and 'rings' datasets.
1 |
A data frame with 702 rows and 8 variables:
Object id of the object
Name of the object
Price of the object
Value used to determine health/energy regained by eating the item. The energy gained is 2.5 x 'edibility', and the health gained is 1.125 x 'edibility'. Note that the amount of health shown in the tooltip is only 1 x 'edibility' but the actual amount gained is 1.125 x 'edibility'.
The category id of the object
The readable name of the category
Type of object object
The name of the object in English, and a duplicate of 'name' (may update in the future to include other language names)
Description of the food or drink item
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:Object_data
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.