Pencil: Difference between revisions

From PZwiki
m (quick edit to ensure similarity between pen and pencil)
(Redesigned page, +Navbar, Updated Code (badly out of date), + description change)
Line 1: Line 1:
{{languages}}
__NOTOC__
{{languages|Pencil}}
<div class="header" style="margin: 5px; align: right; background: #C3E4ED; padding: 13px; text-align: left; font-size: 100%; color:#000000; border: 1px solid #9AC0CD"> <!-- Code for Background Colour -->
<div style="float: right;background: #C3E4ED;border: 1px solid #9AC0CD; margin: -30pt -10.5pt">    '''Page Updated @ Version: 34.28'''    </div><!-- Code for Version Tag at top -->
<div style="float: left;background: #C3E4ED;border: 1px solid #9AC0CD; margin: -30pt -10.5pt">   '''Navigation''' - [[:Category:Main|Main Index]] -> [[:Category:The_Game_World|The Game World]] -> [[:Category:Items|Items]] -> [[:Category:Stationery|Stationery]] -> [[{{PAGENAME}}]]   </div><!-- Code for Navigation Bar at top, special blank char's before '''Navigation''' to give space -->
{{Weapons
{{Weapons
|image = Pencil.png  
|image = Pencil.png  
Line 6: Line 10:
|weight = 0.1
|weight = 0.1
}}
}}
A writing implement which, like the [[pen]], can be used to craft written recipes and function as a weapon of last resort. The pencil can be used to kill [[Zombies|zombies]], but doing so will usually wear down all of it's durability; rendering it useless.
 
== Crafting ==
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 instrument.
 
It can be used with [[Journal|journals]] 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.
{| class="wikitable sortable" style="text-align:center;"  
{| class="wikitable sortable" style="text-align:center;"  
|-  
|-  
Line 18: Line 27:


== Code ==
== Code ==
  <nowiki>item Pencil
  <nowiki>
{
item Pencil
        Type = Weapon,
MaxRange = 0.9,
DisplayName = Pencil,
WeaponSprite = Knife,
SubCategory            =             Stab,
MinAngle = 0,
Icon = Pencil,
Type = Weapon,
MinAngle = 0,
MinimumSwingTime = 2,
MaxDamage = 1.4,
KnockBackOnNoDeath = FALSE,
MinDamage = 0.4,
SwingAmountBeforeImpact = 0.02,
MaxRange = 0.9,
Categories = Improvised,
MinRange = 0.61,
ConditionLowerChanceOneIn = 1,
SwingAnim = Stab,
Weight = 0.1,
WeaponSprite         = Knife,
SplatN.umber = 0,
Weight = 0.1,
PushBackMod = 0.3,
WeaponWeight         = 0.7,
MaxDamage = 0.1,
MinimumSwingTime         = 4.1,
SubCategory = Stab,
SwingTime = 4.1,
AimingMod = 0.8,
DoorDamage = 1,
ConditionMax = 2,
SwingAmountBeforeImpact        =         0.02,
MaxHitCount = 1,
MaxHitCount         = 1,
IsAimedHandWeapon = TRUE,
PushBackMod = 0,
DoorDamage = 1,
KnockdownMod         = 0,
SwingAnim = Stab,
ConditionLowerChanceOneIn      =                 1,
WeaponWeight = 0.1,
ConditionMax           = 1,
DisplayName = Pencil,
IsAimedHandWeapon         = true,
MinRange = 0.61,
AimingMod = 0.8,
SwingTime = 2,
Categories = Improvised,
MinDamage = 0.1,
}</nowiki>
KnockdownMod = 0,
 
SplatBloodOnNoDeath = FALSE,
== History ==
Icon = Pencil,
{| class="wikitable" width="550" style="text-align:center;"
RunAnim = Run_Weapon2,
|-
        IdleAnim = Idle_Weapon2,
! Alpha || 
        BreakSound  = PZ_MetalSnap,
|-
        TreeDamage  = 0,
| 0.2.0a || Added to the game.
        EnduranceMod = 0.5,
|}
</nowiki>
 
{{Navbox/Tools}}
==See Also==
* [[Pen]]
 
{{Navbox/Weapons}}
{{Navbox/Weapons}}
{{Navbox/Tools}}
[[Category:Stationery]]
[[Category:Stationery]]
[[Category:weapons]]
[[Category:Weapons]]
[[Category:Items]]
[[Category:Items]]
 
[[Category:Version 34.28]]
[[Category:Version 0.2.0p]]

Revision as of 17:38, 25 August 2016


Page Updated @ Version: 34.28
   Navigation - Main Index -> The Game World -> Items -> Stationery -> Pencil   

Template:Weapons

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 instrument.

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.

Name Recipe Description
























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/Tools Template:Navbox/Weapons