Canoe Paddle - Double-bladed: Difference between revisions

From PZwiki
(Added basic weapon information and weapon code information from item_weapons.txt)
 
(Add header, navbox, format code)
Line 1: Line 1:
===Weapon===
{{languages|Broom}}
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.
{{header|The Game World|Items|Weapons|Melee Weapons|type=Weapon|version=Version 41|incver=61}}
{{Infobox weapon
|display_name=Canoe Paddle Double
|name_colour=Weapon
|name_text_colour=Weapon
|image=Image.png
|image_width=120px
|alternate_image=PaddleDouble.png
<!--GENERAL-->
|category=Weapon
|weight=2.2
|equipped=Two-handed
|condition_max=10
|attachment_type=Shovel
<!--CHARACTERISTICS-->
<!--DAMAGE-->
|type=Blunt
|swing_time=2
|min_range=0.61
|max_range=1.6
|min_damage=0.8
|max_damage=1.9
|tree_damage=0
|door_damage=1
|push_back=0.3
|knockdown=0
<!--TECHNICAL DETAILS-->
|class_name=CanoePadelX2
}}
A '''canoe paddle double''' is a long blunt weapon.


===Item===
== Usage ==
'''''From items.txt (Project Zomboid directory/media/scripts/)'''''
A canoe paddle double is an improvised 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. The biggest drawback drawback is its slow swing speed.
{{Retrieved|version=41|incver=55}}
 
<nowiki>
== Code ==
    item CanoePadelX2
'''''From items_weapons.txt (Project Zomboid directory/media/scripts/)'''''
        MaxRange = 1.6,
{{Retrieved|version=41|incver=61}}
        WeaponSprite = CanoePadelX2,
<pre> item CanoePadelX2
        MinAngle = 0.85,
DisplayCategory = Sports,
        Type = Weapon,
MaxRange = 1.6,
        MinimumSwingTime = 2,
WeaponSprite = CanoePadelX2,
        KnockBackOnNoDeath = FALSE,
MinAngle = 0.85,
        SwingAmountBeforeImpact = 0.02,
Type = Weapon,
        Categories = Improvised;Blunt,
MinimumSwingTime = 2,
        ConditionLowerChanceOneIn = 10,
KnockBackOnNoDeath = FALSE,
        Weight = 2.2,
SwingAmountBeforeImpact = 0.02,
        SplatNumber = 1,
Categories = Improvised;Blunt,
        PushBackMod = 0.3,
ConditionLowerChanceOneIn = 10,
        SubCategory = Swinging,
Weight = 2.2,
        ConditionMax = 10,
SplatNumber = 1,
        MaxHitCount = 3,
PushBackMod = 0.3,
        DoorDamage = 1,
SubCategory = Swinging,
        SwingAnim = Bat,
ConditionMax = 10,
        DisplayName = Canoe Paddle Double,
MaxHitCount = 3,
        MinRange = 0.61,
DoorDamage = 1,
        SwingTime = 2,
SwingAnim = Bat,
        KnockdownMod = 0,
DisplayName = Canoe Paddle Double,
        SplatBloodOnNoDeath = FALSE,
MinRange = 0.61,
        Icon = PaddleDouble,
SwingTime = 2,
        RunAnim = Run_Weapon2,
KnockdownMod = 0,
        IdleAnim = Idle_Weapon2,
SplatBloodOnNoDeath = FALSE,
        BreakSound =   CanoePaddleDoubleBreak,
Icon = PaddleDouble,
        DoorHitSound = CanoePaddleDoubleHit,
RunAnim = Run_Weapon2,
HitSound = CanoePaddleDoubleHit,
IdleAnim = Idle_Weapon2,
HitFloorSound = CanoePaddleDoubleHit,
BreakSound = CanoePaddleDoubleBreak,
SwingSound = CanoePaddleDoubleSwing,
DoorHitSound = CanoePaddleDoubleHit,
        TreeDamage =   0,
HitSound = CanoePaddleDoubleHit,
        TwoHandWeapon = TRUE,
HitFloorSound = CanoePaddleDoubleHit,
        CriticalChance = 50,
SwingSound = CanoePaddleDoubleSwing,
        CritDmgMultiplier = 2,
TreeDamage = 0,
        MinDamage = 0.8,
TwoHandWeapon = TRUE,
        MaxDamage = 1.9,
CriticalChance = 50,
        BaseSpeed = 0.8,
CritDmgMultiplier = 2,
        AttachmentType = Shovel,
MinDamage = 0.8,
        {</nowiki>
MaxDamage = 1.9,
BaseSpeed = 0.8,
AttachmentType = Shovel,
</pre>
 
{{Navbox_weapons}}

Revision as of 21:07, 15 December 2021

The Game WorldItemsWeaponsMelee WeaponsCanoe Paddle - Double-bladed
Canoe Paddle Double
Canoe Paddle Double
PaddleDouble.png
General
Category Weapon
Encumbrance
Heavy Load
2.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.8–1.9
Tree damage 0
Door damage 1
Knockback 0.3
Knockdown 0
Technical details
Base ID CanoePadelX2

A canoe paddle double is a long blunt weapon.

Usage

A canoe paddle double is an improvised 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. The biggest drawback drawback is its slow swing speed.

Code

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

	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,