Spear with Bread Knife

From PZwiki
Project ZomboidItemsWeaponsMelee weaponsSpearsSpear with Bread Knife
UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
Spear with Bread Knife
SpearBreadKnife Model.png
General
Category
Weapon
Encumbrance
Moodle Icon HeavyLoad.png
1.5
Slot attached
Back
Properties
Max condition
Default: 6
Crafted: See Spears
Performance
Damage
1–1.6
Range
0.98–1.55
Knockback
0.3
Knockdown
0
Technical
Item ID
Base.SpearBreadKnife

A spear with bread knife is one of the upgraded version of a crafted spear, being slightly more powerful and durable.

Usage

Pros Cons
  • +1.5 more range than normal spears.
  • +1 more damage than normal spears.
  • +1 more Maximum Condition.
  • 33% chance of losing durability each hit instead of 50%.
  • Can be used to spear charge and fish, just like crafted spears.
  • Weapon Condition influenced dependent on the items used to craft it.
  • Slightly stronger, but still weak durability. Carrying additional spears or backup weapons is recommended.
  • Still likely to break when fishing.

Combat

A spear with bread knife is stronger than a normal crafted spear. However, bread knives are one of the weaker variants of spear upgrades, only providing +1.5 range and +1 damage.

Condition/Durability

The spear with bread knife's durability is the same as a spear with butter knife but with more range. Unlike the normal crafted spears, are less fragile and has +1 more Maximum Condition. At 0 Maintenance, they have a 33% chance of losing durability, unlike the non-upgrade spears, which has a 50% chance.

Crafting

Spears with bread knives are upgraded from crafted spears, bread knives and duct tapes.

Product Ingredients Tools Requirements Workstation XP
SpearButterKnife.png
Spear with Bread Knife
SpearStick.png Crafted Spear ×1
KnifeButter.png Bread Knife ×1
DuctTape.png Duct Tape ×2 unit(s)
none none none none

Materials to repair

Item repaired 1st Repair materials =
50% repaired, 100% success

20% repaired, 95% success

10% repaired, 95% success

10% repaired, 95% success
SpearButterKnife.png

Spear with Bread Knife

Woodglue.png

Wood Glue (2 Uses)
(Requires Carpentry Level 2)

DuctTape.png

Duct Tape (2 Uses)

Glue.png

Glue (2 Uses)

Scotchtape.png

Adhesive Tape (4 Uses)

It should be noted that repairing the spear with bread knife makes following repairs less likely to succeed and can, if repaired numerous times, cause reduced durability instead of increased.

Code

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

Item
Source: ProjectZomboid\media\scripts\items_weapons.txt

Retrieved: Build 41.78.16
item SpearBreadKnife
    {
        DisplayCategory = WeaponCrafted,
        MaxRange	=	1.55,
        WeaponSprite	=	SpearBreadKnife,
        MinAngle	=	0.8,
        Type	=	Weapon,
        MinimumSwingTime	=	2,
        KnockBackOnNoDeath	=	FALSE,
        SwingAmountBeforeImpact	=	0.02,
        Categories	=	Improvised;Spear,
        ConditionLowerChanceOneIn	=	3,
        Weight	=	2.0,
        SplatNumber	=	1,
        PushBackMod	=	0.3,
        SubCategory	=	Spear,
        ConditionMax	=	6,
        MaxHitCount	=	2,
        DoorDamage	=	5,
        SwingAnim	=	Spear,
        DisplayName	=	Spear With Bread Knife,
        MinRange	=	0.98,
        SwingTime	=	2,
        KnockdownMod	=	0,
        SplatBloodOnNoDeath	=	FALSE,
        Icon	=	SpearButterKnife,
        RunAnim	=	Run_Weapon2,
        IdleAnim	=	Idle_Weapon2,
        TreeDamage  =   0,
        TwoHandWeapon = TRUE,
        CriticalChance	=	30,
        CritDmgMultiplier = 10,
        MinDamage	=	1,
        MaxDamage	=	1.6,
        DamageCategory = Slash,
        DamageMakeHole = TRUE,
        BreakSound  =   SpearBreadKnifeBreak,
        HitFloorSound	=	SpearBreadKnifeHit,
        ImpactSound	=	SpearBreadKnifeHit,
        DoorHitSound = SpearBreadKnifeHit,
        HitSound	=	SpearBreadKnifeHit,
        SwingSound	=	SpearBreadKnifeSwing,
        SoundMap = SpearStab SpearBreadKnifeStab,
		AttachmentType = Shovel,
        Tags = FishingSpear,
    }

Repair
Source: ProjectZomboid\media\scripts\fixing.txt

Retrieved: Build 41.78.16
fixing Fix Spear With Bread Knife
{
  Require : SpearBreadKnife,

  Fixer : Woodglue=2; Woodwork=2,
  Fixer : DuctTape=2,
  Fixer : Glue=2,
  Fixer : Scotchtape=4,
}

See also