Hand Fork: Difference between revisions

From PZwiki
(→‎See also: added garden fork)
m (Automated Formatting)
(23 intermediate revisions by 4 users not shown)
Line 1: Line 1:
{{Languages}}{{Header|The Game World|Items|Weapons|Melee weapons|type=Weapon|version=Version 41|incver=78.16}}{{Infobox weapon
{{Header|Project Zomboid|Items|Weapons|Melee weapons|Short blade weapons}}
|display_name=Hand Fork
{{Page version|41.78.16}}
|name_colour=Weapon
{{Infobox item
|name_text_colour=Weapon
|name=Hand Fork
|image=GardeningFork_Model.png
|model=GardeningFork_Model.png
|image_width=200px
|icon=GardeningFork.png
|alternate_image=GardeningFork.png
|icon_name=Hand Fork
|alternate_name=Hand Fork
Crafted Spear
|alternate_link=
|alternate_image2=SpearGardeningFork.png
|alternate_name2=Spear Handfork
|alternate_link2=Crafted Spear
<!--GENERAL-->
<!--GENERAL-->
|category=Tool/Weapon
|category=Tool/Weapon
Line 20: Line 16:
|skill_type=SmallBlade
|skill_type=SmallBlade
<!--DAMAGE-->
<!--DAMAGE-->
|type={{tooltip|Slash|Creates holes in clothing.}}
|type=Slash
|base_speed={{tooltip|Stab|Attacks are near instant, and not influenced by a speed stat.}}
|damage_make_hole=true
|base_speed=N/A
|min_range=0.61
|min_range=0.61
|max_range=0.9
|max_range=0.9
Line 31: Line 28:
|kill_move=Jaw_Stab
|kill_move=Jaw_Stab
<!--TECHNICAL DETAILS-->
<!--TECHNICAL DETAILS-->
|class_name=Base.HandFork
|item_id=Base.HandFork
}}A '''hand fork''' is a one-handed, [[Weapons#Short_Blade|short blade]] [[Weapons#Melee_weapons|melee weapon]]. It can be attached to a [[Crafted Spear|spear]].
}}
A '''hand fork''' is a one-handed, [[Weapons#Short_Blade|short blade]] [[Weapons#Melee_weapons|melee weapon]]. It can be attached to a [[Crafted Spear|spear]].


==Usage==
==Usage==
Line 44: Line 42:
|pros1 = Fast attack rate.
|pros1 = Fast attack rate.
|pros2 = Capable of dealing a one shot kill on zombies when the player performs a jaw stab animation.
|pros2 = Capable of dealing a one shot kill on zombies when the player performs a jaw stab animation.
|pros3 = The player can carry a bag in the other hand because it is a one-handed weapon.  
|pros3 = The player can carry a bag in the other hand because it is a one-handed weapon.


<!-- #CONS# - below this line -->
<!-- #CONS# - below this line -->
Line 71: Line 69:
|scotchtaperepairs=10
|scotchtaperepairs=10
|scotchtapechance=100
|scotchtapechance=100
}}
==Crafting==
The hand fork can be attached to the end of a [[Crafted Spear|spear]]. The condition of the hand fork will be carried over to the spear.
{{Crafting/sandbox2
|spear_with_hand_fork
|hand_fork
}}
}}


==Distribution==
==Distribution==
The loot distributions can be found in the table(s) below.


===Buildings===
{| class="mw-collapsible mw-collapsed wikitable theme-red" data-expandtext="{{int:show}}" data-collapsetext="{{int:hide}}" style="text-align:center; min-width:24em;"
Hand forks can be found in tool sheds, self-storage lots, and warehouses.  
! colspan="4" | Containers
|-
! Building/Room
! Container
! style="width: 3.2em;" | Rolls
! style="width: 3.2em;" | Chance
|-
|all
|[[toolcabinet]]
|4
|1
|-
|bedroom
|[[crate]]
|1
|0.1
|-
|rowspan="2"|closet
|[[crate]]
|4
|2
|-
|[[crate]]
|4
|2
|-
|garagestorage
|[[counter]]
|4
|2
|-
|gardenstore
|[[metal_shelves]]
|4
|1
|-
|generalstore
|[[metal_shelves]]
|4
|2
|-
|pawnshop
|[[counter]]
|4
|2
|-
|toolstorestorage
|[[metal_shelves]]
|4
|2
|}


===NPCs===
===NPCs===
Line 92: Line 148:


==Code==
==Code==
{{CodeBox|  
{{CodeBox|
 
===Item===
===Item===
{{CodeSnip
{{CodeSnip
Line 100: Line 157:
   | source = items_weapons.txt
   | source = items_weapons.txt
   | retrieved = true
   | retrieved = true
   | version = 41
   | version = 41.78.16
  | incver = 78.16
   | code =
   | code =
    item HandFork
item HandFork
     {
     {
         DisplayCategory = ToolWeapon,
         DisplayCategory = ToolWeapon,
Line 156: Line 212:
   | source = fixing.txt
   | source = fixing.txt
   | retrieved = true
   | retrieved = true
   | version = 41
   | version = 41.78.16
  | incver = 78.16
   | code =
   | code =
     fixing Fix Hand Fork
     fixing Fix Hand Fork
Line 176: Line 231:
*[[Trowel]]
*[[Trowel]]


{{Navbox equipment}}
{{Navbox items|blade}}
{{Navbox weapons}}
 
 


[[Category:Farming Tools]]
[[Category:Farming tools]]
[[Category:Tools]]

Revision as of 09:05, 14 April 2024

UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
Hand Fork
GardeningFork Model.png
General
Category
Tool/Weapon
Encumbrance
Moodle Icon HeavyLoad.png
0.5
Equipped
One-handed
Slot attached
Belt
Function
Skill
Properties
Max condition
6
Performance
Damage
0.2–0.4
Door damage
5
Range
0.61–0.9
Attack speed
N/A
Knockback
0.3
Knockdown
2
Special ability
Jaw_Stab
Technical
Item ID
Base.HandFork

A hand fork is a one-handed, short blade melee weapon. It can be attached to a spear.

Usage

Farming

The hand fork can be used similar to a shovel or trowel as a way of tilling grass for farming.

Weapon

Pros Cons
  • Fast attack rate.
  • Capable of dealing a one shot kill on zombies when the player performs a jaw stab animation.
  • The player can carry a bag in the other hand because it is a one-handed weapon.
  • Short attack range, low damage.
  • Can only hit one target at a time.
  • Can get stuck in a zombie after a jaw-stab animation.

Condition

The hand fork has a maximum condition of 6. Its rate of degradation is influenced by the short blade and maintenance skills. The chance of losing durability can be simplified to the following formula: 1 in (9 + maintenanceMod × 2). Where "maintenanceMod" is calculated using the short blade and maintenance skills.
Below is an example of the chance of losing durability at varying levels of the maintenance and short blade skills.

For how this is calculated, see: Condition
Maintenance skill Weapon skill Condition lower chance
0 0 1/9 (11%)
0 4 1/11 (9%)
0 8 1/13 (8%)
4 0 1/13 (8%)
8 0 1/17 (6%)
4 4 1/15 (7%)
4 8 1/17 (6%)
8 8 1/21 (5%)
10 10 1/23 (4%)

Repairing

Materials that can be used to repair the hand fork, based on first time repairing.

Repair Hand Fork
DuctTape.png
Potentially repairs: 50%
Chance of success: 100%
Glue.png
Potentially repairs: 20%
Chance of success: 100%
Scotchtape.png
Potentially repairs: 10%
Chance of success: 100%

Crafting

The hand fork can be attached to the end of a spear. The condition of the hand fork will be carried over to the spear.

Product Ingredients Tools Requirements Workstation XP
SpearGardeningFork.png
Spear with Hand Fork
SpearStick.png Crafted Spear ×1
GardeningFork.png Hand Fork ×1
DuctTape.png Duct Tape ×2 unit(s)
none none none none
GardeningFork.png
Hand Fork
SpearGardeningFork.png Spear with Hand Fork ×1 none none none none

Distribution

The loot distributions can be found in the table(s) below.

Containers
Building/Room Container Rolls Chance
all toolcabinet 4 1
bedroom crate 1 0.1
closet crate 4 2
crate 4 2
garagestorage counter 4 2
gardenstore metal_shelves 4 1
generalstore metal_shelves 4 2
pawnshop counter 4 2
toolstorestorage metal_shelves 4 2

NPCs

Zombies

There is a chance zombies have a hand fork stuck into their body.

Trivia

  • The hand fork was added to the game in build 41, also known as animation build.

Gallery

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 HandFork
    {
        DisplayCategory = ToolWeapon,
        MaxRange	=	0.9,
        WeaponSprite	=	HandFork,
        MinAngle	=	0.65,
        Type	=	Weapon,
        MinimumSwingTime	=	4,
        KnockBackOnNoDeath	=	FALSE,
        SwingAmountBeforeImpact	=	0.02,
        Categories	=	SmallBlade,
        ConditionLowerChanceOneIn	=	9,
        Weight	=	0.5,
        SplatNumber	=	2,
        PushBackMod	=	0.3,
        SubCategory	=	Stab,
        CloseKillMove = Jaw_Stab,
        ConditionMax	=	6,
        MaxHitCount	=	2,
        DoorDamage	=	5,
        SwingAnim	=	Stab,
        DisplayName	=	Hand Fork,
        MinRange	=	0.61,
        SwingTime	=	4,
        KnockdownMod	=	2,
        SplatBloodOnNoDeath	=	FALSE,
        Icon	=	GardeningFork,
        BreakSound  =   HandForkBreak,
        TreeDamage  =   0,
        CriticalChance	=	10,
        CritDmgMultiplier = 10,
        MinDamage	=	0.2,
        MaxDamage	=	0.4,
   		WeaponLength = 0.2,
        DamageCategory = Slash,
        DamageMakeHole = TRUE,
        HitFloorSound	=	HandForkHit,
        ImpactSound	=	HandForkHit,
        DoorHitSound = HandForkHit,
		HitSound	=	HandForkHit,
		SwingSound = HandForkSwing,
		AttachmentType = Knife,
        Tags = DigPlow,
   }

Repair

Source: ProjectZomboid\media\scripts\fixing.txt

Retrieved: Build 41.78.16
fixing Fix Hand Fork
    {
       Require : HandFork,

       Fixer : DuctTape,
       Fixer : Glue,
       Fixer : Scotchtape=2,
    }

See also