Canoe Paddle

From PZwiki
Revision as of 10:14, 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

The Canoe Paddle is a slightly mediocre Long Blunt weapon. It is in most ways simply inferior to the Baseball Bat but especially it's lower swing speed makes it stand out specifically since it doesn't have increased damage to compensate for it.

Item

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

    item CanoePadel
        MaxRange	=	1.6,
        WeaponSprite	=	CanoePadel,
        MinAngle	=	0.85,
        Type	=	Weapon,
        MinimumSwingTime	=	2,
        KnockBackOnNoDeath	=	FALSE,
        SwingAmountBeforeImpact	=	0.02,
        Categories	=	Improvised;Blunt,
        ConditionLowerChanceOneIn	=	10,
        Weight	=	2,
        SplatNumber	=	1,
        PushBackMod	=	0.3,
        SubCategory	=	Swinging,
        ConditionMax	=	10,
        MaxHitCount	=	3,
        DoorDamage	=	1,
        SwingAnim	=	Bat,
        DisplayName	=	Canoe Paddle,
        MinRange	=	0.61,
        SwingTime	=	2,
        KnockdownMod	=	0,
        SplatBloodOnNoDeath	=	FALSE,
        Icon	=	Paddle,
        RunAnim	=	Run_Weapon2,
        IdleAnim	=	Idle_Weapon2,
        BreakSound  =   CanoePaddleBreak,
        DoorHitSound = CanoePaddleHit,
		HitSound = CanoePaddleHit,
		HitFloorSound = CanoePaddleHit,
		SwingSound = CanoePaddleSwing,
        TreeDamage  =   0,
        TwoHandWeapon = TRUE,
        CriticalChance	=	40,
        CritDmgMultiplier = 2,
        MinDamage	=	0.5,
        MaxDamage	=	1.3,
        BaseSpeed = 0.85,
        AttachmentType = Shovel,
         {