Pipe Wrench

From PZwiki
Revision as of 07:58, 20 October 2021 by Keragom (talk | contribs) (Created page with "===Item=== '''''From items.txt (Project Zomboid directory/media/scripts/)''''' {{Retrieved|version=41|incver=55}} <nowiki> item PipeWrench { MaxRange = 1.1,...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Item

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

    item PipeWrench
    {
        MaxRange	=	1.1,
        WeaponSprite	=	PipeWrench,
        MinAngle	=	0.67,
        Type	=	Weapon,
        MinimumSwingTime	=	4,
        KnockBackOnNoDeath	=	FALSE,
        SwingAmountBeforeImpact	=	0.02,
        Categories	=	SmallBlunt,
        ConditionLowerChanceOneIn	=	25,
        Weight	=	1.5,
        SplatNumber	=	1,
        PushBackMod	=	0.3,
        SubCategory	=	Swinging,
        ConditionMax	=	10,
        MaxHitCount	=	2,
        DoorDamage	=	10,
        SwingAnim	=	Bat,
        DisplayName	=	Pipe Wrench,
        MinRange	=	0.61,
        SwingTime	=	4,
        KnockdownMod	=	2,
        SplatBloodOnNoDeath	=	FALSE,
        Icon	=	PipeWrench,
        BreakSound  =   PipeWrenchBreak,
        DoorHitSound = PipeWrenchHit,
		HitSound = PipeWrenchHit,
		HitFloorSound = PipeWrenchHit,
		SwingSound = PipeWrenchSwing,
        TreeDamage  =   0,
        CriticalChance	=	25,
        CritDmgMultiplier = 2,
        MinDamage	=	0.5,
        MaxDamage	=	1,
        BaseSpeed = 1,
        WeaponLength = 0.3,
        AttachmentType = Wrench,
         {