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.

Ammo_Per_Reload

This section should always be used alongside Magazine_Size.

Reload_Duration

Shoot_Delay_After_Reload

Add_Mechanics

This will add additional Mechanics to the current mechanics. To replace all current mechanics, change the config key to Replace_Mechanics.

Modifies the current mechanics applied whenever an entity reloads.

Last updated