


This mod is a very simple expansion to the taming and breeding system in Valheim. It allows each tamable creature (Boar, Lox, Wolf, Hen, Asksvin) to have a configurable chance of giving birth to a higher level offspring. Everything is configurable and gives you many options to tailor to your liking, including adjusting other breedable creatures introduced by other mods!
Why would this mod be useful?
Since IronGate updated some of their Procreation coding to work with Asksvin, this mod now works with those and chickens automatically!
Currently this mod supports the following creatures by default, and you can change these values, and add your own creatures that are already breedable from other mods (see Configuration section for details):
All of the configuration can be found in maxfoxgaming.procreationplus.yml, which will be generated once you start Valheim with the mod installed. Here's a snippet of the YML:
- PrefabName: Boar
LevelUpChance: 0.25
MaxStars: 2
PrefabName: The ID, or name of the creature's prefab - it is case-sensitive so be sure to verify the prefab name. Localized names will not work. If you're unsure of prefab names, you can check the Valheim Wiki, or look at other mods' wiki entries which will usually list their prefabs.LevelUpChance: This is a value that should be set between 0 and 1, denoting the probability that a creature will be a level higher than the parent when it's born. A value of 0 means levelup will never happen, and a value of 1 will always result in a levelup. 0.5 is a 50% chance.MaxStars: A value between 0 and 2. If Creature Level & Loot Control is also installed, this value can be set up to 5. This denotes the highest level a creature can reach through breeding.Note that adding creatures that are not currently tamable or breedable does NOT give the creature the ability to be tamed or bred. It only affects creatures that already have the Procreation script attached to them, whether vanilla or modded.
If you want to make a creature breedable, you'll need another mod to do that such as AllTameableTamingOverhaul or MonsterDB, as this mod will not cover adding extra scripts to creatures for now or making baby creatures of currently existing ones.
You can add as many creatures as you want to the YML. All you need is:
Let's look at the Fox from Therzie's Monstrum mod and add it to the list. Its prefab ID is Fox_TW and it can breed, so the Procreation component is present. Now we just add the YML entry below the others like this:
- PrefabName: Fox_TW
LevelUpChance: 0.3
MaxStars: 2
This will give all tamed foxes a 30% chance to give birth to fox cub with a higher level than its parents, up to 2 stars.
This mod is fully compatible with:
This mod may have issues with
If you have any suggestions, or experience bugs / problems using this mod please get in touch with me on my Discord.
Move the 'plugins' folder from the archive to your BepInEx folder.