Overview
This mod adds item degradation to guns, melee weapons, tools and armor. Each time an item is repaired it will degrade by one level. Mod slots will also downgrade accordingly, any mods that no longer have space will be added to the players backpack or dropped on the ground if the inventory is full.
Installation Notes
Note: This mod needs to be installed on both client and server for multiplayer. EAC MUST BE OFF!
Support Discord Server
If you need help with a mod, you can join our discord server.
Modder Info
Modder’s can also use this mod to add item degradation to their own mods, as follows.
The degradation amount can be controlled by this property.
<property name="RepairDegradeAmount" value="1"/>
It is also possible to set the minimum degrade amount for items with this cvar.
<triggered_effect trigger="onSelfProgressionUpdate" action="ModifyCVar" cvar="minDegradeAmount" operation="set" value="4">
If you need help, you can use this support link.
Credits: Zilox