Ruijven-MasterCrafting icon

MasterCrafting

A Valheim mod that adds an Artisanship skill that grants permanent, instance-specific stat bonuses to items crafted or upgraded by the player.

Last updated 9 hours ago
Total downloads 24
Total rating 0 
Categories Mods Gear Crafting Server-side Client-side Ashlands Update AI Generated
Dependency string Ruijven-MasterCrafting-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
ValheimModding-Jotunn-2.29.0 icon
ValheimModding-Jotunn

Jötunn (/ˈjɔːtʊn/, 'giant'), the Valheim Library was created with the goal of making the lives of mod developers easier. It enables you to create mods for Valheim using an abstracted API so you can focus on the actual content creation.

Preferred version: 2.29.0

README

MasterCrafting

A Valheim mod that adds an "Artisanship" skill that grants permanent, instance-specific stat bonuses to items crafted or upgraded by the player.

Features

  • Artisanship Skill: A new craftable skill that levels up as you craft and upgrade items.
  • Stat Bonuses: Items crafted by players with higher Artisanship skill receive permanent bonuses:
    • Weapons: Increased damage (+0.2% per level, max +20% at level 100)
    • Armor: Increased armor value (+0.15% per level, max +15% at level 100)
    • Shields: Increased block armor (+0.15% per level, max +15% at level 100)
    • Durability: Increased max durability (+0.3% per level, max +30% at level 100)
    • Efficiency: Reduced stamina/eitr usage (-0.2% per level, max -20% at level 100)
  • Masterwork Proc: Chance to automatically increase item quality by +1 when crafting/upgrading
    • Base chance: 2%
    • Additional chance: 0.1% per Artisanship level
  • XP System: Earn XP based on the crafting station used:
    • Workbench: 22 XP
    • Forge: 45 XP
    • Artisan Table: 55 XP
    • Black Forge: 65 XP
    • Galdr Table: 65 XP
  • Power Preservation: Items retain their original power from when they were first crafted. Upgrading only increases power if your skill level is higher than when you first crafted the item.

Configuration

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

Stat Bonuses

  • DamageBonusPerLevel: Damage bonus per Artisanship level (default: 0.002 = 0.2%)
  • ArmorBonusPerLevel: Armor bonus per Artisanship level (default: 0.0015 = 0.15%)
  • DurabilityBonusPerLevel: Durability bonus per Artisanship level (default: 0.003 = 0.3%)
  • EfficiencyBonusPerLevel: Stamina/Eitr reduction per Artisanship level (default: 0.002 = 0.2%)

Masterwork Proc

  • MasterworkBaseChance: Base chance for masterwork proc (default: 0.02 = 2%)
  • MasterworkChancePerLevel: Additional masterwork chance per Artisanship level (default: 0.001 = 0.1%)

Compatibility

  • Requires BepInEx
  • Requires Jotunn
  • Compatible with Ashlands (handles eitr)
  • Network compatibility: EveryoneMustHaveMod
  • Compatible with mod weapons and armor

Discord

  • Join my Discord at: 'https://discord.gg/qGf5FdqhVC'
  • Report any bugs or issues in the 'MasterCrafting' channel or 'General'.
  • Please let me know if the XP gains are too little, too much, or just right!

Notes

  • The Artisanship skill has no icon (code-only limitation)
  • Existing users should delete BepInEx/config/com.ruijven.mastercrafting.cfg to receive updated default config values
  • The vanilla rested bonus automatically applies to Artisanship XP gains

Credits

  • Author: ruijven
  • Version: 1.0.0
  • Built with AI