Canoe Paddle - Double-bladed

From PZwiki
Revision as of 10:30, 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 - Double bladed is a long blunt weapon that has a pretty high damage range for its weapon type and a high crit chance of 50%, making it a potent weapon with it's only drawback being the slower swing speed which is also sort of compensated though, with it's high range.

Item

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

    item CanoePadelX2
        MaxRange	=	1.6,
        WeaponSprite	=	CanoePadelX2,
        MinAngle	=	0.85,
        Type	=	Weapon,
        MinimumSwingTime	=	2,
        KnockBackOnNoDeath	=	FALSE,
        SwingAmountBeforeImpact	=	0.02,
        Categories	=	Improvised;Blunt,
        ConditionLowerChanceOneIn	=	10,
        Weight	=	2.2,
        SplatNumber	=	1,
        PushBackMod	=	0.3,
        SubCategory	=	Swinging,
        ConditionMax	=	10,
        MaxHitCount	=	3,
        DoorDamage	=	1,
        SwingAnim	=	Bat,
        DisplayName	=	Canoe Paddle Double,
        MinRange	=	0.61,
        SwingTime	=	2,
        KnockdownMod	=	0,
        SplatBloodOnNoDeath	=	FALSE,
        Icon	=	PaddleDouble,
        RunAnim	=	Run_Weapon2,
        IdleAnim	=	Idle_Weapon2,
        BreakSound  =   CanoePaddleDoubleBreak,
        DoorHitSound = CanoePaddleDoubleHit,
		HitSound = CanoePaddleDoubleHit,
		HitFloorSound = CanoePaddleDoubleHit,
		SwingSound = CanoePaddleDoubleSwing,
        TreeDamage  =   0,
        TwoHandWeapon = TRUE,
        CriticalChance	=	50,
        CritDmgMultiplier = 2,
        MinDamage	=	0.8,
        MaxDamage	=	1.9,
        BaseSpeed = 0.8,
        AttachmentType = Shovel,
         {