Lacrosse Stick

From PZwiki
Revision as of 21:52, 19 November 2021 by Thing II (talk | contribs) (Add navbox)
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
Notebook.png
This article may need more content.
Editors are encouraged to add new material to the page while expanding upon current topics.
The Game WorldItemsWeaponsMelee WeaponsLacrosse Stick
LaCrosse Stick
LaCrosse Stick
LacrosseStick.png
General
Category Weapon
Encumbrance
Heavy Load
0.4
Equipped Two-handed
Condition max. 10
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 LaCrosseStick

A LaCrosse stick is an improvised long blunt weapon.

Usage

A LaCrosse stick can be used as an improvised weapon. It has average durability and damage, but can hit two zombies simultaneously and has longer than average maximum range.

Code

Item

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

	item LaCrosseStick
		MaxRange			= 1.6,
		WeaponSprite			= LaCrosseStick,
		MinAngle			= 0.85,
		Type				= Weapon,
		MinimumSwingTime		= 2,
		KnockBackOnNoDeath		= FALSE,
		SwingAmountBeforeImpact		= 0.02,
		Categories			= Improvised;Blunt,
		ConditionLowerChanceOneIn	= 10,
		Weight				= 0.4,
		SplatNumber			= 1,
		PushBackMod			= 0.3,
		SubCategory			= Swinging,
		ConditionMax			= 10,
		MaxHitCount			= 3,
		DoorDamage			= 1,
		SwingAnim			= Bat,
		DisplayName			= LaCrosse Stick,
		MinRange			= 0.61,
		SwingTime			= 2,
		KnockdownMod			= 0,
		SplatBloodOnNoDeath		= FALSE,
		Icon				= LacrosseStick,
		RunAnim				= Run_Weapon2,
		IdleAnim			= Idle_Weapon2,
		BreakSound			= LacrosseStickBreak,
		DoorHitSound			= LacrosseStickHit,
		HitSound			= LacrosseStickHit,
		HitFloorSound			= LacrosseStickHit,
		SwingSound			= LacrosseStickSwing,
		TreeDamage			= 0,
		TwoHandWeapon			= TRUE,
		CriticalChance			= 30,
		CritDmgMultiplier		= 2,
		MinDamage			= 0.3,
		MaxDamage			= 0.7,
		BaseSpeed			= 0.9,
		AttachmentType			= Shovel,