A spear with bread knife is one of the upgraded version of a crafted spear, being slightly more powerful and durable. However, the upgrade is minor, and may not be worth the duct tape for some.
Usage
Pros | Cons |
---|---|
|
|
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 |
---|---|---|---|---|---|
Spear with Bread Knife |
Crafted Spear ×1 Bread Knife ×1 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 |
---|---|---|---|---|
Spear with Bread Knife |
Wood Glue (2 Uses) |
Duct Tape (2 Uses) |
Glue (2 Uses) |
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.
Variants
History
Base.SpearBreadKnife
Version | Description |
---|---|
41.21 | Released on or before this version. |
Help PZwiki by adding to this history.
Code
Item
Source: ProjectZomboid\media\scripts\items_weapons.txt
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
fixing Fix Spear With Bread Knife
{
Require : SpearBreadKnife,
Fixer : Woodglue=2; Woodwork=2,
Fixer : DuctTape=2,
Fixer : Glue=2,
Fixer : Scotchtape=4,
}