big_craftables: Big Craftables Data

Description Usage Format Source

Description

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.

Usage

1

Format

A data frame with 147 rows and 11 variables:

objectid

unique id of the object

name

name of the item in English

price

sale price of the item

edibility

health points from eating the item, limited in this dataset to -300 which is a placeholder for inedible items

type

type of item, limited to "Crafting" for this dataset

category

category of the item, limited in this dataset to -9 which represents a "big craftable" category

description

description of the item

can_be_set_outdoors

boolean representing if the item can be set outdoors

can_be_set_indoors

boolean representing if the item can be set indoors

fragility

frability of the item in value between 0 and 2 (will update with more information about what these values represent)

english_name

the name of the object in English, and a duplicate of 'name' (may update in the future to include other language names)

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://stardewvalleywiki.com/Modding:Big_craftables_data


aftonsteps/rdew documentation built on Dec. 18, 2021, 11:21 p.m.