Garden Hoe: Difference between revisions

From PZwiki
No edit summary
m (Cleanup)
Line 1: Line 1:
{{languages|Garden Hoe}}
{{Languages}}{{Header|The Game World|Items|Weapons|Melee Weapons|type=Weapon|version=Version 41|incver=50}}
{{header|The Game World|Items|Weapons|Melee Weapons|type=Weapon|version=Version 41|incver=50}}
{{stub}}
{{stub}}
{{Infobox weapon
{{Infobox weapon
Line 6: Line 5:
|name_colour=Weapon
|name_colour=Weapon
|name_text_colour=Weapon
|name_text_colour=Weapon
|image=Hoe_Model.png
|image=Hoe Model.png
|image_width=200px
|image_width=300px
|alternate_image=Hoe.png
|alternate_image=Hoe.png
|category=Weapon
|category=Weapon
Line 24: Line 23:
|knockdown=2
|knockdown=2
|class_name=Base.GardenHoe
|class_name=Base.GardenHoe
}}
}}The '''garden hoe''' is a two-handed blunt melee weapon that can also be used for [[farming]].


The '''garden hoe''' is a two-handed blunt melee weapon that can also be used for [[farming]].
==Usage==


==Usage==
===Farming===
===Farming===
The garden hoe's main purpose is as a [[farming]] tool, meaning it can be used to [[Plowed Land|till]] dirt, allowing seeds to be sown.
The garden hoe's main purpose is as a [[farming]] tool, meaning it can be used to [[Plowed Land|till]] dirt, allowing seeds to be sown.
===Weapon===
===Weapon===
The garden hoe can also be used as a weapon, although it isn't particularly effective as one, making it best for [[farming]]. It is still fairly long range though, meaning combat with it is safer than with shorter range weapons.
The garden hoe can also be used as a weapon, although it isn't particularly effective as one, making it best for [[farming]]. It is still fairly long range though, meaning combat with it is safer than with shorter range weapons.
Line 36: Line 35:
===Breaking doors===
===Breaking doors===
Garden hoes are surpisingly effective at breaking down [[doors]], dealing 10 damage per hit. For comparison, an [[axe]] deals 35 damage.
Garden hoes are surpisingly effective at breaking down [[doors]], dealing 10 damage per hit. For comparison, an [[axe]] deals 35 damage.
===Chopping trees===
===Chopping trees===
The garden hoe only deals 1 damage to a tree per hit. For comparison, an [[axe]] deals 35 damage.
The garden hoe only deals 1 damage to a tree per hit. For comparison, an [[axe]] deals 35 damage.
==Distribution==
==Distribution==
Garden hoes are found in farm and hardware stores around [[Knox Country]].  
Garden hoes are found in farm and hardware stores around [[Knox Country]].  
Line 43: Line 44:
==Code==
==Code==
{{Retrieved|version=41|incver=50}}
{{Retrieved|version=41|incver=50}}
<pre> item GardenHoe
<pre>
item GardenHoe
Type = Weapon,
Type = Weapon,
DisplayName = Garden Hoe,
DisplayName = Garden Hoe,
Line 85: Line 87:
</pre>
</pre>


{{Navbox_weapons}}
{{Navbox equipment}}
{{Navbox weapons}}

Revision as of 23:50, 5 April 2023

Notebook.png
This article may need more content.
Editors are encouraged to add new material to the page while expanding upon current topics.
Garden Hoe
Garden Hoe
Hoe.png
General
Category Weapon
Encumbrance
Heavy Load
2
Function Weapon
Equipped Two-handed
Condition max. 10
Skill Slash
Damage
Type Slash
Attack speed 2.1
Range 0.61–1.6 tiles
Damage 0.6–1.7
Knockback 0.5
Knockdown 2
Technical details
Base ID Base.GardenHoe

The garden hoe is a two-handed blunt melee weapon that can also be used for farming.

Usage

Farming

The garden hoe's main purpose is as a farming tool, meaning it can be used to till dirt, allowing seeds to be sown.

Weapon

The garden hoe can also be used as a weapon, although it isn't particularly effective as one, making it best for farming. It is still fairly long range though, meaning combat with it is safer than with shorter range weapons.

Breaking doors

Garden hoes are surpisingly effective at breaking down doors, dealing 10 damage per hit. For comparison, an axe deals 35 damage.

Chopping trees

The garden hoe only deals 1 damage to a tree per hit. For comparison, an axe deals 35 damage.

Distribution

Garden hoes are found in farm and hardware stores around Knox Country.

Code

Retrieved: Build 41.50

	item GardenHoe
		Type				= Weapon,
		DisplayName			= Garden Hoe,
		Icon				= Hoe,
		Weight				= 2.0,
		SubCategory			= Swinging,
		MinAngle			= 0.85,
		MaxRange			= 1.6,
		MinRange			= 0.61,
		PushBackMod			= 0.5,
		HitAngleMod			= -30.0,
		SwingAnim			= Bat,
		MaxHitCount			= 1,
		WeaponSprite			= GardenHoe,
		IdleAnim			= Idle_Weapon2,
		RunAnim				= Run_Weapon2,
		Weight				= 1.5,
		DoorDamage			= 10,
		MinimumSwingTime		= 2.1,
		SwingTime			= 2.1,
		SwingAmountBeforeImpact		= 0.02,
		ConditionLowerChanceOneIn	= 10,
		ConditionMax			= 10,
		Categories			= Blunt,
		TwoHandWeapon			= TRUE,
		BreakSound			= BreakWoodItem,
		KnockdownMod			= 2,
		KnockBackOnNoDeath		= TRUE,
		MetalValue			= 70,
		TreeDamage			= 1,
		CriticalChance			= 35,
		CritDmgMultiplier		= 2,
		MaxDamage			= 1.7,
		MinDamage			= 0.6,
		BaseSpeed			= 0.85,
		WeaponLength			= 0.65,
		DamageCategory			= Slash,
		DamageMakeHole			= TRUE,
		AttachmentType			= BigBlade,
		Tags				= DigPlow,