Smoothbrain-CreatureLevelAndLootControl icon

CreatureLevelAndLootControl

Puts YOU in control of creature level and loot!

Last updated a week ago
Total downloads 276074
Total rating 82 
Categories Mods Server-side Client-side Utility Tools Tweaks Misc Libraries Enemies Mistlands Update
Dependency string Smoothbrain-CreatureLevelAndLootControl-4.5.5
Dependants 663 other mods depend on this mod

This mod requires the following mods to function

denikson-BepInExPack_Valheim-5.4.2100 icon
denikson-BepInExPack_Valheim

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

Preferred version: 5.4.2100

README

Adds various options to adjust combat difficulty and rewards.

Too lazy to read all these words below? Watch this short introduction video by Timo_Redbeard instead.

Feature overview

  • Highly configurable, everything can be disabled and adjusted to your liking
  • Creatures can spawn with up to 5 stars (no maximum for custom difficulty)
  • Creatures that usually cannot level up can spawn stars as well
  • Bosses can spawn with as many stars as you want to
  • Increased size for creatures and bosses based on level
  • Multiple ways to adjust the difficulty of the game
  • Respawnable camps and dungeons
  • Loot multipliers, even for bosses and trophies
  • Affixes for bosses
  • Special effects for creatures
  • Adjustable damage and health gain per player for multiplayer games
  • Adjustable range for creature nameplates to be displayed on mouseover
  • Bonus level, if you kill a lot of creatures in a small area in a short time
  • Can be installed on the server, to synchronize configuration in real time
  • A public API that can be used by mod authors to make their mod interact with CLLC

Creatures

Creature level can be adjusted in multiple ways: You can set a difficulty that increases the level up chance of creatures or you can create your own difficulty. As a second factor for difficulty, you can pick one of these options:

  • Days passed in your world
  • Distance from the initial spawning point
  • Number of killed bosses in your world

Or you can disable the second factor, if you don't want to use it. Or you can just set a fixed level for all creatures or disable the level up for creatures completely. Also, this mod enables leveling for creatures that usually cannot level up, like Serpents, Deathsquitos, Lox, Drakes, Wraiths, ... You can even let camps and dungeons respawn!

Creature star colors

Creatures can spawn with differently colored stars, if you want to. Each color tweaks the creature in a different way:

Magenta - Quick - Moves faster
40% increased movement speed

Red - Aggressive - Attacks faster and tries to hit you more often
Attack speed increased by 25%, interval between two attack waves and circle time reduced by 50%, interval between circles increased by 150%

Green - Regenerating - Regenerates health over time
BaseHeal = Health at 0 stars * (1 + 0.25 * stars), Healing = BaseHeal * (10 * log(max(10, BaseHeal - 1000)) / (BaseHeal + 1000)) * 1.2 / second

Cyan - Curious - Comes checking for you from a farther distance
Hear and view range increased by 100%

White - Splitting - Splits in two lower level enemies with the same color upon death
Example: A 4 star Greydwarf will split into two 2 star Greydwarfs on death

Blue - Armored - Takes less damage, but moves slower
66% less damage taken, 50% reduced movement speed

Creature elemental infusions

Creatures can spawn with different elemental infusions, if you want to. Each infusion adds elemental effects to the creature:

Fire-Infused - Resistant to fire damage and vulnerable to frost damage. Ignites you on hit.
Frost-Infused - Resistant to frost damage and vulnerable to fire damage. Freezes you on hit.
Lightning-Infused - Resistant to lightning damage and vulnerable to spirit damage. Deals lightning damage.
Spirit-Infused - Resistant to spirit damage and vulnerable to lightning damage. Heals itself on hits.
Poison-Infused - Immune to poison damage. Explodes in a poison cloud on death.
Chaos-Infused - One of the other infusions, randomly selected on each hit.

Bosses

You can set a minimum and maximum level for bosses as well, if you want your bosses to spawn with up to five stars.
There is also the option to let your bosses spawn with different affixes, making them even more difficult to kill:

Reflective - Dealing direct damage to the boss will deal damage to you as well
Shielded - Takes 50% reduced damage from arrows
Mending - Regenerates health over time more quickly
Summoner - Summons strong creatures every 33% of maximum health lost
Elementalist - Deals 20% increased elemental damage
Enraged - Deals 20% increased physical damage
Twin - Spawns a second boss. The boss and its twin boss have 25% less health and damage and have shared health.

Loot

For loot, you can set a chance for additional loot with each creature level and set a multiplier for all dropped items as well. You can even let enemies drop multiple trophies, if you like. You can also let bosses drop more loot or multiple trophies.

Multiplayer

For multiplayer, everyone in your group should have this mod, preferably with the same settings. Otherwise, the client controlling the spawn will be responsible for the level of the enemies. Also, you need this mod to see the actual level of the creatures or all enemies above 2 stars will just show up without any stars.

Or don't tell your friends about this mod, spawn some 5 stars Lox and tell them to parry them, while you are shooting from a safe distance using your bow. Watch them die and then laugh uncontrollably like the psychopath you are.

The mod has an option to adjust the HP and DMG increase for creatures per player in multiplayer.

And be mindful with the settings. If you spawn an entire Fuling village with 5 stars Fulings, changing the settings or disabling the mod will not revert their level.

Synchronizing a configuration on a multiplayer server

You can install the mod on the server just like you would install it on the client as well (requires BepInEx on the server as well). If you do that, the server will automatically synchronize all settings, including the YAML configuration between all clients. There are two different modes that you can use:

Locked Config - Once you've started up the server with the mod installed, you will find a setting at the top of the configuration file, which looks like this:

[0 - Server]

## The configuration is locked and may not be changed by clients
# Setting type: Toggle
# Default value: Off
# Acceptable values: Off, On
Lock Configuration = Off

If you set this setting to 'On', the configuration will be locked and cannot be changed by clients. Opening the BepInEx Configuration Manager will display the servers configuration, but clients will be unable to change the configuration.

Unlocked Config - If you leave the setting mentioned above set to 'Off', clients can open the BepInEx Configuration Manager to change the configuration. Changing the settings there will synchronize the changes to all clients connected to the server immediately and update the configuration file on the server as well.

Both modes will not change the configuration file on your computer and your own configuration will be used, if you connect to a server that doesn't synchronize the configuration.

I accidentally spawned a level 5000 creature / boss! What now?

If you have attached '-console' as a launch parameter for Valheim, you can open the console by hitting F5 in the game. The following command can be used, to remove accidentally spawned creatures:

cllc killall

Removes all nearby creatures.

Fun Features:

  • Run away from giant Fuling Berserkers.
  • Get killed instantly by Deathsquitos with 5 stars.
  • Encounter 5 stars Serpents and curse the game, because the wind is against you and doesn't let you flee.
  • Tame giant 5 stars Wolves and watch them devour your enemies!
  • And so much more!
  • (If you are only reading this list for some reason: Yes, you can use this mod to make the game A LOT easier.)

Need more stamina to fight tough enemies? Check out this sweet mod and make sure you are always properly rested!

Available versions

Please note that the install buttons only work if you have compatible client software installed, such as the Thunderstore Mod Manager. Otherwise use the zip download links instead.

Upload date Version number Downloads Download link  
2023-3-14 4.5.5 9034 Version 4.5.5 Install
2023-1-29 4.5.4 32705 Version 4.5.4 Install
2023-1-28 4.5.3 3098 Version 4.5.3 Install
2022-12-19 4.5.2 32743 Version 4.5.2 Install
2022-12-9 4.5.1 9385 Version 4.5.1 Install
2022-12-6 4.5.0 3884 Version 4.5.0 Install
2022-10-28 4.4.14 15534 Version 4.4.14 Install
2022-10-2 4.4.13 8554 Version 4.4.13 Install
2022-8-28 4.4.12 11338 Version 4.4.12 Install
2022-8-25 4.4.11 1442 Version 4.4.11 Install
2022-8-23 4.4.10 1126 Version 4.4.10 Install
2022-7-11 4.4.9 13502 Version 4.4.9 Install
2022-4-27 4.4.8 21518 Version 4.4.8 Install
2022-4-25 4.4.7 1298 Version 4.4.7 Install
2022-4-25 4.4.6 104 Version 4.4.6 Install
2021-11-25 4.4.5 41741 Version 4.4.5 Install
2021-11-25 4.4.4 328 Version 4.4.4 Install
2021-9-18 4.4.3 11224 Version 4.4.3 Install
2021-9-16 4.4.2 887 Version 4.4.2 Install
2021-7-4 4.4.1 8594 Version 4.4.1 Install
2021-7-4 4.4.0 246 Version 4.4.0 Install
2021-6-26 4.3.3 2085 Version 4.3.3 Install
2021-6-20 4.3.2 1299 Version 4.3.2 Install
2021-6-20 4.3.1 362 Version 4.3.1 Install
2021-6-19 4.3.0 572 Version 4.3.0 Install
2021-6-12 4.2.4 1584 Version 4.2.4 Install
2021-6-6 4.2.3 1390 Version 4.2.3 Install
2021-6-6 4.2.2 391 Version 4.2.2 Install
2021-6-4 4.2.1 803 Version 4.2.1 Install
2021-6-2 4.2.0 754 Version 4.2.0 Install
2021-5-29 4.1.2 1478 Version 4.1.2 Install
2021-5-25 4.1.1 1217 Version 4.1.1 Install
2021-5-24 4.1.0 644 Version 4.1.0 Install
2021-5-21 4.0.6 1281 Version 4.0.6 Install
2021-5-21 4.0.5 210 Version 4.0.5 Install
2021-5-18 4.0.4 1229 Version 4.0.4 Install
2021-5-17 4.0.3 633 Version 4.0.3 Install
2021-5-13 4.0.2 1478 Version 4.0.2 Install
2021-5-13 4.0.1 311 Version 4.0.1 Install
2021-5-13 4.0.0 751 Version 4.0.0 Install
2021-5-10 3.9.9 1128 Version 3.9.9 Install
2021-5-9 3.9.8 736 Version 3.9.8 Install
2021-5-9 3.9.7 177 Version 3.9.7 Install
2021-5-6 3.9.6 1216 Version 3.9.6 Install
2021-5-5 3.9.5 779 Version 3.9.5 Install
2021-5-4 3.9.4 593 Version 3.9.4 Install
2021-5-4 3.9.3 635 Version 3.9.3 Install
2021-5-3 3.9.2 371 Version 3.9.2 Install
2021-4-30 3.9.1 1110 Version 3.9.1 Install
2021-4-29 3.9.0 666 Version 3.9.0 Install
2021-4-27 3.8.7 841 Version 3.8.7 Install
2021-4-25 3.8.6 839 Version 3.8.6 Install
2021-4-22 3.8.5 1146 Version 3.8.5 Install
2021-4-19 3.8.4 1259 Version 3.8.4 Install
2021-4-18 3.8.2 552 Version 3.8.2 Install
2021-4-17 3.8.1 609 Version 3.8.1 Install
2021-4-17 3.8.0 184 Version 3.8.0 Install
2021-4-15 3.7.3 924 Version 3.7.3 Install
2021-4-14 3.7.2 542 Version 3.7.2 Install
2021-4-13 3.7.1 536 Version 3.7.1 Install
2021-4-12 3.7.0 671 Version 3.7.0 Install
2021-4-11 3.6.1 682 Version 3.6.1 Install
2021-4-10 3.6.0 692 Version 3.6.0 Install
2021-4-8 3.5.4 943 Version 3.5.4 Install
2021-4-8 3.5.3 157 Version 3.5.3 Install
2021-4-8 3.5.2 510 Version 3.5.2 Install
2021-4-7 3.5.1 632 Version 3.5.1 Install
2021-4-5 3.5.0 639 Version 3.5.0 Install
2021-4-4 3.4.4 638 Version 3.4.4 Install
2021-4-3 3.4.3 410 Version 3.4.3 Install
2021-4-2 3.4.2 400 Version 3.4.2 Install
2021-4-2 3.4.0 533 Version 3.4.0 Install
2021-3-31 3.3.0 552 Version 3.3.0 Install
2021-3-30 3.2.2 486 Version 3.2.2 Install
2021-3-29 3.2.1 587 Version 3.2.1 Install
2021-3-29 3.2.0 431 Version 3.2.0 Install
2021-3-27 3.1.0 667 Version 3.1.0 Install
2021-3-27 3.0.0 247 Version 3.0.0 Install
2021-3-26 2.6.0 432 Version 2.6.0 Install
2021-3-26 2.5.2 377 Version 2.5.2 Install
2021-3-25 2.5.1 630 Version 2.5.1 Install
2021-3-24 2.4.2 644 Version 2.4.2 Install
2021-3-21 2.2.0 641 Version 2.2.0 Install
2021-3-21 2.1.2 243 Version 2.1.2 Install
2021-3-21 2.1.1 135 Version 2.1.1 Install
2021-3-21 2.1.0 165 Version 2.1.0 Install
2021-3-21 2.0.0 332 Version 2.0.0 Install
2021-3-19 1.7.1 427 Version 1.7.1 Install
2021-3-19 1.7.0 331 Version 1.7.0 Install
2021-3-18 1.5.1 240 Version 1.5.1 Install