Hockey Stick

From PZwiki
Revision as of 21:15, 4 May 2017 by MalonyJenkins (talk | contribs) (Addition of Hockey Stick Article)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
The Game WorldItemsWeaponsHockey Stick

Template:WeaponsThe Hockey Stick is an weapon of modest weight and a fairly long range of 1.6 (for a melee weapon). Unfortunately, the hockey stick has poor durability and damage output, so it is recommended to have a backup weapon at hand when going on extended missions.



It is also a single attack weapon, meaning it can only concentrate on one zombie at a time, attacking two at a time is risky as only one zombie will be stopped per hit and the other could get in close enough to damage the character.













Code

	
	item HockeyStick
		MaxRange			= 1.6,
		WeaponSprite			= HockeyStick,
		MinAngle			= 0,
		Type				= Weapon,
		MinimumSwingTime		= 3,
		SwingAmountBeforeImpact		= 0.02,
		Categories			= Blunt,
		Weight				= 2,
		ConditionLowerChanceOneIn	= 5,
		PushBackMod			= 0.6,
		MinDamage			= 0.3,
		MaxDamage			= 0.7,
		SubCategory			= Swinging,
		ConditionMax			= 10,
		MaxHitCount			= 1,
		DoorDamage			= 5,
		IdleAnim			= Idle_Weapon2,
		SwingAnim			= Bat,
		CriticalChance			= 10,
		WeaponWeight			= 4,
		DisplayName			= Hockey Stick,
		MinRange			= 0.61,
		SwingTime			= 3,
		HitAngleMod			= -30,
		KnockdownMod			= 0,
		Icon				= HockeyStick,
		RunAnim				= Run_Weapon2,
        	TwoHandWeapon 			= TRUE,
        	TreeDamage  			= 0,
        	EnduranceMod 			= 0.6,

Template:Navbox/Weapons