Spear with Butter Knife: Difference between revisions

From PZwiki
m (Automated navbox deployment)
m (Automated CodeBox update)
Line 59: Line 59:
   | lang = java
   | lang = java
   | line = true
   | line = true
   | start = 4456
   | start = 4503
   | source = items_weapons.txt
   | source = items_weapons.txt
   | retrieved = true
   | retrieved = true
Line 65: Line 65:
   | code =
   | code =
item SpearButterKnife
item SpearButterKnife
{
    {
  DisplayCategory             = WeaponCrafted,
        DisplayCategory = WeaponCrafted,
  MaxRange                   = 1.42,
        MaxRange = 1.42,
  WeaponSprite               = SpearButterKnife,
        WeaponSprite = SpearButterKnife,
  MinAngle                   = 0.8,
        MinAngle = 0.8,
  Type                       = Weapon,
        Type = Weapon,
  MinimumSwingTime           = 2,
        MinimumSwingTime = 2,
  KnockBackOnNoDeath         = FALSE,
        KnockBackOnNoDeath = FALSE,
  SwingAmountBeforeImpact     = 0.02,
        SwingAmountBeforeImpact = 0.02,
  Categories                 = Improvised;Spear,
        Categories = Improvised;Spear,
  ConditionLowerChanceOneIn   = 3,
        ConditionLowerChanceOneIn = 3,
  Weight                     = 2.0,
        Weight = 2.0,
  SplatNumber                 = 1,
        SplatNumber = 1,
  PushBackMod                 = 0.3,
        PushBackMod = 0.3,
  SubCategory                 = Spear,
        SubCategory = Spear,
  ConditionMax               = 6,
        ConditionMax = 6,
  MaxHitCount                 = 2,
        MaxHitCount = 2,
  DoorDamage                 = 5,
        DoorDamage = 5,
  SwingAnim                   = Spear,
        SwingAnim = Spear,
  DisplayName                 = Spear With Butter Knife,
        DisplayName = Spear With Butter Knife,
  MinRange                   = 0.98,
        MinRange = 0.98,
  SwingTime                   = 2,
        SwingTime = 2,
  KnockdownMod               = 0,
        KnockdownMod = 0,
  SplatBloodOnNoDeath         = FALSE,
        SplatBloodOnNoDeath = FALSE,
  Icon                       = SpearButterKnife,
        Icon = SpearButterKnife,
  RunAnim                     = Run_Weapon2,
        RunAnim = Run_Weapon2,
  IdleAnim                   = Idle_Weapon2,
        IdleAnim = Idle_Weapon2,
  TreeDamage                 = 0,
        TreeDamage =   0,
  TwoHandWeapon               = TRUE,
        TwoHandWeapon = TRUE,
  CriticalChance             = 30,
        CriticalChance = 30,
  CritDmgMultiplier           = 10,
        CritDmgMultiplier = 10,
  MinDamage                   = 1,
        MinDamage = 1,
  MaxDamage                   = 1.6,
        MaxDamage = 1.6,
  DamageCategory             = Slash,
        DamageCategory = Slash,
  DamageMakeHole             = TRUE,
        DamageMakeHole = TRUE,
  BreakSound                 = SpearButterKnifeBreak,
        BreakSound =   SpearButterKnifeBreak,
  HitFloorSound               = SpearButterKnifeHit,
        HitFloorSound = SpearButterKnifeHit,
  ImpactSound                 = SpearButterKnifeHit,
        ImpactSound = SpearButterKnifeHit,
  DoorHitSound               = SpearButterKnifeHit,
        DoorHitSound = SpearButterKnifeHit,
  HitSound                   = SpearButterKnifeHit,
        HitSound = SpearButterKnifeHit,
  SwingSound                 = SpearButterKnifeSwing,
        SwingSound = SpearButterKnifeSwing,
  SoundMap                   = SpearStab SpearButterKnifeStab,
        SoundMap = SpearStab SpearButterKnifeStab,
  AttachmentType             = Shovel,
AttachmentType = Shovel,
  Tags                       = FishingSpear,
        Tags = FishingSpear,
}
    }  
  }}
}}
}}
}}



Revision as of 11:35, 26 March 2024

Project ZomboidItemsWeaponsMelee weaponsSpearsSpear with Butter 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 Butter Knife
SpearButterKnife 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.42
Knockback
0.3
Knockdown
0
Technical
Item ID
Base.SpearButterKnife

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

Usage

Pros Cons
  • +0.02 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 butter knife is stronger than a normal crafted spear. However, bread knives are one of the weaker variants of spear upgrades, only providing +0.02 range and +1 damage, same as a spear with bread knife.

Condition/Durability

The spear with butter knife's durability is the same as a spear with butter knife. Unlike the normal crafted spears, they are more durable 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 butter knives are upgraded with crafted spears, butter knives and duct tapes.

Product XP gained Skill(s) Recipe Ingredient 1 Ingredient 2 Ingredient 3
SpearButterKnife.png
Spear with Butter Knife
0 XP none SpearStick.png
Crafted Spear
(consumed)
KnifeButter.png
Butter Knife
(consumed)
DuctTape.png
Duct Tape (2 units)
(consumed)

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 SpearButterKnife
    {
        DisplayCategory = WeaponCrafted,
        MaxRange	=	1.42,
        WeaponSprite	=	SpearButterKnife,
        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 Butter 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  =   SpearButterKnifeBreak,
        HitFloorSound	=	SpearButterKnifeHit,
        ImpactSound	=	SpearButterKnifeHit,
        DoorHitSound = SpearButterKnifeHit,
        HitSound	=	SpearButterKnifeHit,
        SwingSound	=	SpearButterKnifeSwing,
        SoundMap = SpearStab SpearButterKnifeStab,
		AttachmentType = Shovel,
        Tags = FishingSpear,
    }

See also