Hi, can somebody experienced in lua scripts tell me how to change speed of weapons reloading or just write this script in comment? I just need this to my mod.
I need script which should work like for example: agressive reload which increse reload speed by 15%. In my mod I want my weapon to reload 15% slower, for balance.
I need code to permanently change reload speed of selected gun, but not this:
NewRaycastWeaponBase.reload_speed_multiplier = function(self) return 2000 end
This change speed of reload for all guns.
i know the code for the reload cancel time not the animation time