Ice Pick: Difference between revisions

From PZwiki
mNo edit summary
mNo edit summary
Line 1: Line 1:
__NOTOC__{{languages|Ice Pick}}
__NOTOC__
{{notice|Standard}}
{{languages|Ice Pick}}
{{header|The Game World|Items|Weapons|Melee Weapons|version=Version 37|incver=8}}{{Weapons|image = IcePick.png |weapontype = Melee |ammo = None|hands = One Handed|weight = 0.3|mindamage = 0.2|maxdamage = 0.4|condition = 10|degrade = 7|id = IcePick}}The '''ice pick''' is a fair secondary backup weapon (or even primary if you prefer stab-type knive weaponary). It is light, and in terms of durability, is better than the [[Kitchen Knife|kitchen knife]] but worse than the [[Hunting Knife|hunting knife]]. As the Ice Pick is one of the weapons with the 'Jaw Stab' attack, it can kill a zombie instantly if close enough and timed correctly.  
{{header|The Game World|Items|Weapons|Melee Weapons|version=Version 37|incver=8}}{{Weapons|image = IcePick.png |weapontype = Melee |ammo = None|hands = One Handed|weight = 0.3|mindamage = 0.2|maxdamage = 0.4|condition = 10|degrade = 7|id = IcePick}}The '''ice pick''' is a fair secondary backup weapon (or even primary if you prefer stab-type knive weaponary). It is light, and in terms of durability, is better than the [[Kitchen Knife|kitchen knife]] but worse than the [[Hunting Knife|hunting knife]]. As the Ice Pick is one of the weapons with the 'Jaw Stab' attack, it can kill a zombie instantly if close enough and timed correctly.  
<br><br>
<br><br>

Revision as of 19:39, 24 May 2021


WhiskeyHalf.png
This article or section does not conform to the standards of the wiki. The pages either don't have the layout that is expected of a page like this, or the page does not provide enough information on its item. The page should be updated to have the standard that's expected, or risk having the page deleted.

Template:WeaponsThe ice pick is a fair secondary backup weapon (or even primary if you prefer stab-type knive weaponary). It is light, and in terms of durability, is better than the kitchen knife but worse than the hunting knife. As the Ice Pick is one of the weapons with the 'Jaw Stab' attack, it can kill a zombie instantly if close enough and timed correctly.



The Ice Pick is a single attack weapon, so it is best if used in single combat or if zombies are relatively spread out when attacking.

Its tree/door damage is negligible. (2 tree, 1 door per attack).













Code

	
    item IcePick
		MaxRange			= 0.9,
		WeaponSprite			= Knife,
		MinAngle			= 0,
		Type				= Weapon,
		MinimumSwingTime		= 2,
		KnockBackOnNoDeath		= FALSE,
		SwingAmountBeforeImpact		= 0.02,
		Categories			= Blade,
		ConditionLowerChanceOneIn	= 7,
		Weight				= 0.3,
		SplatN.umber			= 0,
		PushBackMod			= 0.3,
		MaxDamage			= 0.4,
		SubCategory			= Stab,
		AimingMod			= 0.8,
		ConditionMax			= 10,
		MaxHitCount			= 1,
		IsAimedHandWeapon		= TRUE,
		DoorDamage			= 1,
		SwingAnim			= Stab,
		WeaponWeight			= 1.7,
		DisplayName			= Ice Pick,
		MinRange			= 0.61,
		CloseKillMove 			= Jaw_Stab,
		SwingTime			= 2,
		MinDamage			= 0.2,
		KnockdownMod			= 0,
		SplatBloodOnNoDeath		= TRUE,
		Icon				= IcePick,
		RunAnim				= Run_Weapon2,
        	IdleAnim			= Idle_Weapon2,
        	TreeDamage  			= 2,
        	BreakSound  			= PZ_MetalSnap,
        	EnduranceMod 			= 0.5,

Template:Navbox/Weapons