Skip to content

FALSkills/EpicValheimAdditions

 
 

Repository files navigation

Epic Valheim Additions

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. :)

Information:

  • 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.

What's in this mod:

Adds a custom Alchemy Station(Epic Valheim Asset), Custom Ingots & Ores, Custom Mob drops:

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.:

Custom Ore nodes that spawn throughout the world on generation in the Mistlands / DeepNorth.:

Makes the AncientRoot in Mistlands destructible & drop a custom item to craft T6 Mistland items.:

Makes the Iceberg in Deepnorth drop a custom item to craft T7 Deepnorth items.:

Custom Burning Tree in the Ashlands that drops a custom item to craft T8 Ashlands items.:

Custom Flametal & Frometal & Heavymetal weapons & Shields & Tools.:

Custom Deep Abyss Weapons:

New Crafting table 'Thors Forge', to craft Flametal & Frometal & Heavymetal Items.:

Golden Minibosses for the useless altars Forgotten biomes brings into the world generation (Requires Forgotten biomes):

Configuration:

  • 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
            }
        }

Contribute

  • 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.

Current issues:

  • None so far.

Support:

If you like what I do and want to support me.

About

My valheim mod.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 100.0%