LevelingSystem_Nearby_XP-LevelingSystem_SharingXP icon

LevelingSystem SharingXP

Co-op leveling with ten upgradeable skills, universal summon bonuses, polished UI, effects and nearby XP.

Last updated 2 weeks ago
Total downloads 7
Total rating 0 
Categories
Dependency string LevelingSystem_Nearby_XP-LevelingSystem_SharingXP-2.1.1
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.2 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.2
ValheimModding-JsonDotNET-13.0.3 icon
ValheimModding-JsonDotNET

Shared version 13.0.3 of Json.NET from Newtonsoft, net45 package for use in Valheim mods. Maintained by the ValheimModding team.

Preferred version: 13.0.3

README

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