Ruijven-MasterCooking icon

MasterCooking

A Valheim mod that applies Cooking skill bonuses (Duration, Health, Stamina, Eitr, Regen) to all food consumption, including Feasts.

Last updated 4 hours ago
Total downloads 16
Total rating 0 
Categories Mods Crafting Server-side Client-side Ashlands Update AI Generated
Dependency string Ruijven-MasterCooking-1.0.0
Dependants 0 other packages depend on this package

This mod requires the following mods to function

denikson-BepInExPack_Valheim-5.4.2333 icon
denikson-BepInExPack_Valheim

BepInEx pack for Valheim. Preconfigured with the correct entry point for mods and preferred defaults for the community.

Preferred version: 5.4.2333

README

MasterCooking

A Valheim mod that applies Cooking skill bonuses (Duration, Health, Stamina, Eitr, Regen) to all food consumption, including Feasts.

What It Does

MasterCooking boosts the stats of any food you eat based on your Cooking skill level. The higher your Cooking skill, the more health, stamina, regeneration, and eitr you get from food. You can also configure a duration multiplier to make food last longer.

The mod works with:

  • All vanilla food items
  • Feasts
  • Any modded food from other mods

Features

  • Universal Food Support: Applies bonuses to ALL food consumption
  • Dynamic Scaling: Stat multipliers scale with your Cooking skill level (0-100)
  • XP Multiplier: Configurable Cooking skill experience gain multiplier
  • Accurate Tooltips: Tooltips and HUD show the boosted stats
  • Configurable Multipliers: Fully customizable stat bonuses and XP multiplier

Configuration

The mod creates a configuration file at BepInEx/config/com.ruijven.mastercooking.cfg with the following options:

Default Stat Multipliers

  • HealthFactor: Health multiplier at skill level 100 (default: 1.3 = 30% increase)
  • StaminaFactor: Stamina multiplier at skill level 100 (default: 1.3 = 30% increase)
  • RegenFactor: Health regeneration multiplier at skill level 100 (default: 1.3 = 30% increase)
  • EitrFactor: Eitr multiplier at skill level 100 (default: 1.3 = 30% increase)
  • DurationFactor: Duration multiplier at skill level 100 (default: 1.0 = no change)

Skill Progression

  • ExperienceGainFactor: Multiplier for Cooking skill XP gained (default: 1.0 = normal XP, 2.0 = 2x XP)

General

  • LogDebugInfo: Enable detailed debug logging (default: false)

How Multipliers Work

Bonuses scale linearly based on your Cooking skill level:

  • Skill 0: No bonus (1.0x multiplier)
  • Skill 50: Half bonus (e.g., 1.15x with config 1.3)
  • Skill 100: Full bonus (e.g., 1.3x with config 1.3)

Mod Compatibility

MasterCooking works with any food mod that adds new craftable foods. It doesn't use hardcoded item lists - it simply intercepts all food consumption and applies bonuses based on the item's food stats.

Installation

  1. Install BepInEx
  2. Place MasterCooking.dll in BepInEx/plugins/
  3. Configure the mod in BepInEx/config/com.ruijven.mastercooking.cfg
  4. Level up your Cooking skill by cooking food in the game

Notes

  • The mod applies bonuses to ALL food consumption (regular food + feasts)
  • Uses the vanilla Cooking skill - no external cooking mod required
  • Bonuses are applied when you eat food and are "baked in" to the item
  • The first person to eat food determines the bonus level for everyone else (multiplayer only)
  • Tooltips and duration reflect the boosted stats
  • Existing users should delete the config file to receive updated default values

Credits

  • Author: ruijven
  • Mod ID: com.ruijven.mastercooking
  • Version: 1.0.0
  • Based on the mod "Cooking" by Smoothbrain (which is a totally awesome mod!)