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_Mechanics
Magazine_Size
This section should always be used alongside Ammo_Per_Reload
.
Modifies the Reload 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 Reload, how much ammunition is loaded into the weapon.
Reload_Duration
Modifies the Reload, how much time, in ticks, it takes for the reload to complete.
Shoot_Delay_After_Reload
Modifies the Reload, the delay after reloading before you can shoot.
Add_Mechanics
Modifies the current mechanics applied whenever an entity reloads.
Last updated