
LevelingSystem SharingXP
Co-op leveling with ten upgradeable skills, universal summon bonuses, polished UI, effects and nearby XP.LevelingSystem: Skills & Nearby XP
A cooperative progression mod for Valheim, maintained by DelooLV and based on the work of Thrakal (Cozyheim) and DeepWolf413.
Highlights
- Shared creature-kill XP for every living player inside the configurable nearby radius.
- Ten skills with persistent ranks, refunds, server-synced balance settings, Russian and English localization.
- A restored Nordic skills menu, smooth XP bar, floating XP, level-up, critical-hit and summon-hit effects.
- Multiplayer-safe skill ranks synchronized through player ZDO data.
- Configurable rested-XP multiplier, skill points per level, maximum ranks and bonuses per rank.
Skills
| Category | Skill | Default effect |
|---|---|---|
| Offensive | Spirit Command | +4% summoned/commanded creature damage per rank |
| Offensive | Keen Eye | +0.5% critical chance per rank |
| Offensive | Brutal Precision | +5% critical damage per rank, above the base +50% critical bonus |
| Defensive | Spirit Ward | +5% summoned/commanded creature health per rank |
| Defensive | Vitality | +5 maximum health per rank |
| Defensive | Unyielding Ward | Negates hostile monster hits up to +5 direct damage per rank after mitigation |
| Core | Endurance | +5 maximum stamina per rank |
| Core | Arcane Capacity | +5 maximum Eitr per rank |
| Utility | Wisdom | +2% XP gained per rank |
| Utility | Pack Bearer | +7.5 carry weight per rank |
Press I by default to open the skills menu. The key and every balance value can be changed in the synchronized BepInEx configuration.
Modded summon compatibility
The mod automatically recognizes creatures that use Valheim's standard Tameable / MonsterAI command-and-follow ownership. This covers vanilla summons and many modded creatures.
Mods with a custom ownership system can integrate without a hard dependency:
SummonOwnerResolver.RegisterResolver(character =>
{
// Return the owning Player, or null when this character is not your summon.
return TryGetOwnerFromYourMod(character);
});
Damage effects are applied through normal HitData, so projectile and melee attacks from compatible modded summons are supported.
Server/host commands
set_level <playerName|me> <level>level_up <playerName|me> <amount>
Requirements
- BepInExPack Valheim 5.4.2333 or newer compatible release
- Jötunn 2.29.2
- JsonDotNET 13.0.3
The mod is required on every client and the server. Back up character saves before upgrading from an older progression build.
Credits
- Thrakal (Cozyheim) — original creator
- DeepWolf413 — maintained/fixed version
- DelooLV — community edition and current development