Drumstick

From PZwiki
Revision as of 23:23, 19 November 2021 by Thing II (talk | contribs) (Add infobox, navbox)
Drumstick
Drumstick
Drumsticks.png
General
Category Weapon
Encumbrance
Heavy Load
3
Equipped One-handed
Condition max. 1
Skill Short Blunt
Damage
Type SmallBlunt
Attack speed 4
Range 0.61–0.9 tiles
Damage 0.1–0.2
Knockback 0.3
Knockdown 2
Technical details
Base ID Drumstick

A drumstick is an improvised short blunt weapon. It currently cannot be used as a musical instrument.

Usage

A drumstick is a short blunt weapon with very low durability and damage.

Code

From items_weapons.txt (Project Zomboid directory/media/scripts/) Retrieved: Build 41.55

	item Drumstick
		MaxRange			= 0.9,
		WeaponSprite			= Drumstick,
		MinAngle			= 0.65,
		Type				= Weapon,
		MinimumSwingTime		= 4,
		KnockBackOnNoDeath		= FALSE,
		SwingAmountBeforeImpact		= 0.02,
		Categories			= Improvised;SmallBlunt,
		ConditionLowerChanceOneIn	= 1,
		Weight				= 3,
		SplatNumber			= 1,
		PushBackMod			= 0.3,
		SubCategory			= Swinging,
		ConditionMax			= 1,
		MaxHitCount			= 2,
		DoorDamage			= 0,
		SwingAnim			= Bat,
		DisplayName			= Drumstick,
		MinRange			= 0.61,
		SwingTime			= 4,
		KnockdownMod			= 2,
		SplatBloodOnNoDeath		= FALSE,
		Icon				= Drumsticks,
		BreakSound			= DrumstickBreak,
		DoorHitSound			= DrumstickHit,
		HitSound			= DrumstickHit,
		HitFloorSound			= DrumstickHit,
		SwingSound			= DrumstickSwing,
		TreeDamage			= 0,
		CriticalChance			= 0,
		MinDamage			= 0.1,
		MaxDamage			= 0.2,
		BaseSpeed			= 1.3,

See Also