Please disclose if any significant portion of your mod was created using AI tools by adding the 'AI Generated' category. Failing to do so may result in the mod being removed from Thunderstore.
MasterCrafting
A Valheim mod that adds an 'Artisanship' skill that grants stat bonuses and status effects to items crafted or upgraded by the player.
| Last updated | 2 hours ago |
| Total downloads | 512 |
| Total rating | 0 |
| Categories | Mods Tweaks Gear Crafting Server-side Client-side Ashlands Update AI Generated |
| Dependency string | Ruijven-MasterCrafting-1.0.2 |
| Dependants | 0 other packages depend on this package |
This mod requires the following mods to function
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.2333ValheimModding-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.0README
MasterCrafting
A Valheim mod that adds an "Artisanship" skill that grants stat bonuses and status effects 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
- Hard cap: All bonuses are capped at 100% (double stats) to prevent game-breaking values
- Masterwork Proc: Chance to automatically increase item quality by +1 when crafting/upgrading
Bonus Effects: Chance to apply random permanent status effects to crafted weapons, shields, and armor
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
Delete old config files first!
The mod creates a configuration file at BepInEx/config/com.ruijven.mastercrafting.cfg with the following options:
Stat Bonuses
DamageBonusPerLevel: Total damage bonus at level 100 (default: 0.2 = 20% increase, max 1.0 = 100% increase)ArmorBonusPerLevel: Total armor bonus at level 100 (default: 0.15 = 15% increase, max 1.0 = 100% increase)DurabilityBonusPerLevel: Total durability bonus at level 100 (default: 0.3 = 30% increase, max 1.0 = 100% increase)EfficiencyBonusPerLevel: Total stamina/eitr reduction at level 100 (default: 0.2 = 20% reduction, max 1.0 = 100% reduction)
Masterwork Proc
MasterworkBaseChance: Base chance for masterwork proc (default: 0.02 = 2%)MasterworkChancePerLevel: Additional masterwork chance per Artisanship level (default: 0.001 = 0.1%)- 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
Bonus Effects
EnableBonusEffects: Enable or disable the random bonus effect system (default: true)EffectProcChanceTier50: Proc chance at skill level 50-59 (default: 0.02 = 2%)EffectProcChanceTier60: Proc chance at skill level 60-69 (default: 0.04 = 4%)EffectProcChanceTier70: Proc chance at skill level 70-79 (default: 0.06 = 6%)EffectProcChanceTier80: Proc chance at skill level 80-89 (default: 0.08 = 8%)EffectProcChanceTier90: Proc chance at skill level 90+ (default: 0.09 = 9%)MinimumSkillLevelForEffects: Minimum skill level required for effects to proc (default: 50)
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.cfgto receive updated default config values - The vanilla rested bonus automatically applies to Artisanship XP gains
Credits
- Author: ruijven
- Version: 1.0.2
Changelog
1.0.2
- Multiplayer Fix
- Bonus Effects System
- Set effects
1.0.1
- Config Format Change: Config values now represent total bonus at level 100 (e.g., 0.2 = 20% total, not 0.2% per level)
- Added Hard Caps: All stat bonuses are now capped at 100% (double stats) to prevent game-breaking values from manual config editing
- Updated Config Descriptions: Made config values more intuitive and easier to understand
- Bug Fix: Fixed issue where manual config editing could create extreme stat multipliers