Letter Opener: Difference between revisions

From PZwiki
(Addition of Letter Opener Weapon)
 
m (Vaileasys moved page Letter Opener to Letter Opener: official display name)
(One intermediate revision by the same user not shown)
Line 1: Line 1:
__NOTOC__{{languages|Letter opener}}
__NOTOC__{{languages|Letter opener}}
{{header|The Game World|Items|Weapons|version=Version 37|incver=8}}{{Weapons|image = LetterOpener.png |weapontype = Melee |ammo = None|hands = One Handed|weight = 0.3|mindamage = 0.2|maxdamage = 0.4|condition = 5|degrade = 1|id = LetterOpener}}The '''Letter Opener''' is a poor secondary backup weapon (or even primary if you prefer stab-type knive weaponary). It is light, and in terms of durability, is worse than than the [[Kitchen Knife|kitchen knife]], the [[Ice pick|ice pick]] and the [[Hunting Knife|hunting knife]]. As the letter opener is one of the weapons with the 'Jaw Stab' attack, it can kill a zombie instantly if close enough and timed correctly, however a full condition letter opener only has 5 attack attempts before breaking.  
{{header|The Game World|Items|Weapons|Melee Weapons|version=Version 37|incver=8}}{{Weapons|image = LetterOpener.png |weapontype = Melee |ammo = None|hands = One Handed|weight = 0.3|mindamage = 0.2|maxdamage = 0.4|condition = 5|degrade = 1|id = LetterOpener}}The '''letter opener''' is a poor secondary backup weapon (or even primary if you prefer stab-type knive weaponary). It is light, and in terms of durability, is worse than than the [[Kitchen Knife|kitchen knife]], the [[Ice pick|ice pick]] and the [[Hunting Knife|hunting knife]]. As the letter opener is one of the weapons with the 'Jaw Stab' attack, it can kill a zombie instantly if close enough and timed correctly, however a full condition letter opener only has 5 attack attempts before breaking.  
<br><br>
<br><br>
It is a single attack weapon, so it is best if used in single combat or if zombies are relatively spread out when attacking.
It is a single attack weapon, so it is best if used in single combat or if zombies are relatively spread out when attacking.

Revision as of 17:31, 6 June 2018

Template:WeaponsThe letter opener is a poor secondary backup weapon (or even primary if you prefer stab-type knive weaponary). It is light, and in terms of durability, is worse than than the kitchen knife, the ice pick and the hunting knife. As the letter opener is one of the weapons with the 'Jaw Stab' attack, it can kill a zombie instantly if close enough and timed correctly, however a full condition letter opener only has 5 attack attempts before breaking.



It 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). It can be scrapped for 15 metal units.











Code

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

Template:Navbox/Weapons