You are viewing a potentially older version of this package. View all versions.
MaxFoxGaming-Monster_Level_Up-1.0.0 icon

Monster Level Up

Monsters and player pets can level up when killing other monsters.

Date uploaded a year ago
Version 1.0.0
Download link MaxFoxGaming-Monster_Level_Up-1.0.0.zip
Downloads 280
Dependency string MaxFoxGaming-Monster_Level_Up-1.0.0

This mod requires the following mods to function

denikson-BepInExPack_Valheim-5.4.2202 icon
denikson-BepInExPack_Valheim

BepInEx pack for Valheim. Preconfigured and includes unstripped Unity DLLs.

Preferred version: 5.4.2202

README

Monster Level Up

Monsters need EXP too!

This is a very small mod that allows monsters, including your pets and tames, to have a chance to level up when killing other monsters.

Why would I use this mod?

  • When factions fight each other, the victorious faction will have thinned numbers but the survivors will be stronger, adding some more challenge.
  • Your pets will get some experience from fighting other creatures or defending your base, allowing them to level up and get stronger.
  • Tougher creatures are guaranteed to level up the monster that killed them, resulting in some interesting faction power dynamios.

Configuration

Configuration is extremely simple.

Max Level

The highest level that creatures can get to when killing other creatures. Default is 3 (two stars) but can be made higher.

Base Level Up Chance

This is the chance that a creature will level up on killing another creature.

Bonus Level Up Chance

If a creature kills a higher level monster, this value is added to the base chance. If they kill a lower level monster, this value is subtracted form the base chance instead.

Player Faction Creatures Can Level

If set to true, yuur pets and tames can level up when killing creatures. Can be disabled if this is too OP (and probably is).

Guaranteed Level Up Creatures

A list of creatures that, if one is killed by another creature, will bypass all level up checks and guarantee a level up, so long as the creature is not already at the max level.

Examples

Assuming max level is 3, base level up chance is 25%, and bonus chance is 25%:

  • A level 1 skeleton kills a level 1 greydwarf. The skeleton will have a 25% chance to gain a level.
  • A level 1 greydwarf kills a level 1 abomination. Since the abonmination is a guaranteed level up kill, the greydwarf will level up.
  • A level 1 troll kills a level 3 skeleton. The troll has a 25% base chance plus a 25% bonus chance to level up, resulting in an overall 50% chance to level up.
  • A level 2 skeleton kills a level 1 boar. The base level up chance is 25%, but a 25% bonus chance is subtracted since the skeleton was a higher level, meaning it will never level up.
  • A level 3 fuling shaman kills a gjall. Since the gjall guarantees a level up on kill, the shaman would usually gain a level - but it's already maced out, so it cannot level up more.

Notes

Some creatures are not affected by this mod. This includes the player character and all creatures marked as a boss.

Contact Me (Bug Reports & Suggestions)

If you have any suggestions, or experience bugs / problems using this mod please get in touch with me on my Discord.

Changelog

Changelog 1.0.0

  • Initial Release

Installation

Move the 'plugins' and 'config' folders from the archive to your BepInEx folder.

CHANGELOG

Changelog

1.2.1

  • Added a check for Creature Level & Loot Control to allow for up to 5 stars. Plugin will check to see if CLLC is installed and adjust the config acceptable values for max level if found.

1.2.0

  • Added config option to allow monsters to heal a percentage of their HP when they level up, so they will still be a challenge after long fights. By default it is set to 50% but can be changed or disabled.

1.1.2

  • Updated ServerSync to fix Playfab error

1.1.1

  • Old DLL was still present in the zip archive. Correct updated version now included. No change from 1.1.0

1.1.0

  • Compiled against the latest version of Valheim 0.220.3
  • Updated BepInEx dependency to 5.4.2202

1.0.1

  • Multiplayer fixes and level sync fix on servers
  • Additional configuration options (delete your config files and generate new ones).

1.0.0

  • Initial Release