Hand Fork: Difference between revisions

From PZwiki
No edit summary
m (Cleanup)
Line 1: Line 1:
<!--Comment: This section is for the language and the format of the page. The languages section is used for linking pages. So a example might be {{languages|Nails}} in which every page is connected with a /## on the end will link to that specific page. Eg: Nails/es Nails/fr even if there contain redirects. The header format can be seen in the header template with working explanation. The header connects categories and Version no. PLEASE ENTER THE VERSION AND INCREMENT No. WHEN YOU MAKE A PAGE. It helps everyone else know how old the page is versionwise -->
{{Languages}}{{Header|The Game World|Items|Weapons|Melee Weapons|type=Weapon|version=Version 41|incver=51}}{{Infobox weapon
 
{{languages}}
{{header|The Game World|Items|Weapons|Melee Weapons|type=Weapon|version=Version 41|incver=51}}
{{Infobox weapon
|display_name=Hand Fork
|display_name=Hand Fork
|name_colour=Weapon
|name_colour=Weapon
Line 18: Line 14:
|category=Weapon
|category=Weapon
|weight=0.5
|weight=0.5
|function=[[Weapon|Weapon]]
|function=[[Weapon]]
|equipped=One-handed
|equipped=One-handed
|secondary_item=
|secondary_item=
Line 50: Line 46:
|ingredients=
|ingredients=
|class_name=Base.HandFork
|class_name=Base.HandFork
}}
}}The '''hand fork''' is a one-handed, [[Weapons#Short_Blade|short blade]], uncraftable [[Weapons#Melee_weapons|melee weapon]]. It can be attached to a [[Wooden Spear|spear]].
The hand fork is a one-handed, [[Weapons#Short_Blade|short blade]], uncraftable [[Weapons#Melee_weapons|melee weapon]]. It can be attached to a [[Wooden Spear|spear]].
 


==Usage==
==Usage==
Line 70: Line 64:
|cons3 = Can get stuck in a zombie after a jaw-stab animation.
|cons3 = Can get stuck in a zombie after a jaw-stab animation.
}}
}}


==Condition==
==Condition==
Line 93: Line 86:


==Distribution==
==Distribution==
===Buildings===
===Buildings===
Hand forks can be found in tool sheds, self-storage lots, and warehouses.  
Hand forks can be found in tool sheds, self-storage lots, and warehouses.  


===NPCs===
===NPCs===
====Zombies====
====Zombies====
There is a chance zombies have a hand fork stuck into their body.
There is a chance zombies have a hand fork stuck into their body.
Line 109: Line 104:


==Code==
==Code==
===Item===
===Item===
'''''From items.txt (Project Zomboid directory/media/scripts/)'''''
'''''From items.txt (Project Zomboid directory/media/scripts/)'''''
{{Retrieved|version=41|incver=50}}
{{Retrieved|version=41|incver=50}}
<pre> item HandFork
<pre>
item HandFork
MaxRange = 0.9,
MaxRange = 0.9,
WeaponSprite = HandFork,
WeaponSprite = HandFork,
Line 152: Line 149:
Tags = DigPlow,
Tags = DigPlow,
</pre>
</pre>


===Repair===
===Repair===
Line 166: Line 162:


==See also==
==See also==
* [[Shovel]]
*[[Shovel]]
* [[Trowel]]
*[[Trowel]]
* [[Weapons#Short_Blade|Short Blade Weapons]]
*[[Weapons#Short_Blade|Short Blade Weapons]]
{{Navbox/Farming}}
 
{{Navbox_weapons}}
{{Navbox weapons}}
 
[[Category:Farming Tools]]
[[Category:Farming Tools]]
[[Category:Farming]]
[[Category:Farming]]

Revision as of 08:46, 8 April 2023

Hand Fork
Hand Fork
Hand Fork Spear Handfork
General
Category Weapon
Encumbrance
Heavy Load
0.5
Function Weapons
Equipped One-handed
Condition max. 6
Skill Short Blade
Damage
Type Short Blade
Attack speed 4
Range 0.61–0.9 tiles
Damage 0.2–0.4
Door damage 5
Knockback 0.3
Knockdown 2
Execution Jaw_Stab
Technical details
Base ID Base.HandFork

The hand fork is a one-handed, short blade, uncraftable 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 is a blade weapon, therefore being influenced by the blade skills: accuracy, guard and maintenance. The chance of losing durability each hit (at Maintenance level 0) is: 1 in 9.

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%

Distribution

Buildings

Hand forks can be found in tool sheds, self-storage lots, and warehouses.

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

Item

From items.txt (Project Zomboid directory/media/scripts/) Retrieved: Build 41.50

	item HandFork
		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			= BreakWoodItem,
		TreeDamage			= 0,
		CriticalChance			= 10,
		CritDmgMultiplier		= 10,
		MinDamage			= 0.2,
		MaxDamage			= 0.4,
		WeaponLength			= 0.2,
		DamageCategory			= Slash,
		DamageMakeHole			= TRUE,
		HitFloorSound			= BladeHit,
		ImpactSound			= BladeHit,
		HitSound			= BladeHit,
		AttachmentType			= Knife,
		Tags				= DigPlow,

Repair

From fixing.txt (Project Zomboid directory/media/scripts/) Retrieved: Build 41.50

fixing Fix Hand Fork
       Require : HandFork,
       Fixer : DuctTape,
       Fixer : Glue,
       Fixer : Scotchtape=2,

See also