You are viewing a potentially older version of this package. View all versions.
GoldenJude-Judes_Equipment-1.2.0 icon

Judes Equipment

Adds 5 new armor sets aswell as a new backpack

Date uploaded 4 years ago
Version 1.2.0
Download link GoldenJude-Judes_Equipment-1.2.0.zip
Downloads 1419
Dependency string GoldenJude-Judes_Equipment-1.2.0

This mod requires the following mods to function

denikson-BepInExPack_Valheim-5.4.2200 icon
denikson-BepInExPack_Valheim

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

Preferred version: 5.4.2200
GoldenJude-Blacksmiths_tools-2.0.2 icon
GoldenJude-Blacksmiths_tools

Tool for hiding parts of the player model when equipping wearables, also a fix for incorrectly deforming skinned meshes on custom items.

Preferred version: 2.0.2
ValheimModding-YamlDotNet-16.3.0 icon
ValheimModding-YamlDotNet

Shared version 16.3.0 of YamlDotNet from Antoine Aubry and contributors, net47 package for use in Valheim mods. Maintained by the ValheimModding team.

Preferred version: 16.3.0

README

Notes

Do not install my Barbarian armor and Plate armor mods from nexusmods, they are included in this mod

Blacksmith's tools is not a hard dependency, the mod will work without it. You'll just run into armors clipping with player body.
The mod makes no use of blacksmith's tool's bone reoder, you may disable it if you wish.
In case of questions you may find me on the Modding discord server

Features

Barbarian's armor and cape

  • crafted at a lvl 1 forge using bronze and deer hide, cape at a workbench using deer hide and bone fragments
  • alternative to vanilla bronze armor

Plate armor

  • crafted at a lvl 1 forge using iron and deer hide
  • alternative to vanilla iron armor

Nomad's armor

  • crafted at a lvl 1 forge using blackmetal, lox hide and linen
  • light armor, trades defense for mobility (slightly less defense than padded but does not slow the wearer down)

Wanderer's armor and cape

  • crafted at a lvl 1 forge using iron, linen threads, flax and deer hide, cape at a workbench using flax and linen
  • mostly an alternative to padded armor
  • cape provides a mostly inexpensive means to gain frost resistance

Mistlands armor

  • crafted at a lvl 1 forge using flametal, linen threads and lox pelts
  • completely new flametal armor
  • provides constant frost resistance

Simple backpack

  • crafted at a lvl 1 workbench using wood, deer hide and leather scraps
  • increases the wearer's carrying capacity

Installation

Place the JudesEquipment.dll into your Bepinex/plugins folder.

Configuration

After launching the game the mod will generate configuration files for items, recipes and localization

Changelog

  • 1.2.0
    Added Mistlands armor
    Adjusted Wanderer's helmet weight to match vanilla padded helmet
  • 1.1.2
    Fixed localization not falling back to English
  • 1.1.1
    Added Vulkan support
  • 1.1.0
    Added Wanderer's armor
    Added damage modifiers to armor configs
  • 1.0.2
    Fixed some localization errors
  • 1.0.1
    Fixed incorrect section names for the simple backpack and nomad chest armor in item config
    Added missing blacksmiths tools configuration for barbarian's legs
  • 1.0.0
    Initial upload

Item IDs

Barbarian armor:

  • ArmorBarbarianBronzeHelmetJD
  • ArmorBarbarianBronzeChestJD
  • ArmorBarbarianBronzeLegsJD
  • ArmorBarbarianCapeJD

Plate armor:

  • ArmorPlateIronHelmetJD
  • ArmorPlateIronChestJD
  • ArmorPlateIronLegsJD

Nomad armor:

  • ArmorBlackmetalgarbHelmet
  • ArmorBlackmetalgarbChest
  • ArmorBlackmetalgarbLegs

Wanderer armor:

  • ArmorWandererHelmet
  • ArmorWandererChest
  • ArmorWandererLegs
  • ArmorWandererCape

Mistlands armor:

  • ArmorMistlandsHelmet
  • ArmorMistlandsChest
  • ArmorMistlandsLegs

Simple backpack:

  • BackpackSimple

CHANGELOG

2.3.0

  • Updated ServerSync to version 1.18.
  • New external dependency for YamlDotNet 16.3.0. You must install this for the mod to function!
  • Changed default recipe for Scorched set to use FlametalNew.

2.2.4 (i guess)

  • Updated ServerSync
  • Recompiled for new latest Valheim update

2.2.1

  • Updated ServerSync to 1.13

2.2.1

  • Updated ServerSync to 1.12

2.2.1

  • Updated ServerSync

2.2.0

  • Added Noble's armor

2.1.1

  • Reupload with correct mod icon

2.1.0

  • Added Warrior's armor
  • Added JudesEquipment_Colors.yml config for changing the metallic color of armor parts

2.0.3

  • Probably fixed the odd bug with chaos armor losing it's blacksmith's tools configs

2.0.2

  • Made localization fall back to English again

2.0.1

  • Fixed configs not applying item weight

2.0.0

  • Added Serpent armor set
  • Added Heavy backpack
  • Added Boar cape to the Plate armor set
  • Tweaked most of the existing armor meshes and textures
  • New configuration:
    • item and recipe configs are now in the JudesEquipment_config.yml file
    • localization is in the JudesEquipment_localization.yml file
    • added set bonuses to item config
    • no longer syncing the entirety of the known universe

1.4.0

  • Added Dragonslayer's armor

1.3.0

1.2.1

  • Fixed OpenDatabase incompatibiity

1.2.0

  • Added Mistlands armor
  • Adjusted Wanderer's helmet weight to match vanilla padded helmet

1.1.2

  • Fixed localization not falling back to English

1.1.1

  • Added Vulkan support

1.1.0

  • Added Wanderer's armor
  • Added damage modifiers to armor configs

1.0.2

  • Fixed some localization errors

1.0.1

  • Fixed incorrect section names for the simple backpack and nomad chest armor in item config
  • Added missing blacksmiths tools configuration for barbarian's legs

1.0.0

  • Initial upload