About this mod
Changes the stats of the Long Hauberk (Hauberk (Full)) to the stats of the Warhorse Hauberk or the Decorated Bavarian Hauberk. Working on 1.9.1
- Permissions and credits
Stab defence 11
Slash defence 14
Blunt defence 9
To aquire the hauberks you still need to spawn it yourself using the following IDs:
413806e7-f3b7-c6cf-2309-e47ce3c97fa2 - Long belt version
4fec3673-04fe-45ae-b200-600704ecea70 - Short belt version
The mod isn't compatible with other mods that edit armor.xml as it is, but if you'd like to implement these stats to any other mod that uses the armor.xml file, the changes are:
Search for both item IDs in the armor.xml file, right after the item ID there will be values max_status, noise then slash_def="x.x", smash_def="x.x" and stab_def="x.x". Change the "x.x" value to whatever you like to freely manipulate the armor stats. It looks like x_def="x.x" gets rounded either up or down, so for 15 defence stat, you'd need to change the (x_def="x.x")'s "x.x" value to "1.5".
In the unmodified armor.xml file the lines are line 118 and line 782. Changes from the base armor.xml file are:
Line 118, item_id="4fec3673-04fe-45ae-b200-600704ecea70"
slash_def="1.43" smash_def="0.858" stab_def="1.144" changed from slash_def="0.1" smash_def="0.1" stab_def="0.1"
Line 782, item_id="4fec3673-04fe-45ae-b200-600704ecea70"
slash_def="1.43" smash_def="0.858" stab_def="1.144" changed from slash_def="0.1" smash_def="0.1" stab_def="0.1"