Pencil: Difference between revisions

From PZwiki
(Created page with "{{Items |image = Pencil.png |weight = 1 }}")
 
mNo edit summary
(23 intermediate revisions by 14 users not shown)
Line 1: Line 1:
{{Items
{{languages}}
|image = Pencil.png   
{{header|The Game World|Items|Tools|Stationery|version=Version 37|incver=8}}{{Weapons|image = Pencil.png |weapontype = Melee |ammo = None|hands = One handed|weight = 0.1|mindamage = 0.1|maxdamage = 0.1|condition = 2|degrade = 1|id = Pencil}}A '''pencil''' is a writing implement that can be used to create notes and, in tight spots, as a weapon. The pencil can kill zombies, but doing so will usually exhaust all of its durability; rendering it useless. You cannot write to a Journal or a Notebook without a writing implement.
|weight = 1
 
}}
It can be used with [[journal]]s and [[Empty Notebook|empty notebooks]] to leave information or messages in Multiplayer servers.
 
== Former Crafting ==
Formerly, the Pencil could be used to make Doodles and work with Notepads to make Journals, this has since been removed.
{{Crafting table header}}
{{RecipeLookup|4002}}
{{RecipeLookup|4003}}
{{Crafting table footer}}
 
== Code ==
  <nowiki>
item Pencil
MaxRange = 0.9,
WeaponSprite = Knife,
MinAngle = 0,
Type = Weapon,
MinimumSwingTime = 2,
KnockBackOnNoDeath = FALSE,
SwingAmountBeforeImpact = 0.02,
Categories = Improvised,
ConditionLowerChanceOneIn = 1,
Weight = 0.1,
SplatN.umber = 0,
PushBackMod = 0.3,
MaxDamage = 0.1,
SubCategory = Stab,
AimingMod = 0.8,
ConditionMax = 2,
MaxHitCount = 1,
IsAimedHandWeapon = TRUE,
DoorDamage = 1,
SwingAnim = Stab,
WeaponWeight = 0.1,
DisplayName = Pencil,
MinRange = 0.61,
SwingTime = 2,
MinDamage = 0.1,
KnockdownMod = 0,
SplatBloodOnNoDeath = FALSE,
Icon = Pencil,
RunAnim = Run_Weapon2,
        IdleAnim = Idle_Weapon2,
        BreakSound  = PZ_MetalSnap,
        TreeDamage  = 0,
        EnduranceMod = 0.5,
</nowiki>
{{Navbox/Tools}}{{Navbox/Weapons}}
[[Category:Weapons]]
[[Category:Melee Weapons]]

Revision as of 07:21, 8 February 2021

Template:WeaponsA pencil is a writing implement that can be used to create notes and, in tight spots, as a weapon. The pencil can kill zombies, but doing so will usually exhaust all of its durability; rendering it useless. You cannot write to a Journal or a Notebook without a writing implement.

It can be used with journals and empty notebooks to leave information or messages in Multiplayer servers.

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

	
	item Pencil
		MaxRange			= 0.9,
		WeaponSprite			= Knife,
		MinAngle			= 0,
		Type				= Weapon,
		MinimumSwingTime		= 2,
		KnockBackOnNoDeath		= FALSE,
		SwingAmountBeforeImpact		= 0.02,
		Categories			= Improvised,
		ConditionLowerChanceOneIn	= 1,
		Weight				= 0.1,
		SplatN.umber			= 0,
		PushBackMod			= 0.3,
		MaxDamage			= 0.1,
		SubCategory			= Stab,
		AimingMod			= 0.8,
		ConditionMax			= 2,
		MaxHitCount			= 1,
		IsAimedHandWeapon		= TRUE,
		DoorDamage			= 1,
		SwingAnim			= Stab,
		WeaponWeight			= 0.1,
		DisplayName			= Pencil,
		MinRange			= 0.61,
		SwingTime			= 2,
		MinDamage			= 0.1,
		KnockdownMod			= 0,
		SplatBloodOnNoDeath		= FALSE,
		Icon				= Pencil,
		RunAnim				= Run_Weapon2,
        	IdleAnim			= Idle_Weapon2,
        	BreakSound  			= PZ_MetalSnap,
        	TreeDamage  			= 0,
        	EnduranceMod 			= 0.5,

Template:Navbox/ToolsTemplate:Navbox/Weapons