Recoil Pad

From PZwiki
Revision as of 10:22, 24 November 2021 by Thing II (talk | contribs) (Add iwbums navbox)
Recoil Pad
Recoil Pad
General
Category Weapon mod
Encumbrance
Heavy Load
0.1
Weapon(s) RifleHunting.png RifleVarmint.png
Part type Recoil pad
Modifiers
Encumbrance 0.1
Recoil -10
Technical details
Item ID Base.RecoilPad
Weapon attachment. Reduces firearm recoil and delay to next shot.
— In-game tooltip

A recoil pad is a weapon mod.

Usage

Can be added to guns using a screwdriver.

Compatible Weapons

Code

From newitems.txt (Project Zomboid directory/media/scripts/) Retrieved: Build 40.43

	item RecoilPad
		Type 			= WeaponPart,
		DisplayName 		= Recoil Pad,
		Icon 			= RifleRecoilPad,
		Weight 			= 0.1,
		WeightModifier 		= 0.1,
		RecoilDelayModifier 	= 5,
		MountOn 		= HuntingRifle; VarmintRifle,
		PartType 		= RecoilPad,
		Tooltip 		= Tooltip_RecoilPad,

See also

Template:Navbox/Weapons