Plunger

From PZwiki
Revision as of 11:34, 20 October 2021 by Keragom (talk | contribs) (Added basic weapon information and weapon code information from item_weapons.txt)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Weapon

Considering it's low weight, even though the Plunger does not deal a high amount of damage, it actually deals a completely decent amount in relation to the endurance it costs to swing it. Of course the damage per second potential of this weapon is very limited and with a 5% crit chance, critting is very unlikeable with the plunger. The main thing holding the plunger back though is it's very low durability.

Item

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

    item Plunger
		MaxRange	=	1.1,
		WeaponSprite	=	Plunger,
		MinAngle	=	0.65,
		Type	=	Weapon,
		MinimumSwingTime	=	4,
		KnockBackOnNoDeath	=	FALSE,
		SwingAmountBeforeImpact	=	0.02,
		Categories	=	Improvised;SmallBlunt,
		ConditionLowerChanceOneIn	=	2,
		Weight	=	0.5,
		SplatNumber	=	1,
		PushBackMod	=	0.3,
		SubCategory	=	Swinging,
		ConditionMax	=	3,
		MaxHitCount	=	2,
		DoorDamage	=	2,
		SwingAnim	=	Bat,
		DisplayName	=	Plunger,
		MinRange	=	0.61,
		SwingTime	=	4,
		KnockdownMod	=	2,
		SplatBloodOnNoDeath	=	FALSE,
		Icon	=	Plunger,
        BreakSound  =   PlungerBreak,
        DoorHitSound = PlungerHit,
		HitSound = PlungerHit,
		HitFloorSound = PlungerHit,
		SwingSound = PlungerSwing,
        TreeDamage  =   0,
        CriticalChance	=	5,
        CritDmgMultiplier = 2,
        MinDamage	=	0.3,
        MaxDamage	=	0.5,
        BaseSpeed = 1.2,
        AttachmentType = Knife,
         {