Skyrim Special Edition
0 of 0

File information

Last updated

Original upload

Created by

Sandman53

Uploaded by

Sandman53

Virus scan

Safe to use

Tags for this mod

About this mod

Weapons and Armor will be degraded when attacking or taking hits. Weapons and Armor will be randomly tempered, and widgets to display equipment health and what you currently have equipped. A great durability system now moved to CommonLib-NG!

Requirements
Permissions and credits
Changelogs
I really missed the Equipment Durability System plugin after moving to 1.6+. So I eventually sat down and tackled the process of migrating the system over to CommonLib-NG. All features of the original mod are completely intact. So here is the description from the original mod:

Description
Weapons and armor that actors are equipped will be degraded when attacking or getting hit. Supported armor slots are 30: head, 31: hair, 32: body, 33: hands, 37: feet and 39: shield. Weapons and armor (in NPC's inventory, in containers, dropped) are randomly tempered. Adds widgets that display weapons, armor and shouts that the player is currently equipped.

No ESP file.

Requirement
SKSE64
SkyUI 5.1SE+

INI Settings
[Degradation]
DisableDegradation                            - If set to true, the degradation function is disabled.
OnlyPlayer                                           - If set to true, only player items will be degraded.
NoBreakMagicDisallowEnchanting  - If set to true, items with "MagicDisallowEnchanting" keyword will not be broken.
IncreaseDurability                              - If set to true, the higher equipment health, the lower the probability of being broken.
EquipmentHealthThreshold              - When equipment health is above this value it will not be broken. You can check equipment health with widget.

[DegradationRate] / [BreakChance]
You can set the degradation rate and the probability of being broken for each type of weapon and armor.
PowerAttackMultiplier  - Multiplier by power attack.
FollowerMultiplier         - Multiplier for items owned by followers.
NPCMultiplier                - Multiplier for items owned by NPCs other than followers.

[DynamicTemper]
DisableDynamicTemper  - If set to true, the random temper function is disabled.
TemperChance                 - Temper probability of items owned by NPC other than a boss.
VendorTemperChance     - Temper probability of items in merchant chests
BossTemperChance        - Temper probability of items owned by boss.

[DynamicEnchant]
DisableDynamicEnchant  - If set to true, the random enchant function is disabled.
EnchantChance                 - Enchant probability of items owned by NPC other than a boss.
VendorEnchantChance     - Enchant probability of items in merchant chests
BossEnchantChance        - Enchant probability of items owned by boss

[Widget]
DisableWidget                          - If set to true the widget function is disabled.
PositionX                                  - X position of widget display position (0 to 100).
PositionY                                  - Y position of widget display position (0 to 100).
Scale                                         - Widget scale.
UnbreakableColor                    - Text color (Unbreakable Equipment).
BreakableColor                        - Text color (Breakable Equipment).
HidePoisonName                    - If set to true, the name of the poison used for the weapon will not be displayed.
HideWithWeaponsSheathed  - If set to true, the widget will not be displayed while weapons are sheathed.
ToggleKeyCode                       - Key to toggle the visibility of the widget.
ToggleDuration                        - If set to a value, the HUD will be hidden by default, and displayed for X seconds when the hotkey is pressed
Flags                                         - Choose what you want displated and add the numbers together. More info in the ini file itself.

You can open "NoBreakForms.ini" to set items that are not broken.

Notes
  • Spells do not degrade equipment.
  • The degradation rate is not constant.
  • Quest items and bound weapons are not broken.
  • Player and follower items, quest items are not randomly tempered.
  • How much tempering depends on the level of NPC.


Credits
  • AndbGame
  • Felisky for Equipment Durability System
  • CharmedBayron for CommonLib-NG
  • SKSE team for SKSE.