Shoot Modifier
Modifies the shoot config of a weapon
Last updated
Modifies the shoot config of a weapon
Last updated
Modifies the , the number of projectiles launched for each shot. This is typically used for shotguns, to increase the amount of pellets/shrapnel.
In general, you should try to use the Base_Spread feature instead of Override_Spread
. This is to make it easier to configure multiple attachments that modify spread at the same time.
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 shoots the weapon. In practice, this can be used to create suppressors, VALORANT styled skins (skins that modify sounds shoot sounds), make sounds louder, etc.
Lets you modify the recoil of the weapon. This can be used to make recoil more/less "snappy," which allows finer control over balancing your guns.
Modifies the , the speed, in , that the projectile should be launched at. You can use this on suppressor attachments to decrease the muzzle velocity of the launched projectile(s).
Modifies the , the random variations in bullet path. Increasing the spread will make the gun harder to use because bullets will fly more randomly.
Completely overrides the of the weapon.
Modifies the of the weapon. For non-automatic weapons (semi/burst weapons), the starting value will be 0.
In this example, selective fire still works with burst and semi-auto weapons. This is because we use the MULTIPLY
option, and , where can be any number. In this example, the full auto rate will be 50% higher then before.
All config options match 1 to 1 with the config options in the of your gun. In general, modifying just the speed value can be enough to increase/decrease recoil.