Pencil

From PZwiki
Revision as of 00:18, 14 June 2021 by Thing II (talk | contribs) (Not sure what else could be added (removing stub))
Pencil
Pencil
General
Category Weapon
Encumbrance
Heavy Load
0.1
Equipped One-handed
Condition max. 1
Skill Improvised
Damage
Type Improvised
Attack speed 2
Range 0.61–0.8 tiles
Damage 0.1–0.1
Knockback 0.3
Knockdown 0
Technical details
Base ID Base.Pencil

A pencil is a writing implement and early game weapon.

Usage

Writing

A pencil can be used with journals, empty notebooks and a sheet of paper to write notes that can be left for other players on Multiplayer servers.

Weapon

A pencil can be used to kill zombies, but doing so will quickly exhaust its durability; rendering it useless.


Former Crafting

Formerly, the Pencil could be used to make Doodles and work with Notepads to make Journals, this has since been removed. Template:Crafting table header |- |
| | | ||
||
||
||
||
||
||
||
||
||
||
|- |
| | | ||
||
||
||
||
||
||
||
||
||
||
Template:Crafting table footer

Code

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

	item Pencil
		MaxRange		= 0.8,
		WeaponSprite		= Pencil,
		MinAngle		= 0.65,
		Type			= Weapon,
		MinimumSwingTime	= 2,
		KnockBackOnNoDeath	= FALSE,
		SwingAmountBeforeImpact	= 0.02,
		Categories		= Improvised,
		ConditionLowerChanceOneIn = 1,
		Weight			= 0.1,
		SplatNumber		= 1,
		PushBackMod		= 0.3,
		SubCategory		= Stab,
		AimingMod		= 0.8,
		ConditionMax		= 1,
		MaxHitCount		= 1,
		IsAimedHandWeapon	= TRUE,
		DoorDamage		= 0,
		SwingAnim		= Stab,
		DisplayName		= Pencil,
		MinRange		= 0.61,
		SwingTime		= 2,
		KnockdownMod		= 0,
		SplatBloodOnNoDeath	= FALSE,
		Icon			= Pencil,
		RunAnim			= Run_Weapon2,
		IdleAnim		= Idle_Weapon2,
		BreakSound		= BreakMetalItem,
		TreeDamage		= 0,
		EnduranceMod		= 0.5,
		CriticalChance		= 0,
		MinDamage		= 0.1,
		MaxDamage		= 0.1,
		WeaponLength		= 0.15,
		Tags			= Write,

See Also

Template:Navbox/ToolsTemplate:Navbox/Weapons