PRN_NPCEquipmentLoot
INFO: Some game update broke the set-durability function. You won’t be able to adjust durability range of dropped items until it’s fixed.
This Mod makes NPCs drop their equipment (both armor & weapons) with adjustable durability (default = 33-66%).
No DataTables modified. Using ActorComponent attached to BP_Corpse that checks the npc equipment and moves it to the corpses inventory with adjusted durability.
You can customize the durability and dropchance of the loot by using the following DataCmd commands as admin:
PRN_SetDurMinMax <min> <max> : sets the min. & max. durability of dropped equipment (ranges from 0.0 to 1.0)
Example:
DataCmd PRN_SetDurMinMax 0.5 0.75 // this would make loot drop with at least 50% and at most 75% durability
PRN_SetDropChance <chance> : sets the chance for an item to drop (ranges from 0.0 to 1.0)
Example:
DataCmd PRN_SetDropChance 0.5 // each equipment-item has a 50% chance to drop (default is 100%)
This only affects loot dropped by this mod.
Mod-id=1401061998