Reload Modifier
Modifies the Reload section of the weapon config
Reload_Modifier:
Magazine_Size: <IntModifier>
Ammo_Per_Reload: <IntModifier>
Reload_Duration: <IntModifier>
Shoot_Delay_After_Reload: <IntModifier>
Add_Mechanics: <Mechanics> # or use Replace_MechanicsMagazine_Size
This section should always be used alongside Ammo_Per_Reload.
Modifies the Magazine_Size of the weapon. This does not actually make it reload more ammunition into the gun. Instead, it just sets how much ammo can be loaded. This is important for deciding if the player can reload their currently held weapon.
Ammo_Per_Reload
This section should always be used alongside Magazine_Size.
Modifies the Ammo_Per_Reload, how much ammunition is loaded into the weapon.
Reload_Duration
Modifies the Reload_Duration, how much time, in ticks, it takes for the reload to complete.
Shoot_Delay_After_Reload
Modifies the Shoot_Delay_After_Reload, the delay after reloading before you can shoot.
Add_Mechanics
Modifies the current mechanics applied whenever an entity reloads.
Last updated