Canoe Paddle

From PZwiki
Revision as of 20:59, 15 December 2021 by Thing II (talk | contribs) (Add see also)
Canoe Paddle
Canoe Paddle
Paddle.png
General
Category Weapon
Encumbrance
Heavy Load
2
Equipped Two-handed
Condition max. 10
Skill Long Blunt
Attachment Back
Damage
Type Blunt
Attack speed 2
Range 0.61–1.6 tiles
Damage 0.5–1.3
Tree damage 0
Door damage 1
Knockback 0.3
Knockdown 0
Technical details
Base ID CanoePadel

A canoe paddle is a long blunt weapon.

Usage

A canoe paddle is an improvised long blunt weapon. It is outclassed by other long blunt weapons, such as a Baseball Bat.

Code

From items_weapons.txt (Project Zomboid directory/media/scripts/) Retrieved: Build 41.61

	item CanoePadel
		DisplayCategory			= Sports,
		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,

See Also