Banjo

From PZwiki
Revision as of 09:55, 20 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.txt (Project Zomboid directory/media/scripts/) Retrieved: Build 41.55

    item Banjo
        MaxRange	=	1.25,
        WeaponSprite	=	Banjo,
        MinAngle	=	0.75,
        Type	=	Weapon,
        MinimumSwingTime	=	4,
        KnockBackOnNoDeath	=	FALSE,
        SwingAmountBeforeImpact	=	0.02,
        Categories	=	SmallBlunt,
        ConditionLowerChanceOneIn	=	2,
        Weight	=	3,
        SplatNumber	=	1,
        PushBackMod	=	0.3,
        SubCategory	=	Swinging,
        ConditionMax	=	3,
        MaxHitCount	=	3,
        DoorDamage	=	5,
        SwingAnim	=	Bat,
        DisplayName	=	Banjo,
        MinRange	=	0.61,
        SwingTime	=	4,
        KnockdownMod	=	2,
        SplatBloodOnNoDeath	=	FALSE,
        Icon	=	Banjo,
        BreakSound  =   BanjoBreak,
        DoorHitSound = BanjoHit,
		HitSound = BanjoHit,
		HitFloorSound = BanjoHit,
		SwingSound = BanjoSwing,
        TreeDamage  =   0,
        CriticalChance	=	5,
        CritDmgMultiplier = 2,
        MinDamage	=	0.3,
        MaxDamage	=	0.6,
        BaseSpeed = 1.1,
        TwoHandWeapon = TRUE,
        AttachmentType = Guitar,
         {