Pickaxe Handle

From PZwiki
Revision as of 00:52, 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)
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Item

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

    item PickAxeHandle
        MaxRange	=	1.05,
        WeaponSprite	=	PickAxeHandle,
        MinAngle	=	0.65,
        Type	=	Weapon,
        MinimumSwingTime	=	4,
        KnockBackOnNoDeath	=	FALSE,
        SwingAmountBeforeImpact	=	0.02,
        Categories	=	Improvised;SmallBlunt,
        ConditionLowerChanceOneIn	=	3,
        Weight	=	3,
        SplatNumber	=	1,
        PushBackMod	=	0.3,
        SubCategory	=	Swinging,
        ConditionMax	=	4,
        MaxHitCount	=	2,
        DoorDamage	=	5,
        SwingAnim	=	Bat,
        DisplayName	=	PickAxe Handle,
        MinRange	=	0.61,
        SwingTime	=	4,
        KnockdownMod	=	2,
        SplatBloodOnNoDeath	=	FALSE,
        Icon	=	Pickaxe_Handle,
        BreakSound  =   PickAxeHandleBreak,
        DoorHitSound = PickAxeHandleHit,
		HitSound = PickAxeHandleHit,
		HitFloorSound = PickAxeHandleHit,
		SwingSound = PickAxeHandleSwing,
        TreeDamage  =   0,
        CriticalChance	=	10,
        CritDmgMultiplier = 2,
        MinDamage	=	0.4,
        MaxDamage	=	0.8,
        BaseSpeed = 1.1,
         {