Ice Hockey Stick: Difference between revisions

From PZwiki
m (→‎top: Category update: "Melee weapons")
m (added)
Line 1: Line 1:
{{languages|Broom}}
{{languages|Broom}}
{{Header|The Game World|Items|Weapons|Melee weapons|type=Weapon|version=Version 41|incver=61}}
{{Header|The Game World|Items|Weapons|Melee weapons|type=Weapon|version=Version 41|incver=61}}
{{Improve}}
{{Infobox weapon
{{Infobox weapon
|display_name=Ice Hockey Stick
|display_name=Ice Hockey Stick

Revision as of 00:51, 17 September 2023

The Game WorldItemsWeaponsMelee weaponsIce Hockey Stick
WhiskeyHalf.png
This article may be in need of improvement.
Editors are encouraged to add any missing information to the article, while verifying that the article's current content is correct.
Ice Hockey Stick
Ice Hockey Stick
Ice Hockey Stick
General
Category Weapon
Encumbrance
Heavy Load
1.5
Equipped Two-handed
Condition max. 7
Skill Long Blunt
Attachment Back
Damage
Type Blunt
Attack speed 2
Range 0.61–1.6 tiles
Damage 0.3–0.7
Door damage 1
Knockback 0.3
Knockdown 0
Technical details
Base ID IceHockeyStick

An ice hockey stick is an improvised long blunt weapon.

Code

From items_weapons.txt (Project Zomboid directory/media/scripts/) Retrieved: Build 41.61

	item IceHockeyStick
		DisplayCategory			= Sports,
		MaxRange			= 1.6,
		WeaponSprite			= IceHockeyStick,
		MinAngle			= 0.85,
		Type				= Weapon,
		MinimumSwingTime		= 2,
		KnockBackOnNoDeath		= FALSE,
		SwingAmountBeforeImpact		= 0.02,
		Categories			= Improvised;Blunt,
		ConditionLowerChanceOneIn	= 5,
		Weight				= 1.5,
		SplatNumber			= 1,
		PushBackMod			= 0.3,
		SubCategory			= Swinging,
		ConditionMax			= 7,
		MaxHitCount			= 3,
		DoorDamage			= 1,
		SwingAnim			= Bat,
		DisplayName			= Ice Hockey Stick,
		MinRange			= 0.61,
		SwingTime			= 2,
		KnockdownMod			= 0,
		SplatBloodOnNoDeath		= FALSE,
		Icon				= HockeyStick,
		RunAnim				= Run_Weapon2,
		IdleAnim			= Idle_Weapon2,
		BreakSound			= HockeyStickBreak,
		DoorHitSound			= HockeyStickHit,
		HitSound			= HockeyStickHit,
		HitFloorSound			= HockeyStickHit,
		SwingSound			= HockeyStickSwing,
		TreeDamage			= 0,
		TwoHandWeapon			= TRUE,
		CriticalChance			= 30,
		CritDmgMultiplier		= 2,
		MinDamage			= 0.3,
		MaxDamage			= 0.7,
		BaseSpeed			= 0.9,
		AttachmentType			= Shovel,

See Also