Description Usage Format Source
A dataset containing information about big craftables items in the game Stardew Valley. Note that some of these are not implemented in the game, and are instead stored in some type of Object Information dataset or in the Furniture dataset.
1 |
A data frame with 147 rows and 11 variables:
unique id of the object
name of the item in English
sale price of the item
health points from eating the item, limited in this dataset to -300 which is a placeholder for inedible items
type of item, limited to "Crafting" for this dataset
category of the item, limited in this dataset to -9 which represents a "big craftable" category
description of the item
boolean representing if the item can be set outdoors
boolean representing if the item can be set indoors
frability of the item in value between 0 and 2 (will update with more information about what these values represent)
the name of the object in English, and a duplicate of 'name' (may update in the future to include other language names)
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:Big_craftables_data
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.