recipes_df: A tidy format of all current recipes and required resources...

recipes_dfR Documentation

A tidy format of all current recipes and required resources for Valheim, as collected from Jotunn: The Valheim Library

Description

Variable names have been converted to snake_case and modified to be more descriptive. Amount and component required were split into two separate columns for ease of downstream use.

Usage

recipes_df

Format

a tibble with 368 rows and 6 variables:

recipe_name

Internal name of the recipe.

item_name

In-game name of the item created by a recipe.

amount_created

The amount of an item created by a recipe.

item_index

A chronological numbering system for each item within a given recipe.

amount_required

The amount of a given material required to make an item.

component_required

The name of the item needed for a given recipe.

Source

Jotunn: The Valheim Library, recipe list https://valheim-modding.github.io/Jotunn/data/objects/recipe-list.html


kierisi/valheimr documentation built on May 30, 2022, 7:33 p.m.