Drumstick

From PZwiki
Revision as of 00:59, 21 October 2021 by Keragom (talk | contribs) (Added the weapon code information from the project zomboid "item_weapons.txt")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Item

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,
         {