objects: Objects

Description Usage Format Source

Description

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.

Usage

1

Format

A data frame with 702 rows and 8 variables:

object_id

Object id of the object

name

Name of the object

price

Price of the object

edibility

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'.

category_id

The category id of the object

category_name

The readable name of the category

type

Type of object object

english_name

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

description

Description of the food or drink item

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://stardewcommunitywiki.com/Modding:Object_data


aftonsteps/rstardew documentation built on Oct. 11, 2021, 1:35 a.m.