building_blueprints: Building Blueprints Data

Description Usage Format Source

Description

A dataset containing information about blueprints for buildings you can purchase or construct.

Usage

1

Format

A data frame with 25 rows and 20 variables:

name

the name of the building

items_required

a space-delimited string containing the object ids of the items required to construct the building, if any

tiles_width

width of the building in game tiles

tiles_height

height of the building in game tiles

human_door_x_coord

x-coordinate of the door that players enter through

human_door_y_coord

y-coordinate of the door that players enter through

animal_door_x_coord

x-coordinate of the door that animals enter through

animal_door_y_coord

y-coordinate of the door that animals enter through

map_to_warp_to

the map image the game uses for the interior of the building, if any

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

a description of the building

blueprint_type

whether a building is an initial building or an upgraded version of a previous building

name_of_building_to_upgrade

if building type is 'upgrade', then the name of the building to upgrade

source_rectangle_for_menu_view_1

x-coordinate of the menu view rectangle

source_rectangle_for_menu_view_y

y-coordinate of the menu view rectangle

max_occupants

maximum number of occupants

action_behavior

action the building provides, if any

names_of_building_location

where the building is located

price

cost of having the building constructed

magical

is the building magical?

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/rstardew documentation built on Oct. 11, 2021, 1:35 a.m.