My Valheim mod from here: https://www.nexusmods.com/valheim/mods/1475
I'm not good at C# and I'm fairly new to it, so please excuse the incredibly bad code. :)
-
This mod is required for EpicValheim's modpack, it adds custom essential items to progress in EpicValheim content, this will be needed to be updated alongside EpicValheim.
-
This mod can be used without EpicValheim.
Three new custom Bosses for the Mistlands / DeepNorth / Ashlands & Custom Boss Altars that spawn throughout the world on generation, In the Mistlands / DeepNorth / Ashlands:
Custom Vegvisirs that give the location of randomly spawned boss altars, They spawn in the Plains, Mistlands, Deepnorth.:
Golden Minibosses for the useless altars Forgotten biomes brings into the world generation (Requires Forgotten biomes):
- You can now configure the health & damage of the bosses in the Mistlands / DeepNorth / Ashlands
Example Config for SvartalfrQueen and one of her attacks.
"BossPrefabName" : "SvartalfrQueen",
"Health" : 2800,
"Attacks" : [
{
"AttackName" : "SvartalfrQueenGreatSword",
"AttackAnimation" : "battleaxe_attack",
"AiAttackRange" : 4,
"AiAttackRangeMin" : 0,
"AiAttackInterval" : 4,
"Damages" : {
"m_damage" : 0,
"m_blunt" : 0,
"m_slash" : 180,
"m_pierce" : 0,
"m_chop" : 70,
"m_pickaxe" : 0,
"m_fire" : 0,
"m_frost" : 50,
"m_lightning" : 0,
"m_poison" : 0,
"m_spirit" : 0
}
}
- Pull Requests
If you'd like submit a Pull Request for anything even just to tidy anything up, feel free they would be greatly appreciated.
- None so far.
If you like what I do and want to support me.