animal_blueprints: Animal Blueprints

Description Usage Format Source

Description

A dataset containing "blueprints" for purchasing animals.

Usage

1

Format

A data frame with 7 rows and 9 variables:

name

animal name

is_animal

always 'animal', and only included here in case of future game updates

price

price to purchase the animal

source_rectangle_for_menu_view_x

x-coordinate of the menu rectangle

source_rectangle_for_menu_view_y

y-coordinate of the menu rectangle

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 animal

null

currently always null, and only included here in case of future game updates

is_farm

currently always 'Farm' and only included here in case of future game updates

bounding_box_front_height

height of front-view bounding box

bounding_box_side_x

x coordinate of the side-view bounding box

bounding_box_side_y

y coordinate of the side-view bounding box

bounding_box_side_width

width of side-view bounding box

bounding_box_side_height

height of side-view bounding box

harvest_type

method of harvesting

change_texture_when_item_ready

does the animal's coat change texture when it is ready for harvest?

building_type

type of building the animal lives in

sprite_size_front_width

front-view width of the sprite

sprite_size_front_height

front-view height of the sprite

sprite_size_side_width

side-view width of the sprite

sprite_size_side_height

side-view height of the sprite

fullness_drain

rate of decay after feeding

happiness_drain

rate of decay after saying hello

meat_index

object id of the meat if the animal is butchered

sell_price

sell price of the meat if the animal is butchered

english_display_type

English-language name for the animal

english_display_building

English-langauge name for the building

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:Animal_data


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