Canoe Paddle - Double-bladed

From PZwiki
Project ZomboidItemsWeaponsMelee weaponsLong blunt weaponsCanoe Paddle - Double-bladed
UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
Canoe Paddle - Double-bladed
CanoePadelX2 Model.png
General
Category
Sports
Encumbrance
Moodle Icon HeavyLoad.png
2.2
Equipped
One-handed
Slot attached
Back
Skill
Properties
Max condition
10
Condition lower chance
10
Performance
Damage type
Blunt
Damage
0.8–1.9
Door damage
1
Tree damage
0
Range
0.61–1.6
Attack speed
0.8
Knockback
0.3
Crit chance
50%
Technical
Item ID
Base.CanoePadelX2

A canoe paddle - double bladed is a long blunt melee weapon.

Usage

Weapon

The canoe paddle - double bladed can attack up to 3 enemies at a time, dealing a maximum of 1.9 damage to enemies (unless a critical hit) from up to 1.6 tiles away at an attack speed of 0.8.

Breaking doors

It can be used to bash down doors, dealing 1 damage per hit.

Condition

The canoe paddle - double bladed has a maximum condition of 10. Its rate of degradation is influenced by the long blunt and maintenance skills. The chance of losing durability can be simplified to the following formula: 1 in (10 + maintenanceMod × 2). Where "maintenanceMod" is calculated using the long blunt and maintenance skills.
Below is an example of the chance of losing durability at different levels of maintenance and long blunt levels.

For how this is calculated, see: Condition
Maintenance skill Long blunt level Condition lower chance Average condition
0 0 1/10 (10%) 100
0 4 1/12 (8%) 120
0 8 1/14 (7%) 140
4 0 1/14 (7%) 140
8 0 1/18 (6%) 180
4 4 1/16 (6%) 160
4 8 1/18 (6%) 180
8 8 1/22 (5%) 220
10 10 1/24 (4%) 240

Location

The loot distributions can be found in the table(s) below.

CanoePadelX2 distributionShow / Hide

Effective chance calculations are based off of default loot settings and median zombie density. The higher the density of zombies in an area, the higher the effective chance of an item spawning. Chance is also influenced by the lucky and unlucky traits.

Containers
Building/Room Container Effective chance
bedroom crate 0.47%
closet crate 0.47%
closet crate 3.98%
garagestorage crate 0.47%
garagestorage crate 3.98%
schoolstorage crate 23.28%
schoolstorage crate 41.14%
sportstorage crate 23.28%
sportstorage crate 41.14%
sportstorage metal_shelves 23.28%
sportstorage metal_shelves 41.14%
sportstorage shelves 23.28%
sportstorage shelves 41.14%
sportstore shelves 23.28%
sportstore shelves 41.14%
storageunit crate 0.47%
storageunit crate 3.98%
storageunit metal_shelves 0.47%
storageunit metal_shelves 3.98%

History

Base.CanoePadelX2

Version Description
41.21 Released on or before this version.

Help PZwiki by adding to this history.

Code

Code icon.png Code snippet! This section contains source code from Project ZomboidShow / Hide

Source: ProjectZomboid\media\scripts\items_weapons.txt

Retrieved: Build 41.78.16
item CanoePadelX2
    {
        DisplayCategory = Sports,
        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,
    }

See also