Pen: Difference between revisions

From PZwiki
(Redesigned page, +Navbar, Updated Code (badly out of date),)
(Replaced Navigation System with Header Version, Confirmed Code, Noted Red/Blue pens were same except colour note at bottom (omitted), Cleared Old Categories except Stationery Category.)
Line 1: Line 1:
__NOTOC__
__NOTOC__
{{languages|Pen}}
{{languages|Pen}}
<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 -->
{{header|The Game World|Items|Weapons|version=Version 37|incver=8}}{{Weapons|image = Pen.png |weapontype = Melee |ammo = None|hands = One handed|weight = 0.1|mindamage = 0.1|maxdamage = 0.1|condition = 2|degrade = 1|id = Pen / RedPen / BluePen}}A writing implement that can be used to create notes and, in tight spots, as a weapon. The pen 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.
<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
|image = Pen.png  
|weapontype = Melee  
|ammo = none
|weight = 0.1
}}


A writing implement that can be used to create notes and, in tight spots, as a weapon. The pen 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.


It can be used with [[Journal|journals]] and [[Empty_Notebook|empty notebooks]] to leave information or messages in Multiplayer servers.
Pens come in three colours, standard, red and blue. Each have the same stats.


== Former Crafting ==
== Former Crafting ==
Line 50: Line 42:
SwingAnim = Stab,
SwingAnim = Stab,
WeaponWeight = 0.1,
WeaponWeight = 0.1,
DisplayName = Pen,
DisplayName = ''*DEPENDENT ON PEN TYPE*''
MinRange = 0.61,
MinRange = 0.61,
SwingTime = 2,
SwingTime = 2,
Line 62: Line 54:
TreeDamage  = 0,
TreeDamage  = 0,
EnduranceMod = 0.5,
EnduranceMod = 0.5,
ColorRed = ''*DEPENDENT ON PEN TYPE*''
        ColorGreen = ''*DEPENDENT ON PEN TYPE*''
        ColorBlue = ''*DEPENDENT ON PEN TYPE*''
</nowiki>
</nowiki>
{{Navbox/Tools}}
{{Navbox/Tools}}
{{Navbox/Weapons}}
{{Navbox/Weapons}}
[[Category:Stationery]]
[[Category:Stationery]]
[[Category:Weapons]]
[[Category:Items]]
[[Category:Version 34.28]]

Revision as of 19:52, 3 May 2017


Template:WeaponsA writing implement that can be used to create notes and, in tight spots, as a weapon. The pen 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.

Pens come in three colours, standard, red and blue. Each have the same stats.

Former Crafting

Formerly, the Pen could be used to make Doodles and work with Notepads to make Journals, this has since been removed.

Name Recipe Description
























Code

	
	item Pen
		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			= 0,
		SwingAnim			= Stab,
		WeaponWeight			= 0.1,
		DisplayName			= ''*DEPENDENT ON PEN TYPE*''
		MinRange			= 0.61,
		SwingTime			= 2,
		MinDamage			= 0.1,
		KnockdownMod			= 0,
		SplatBloodOnNoDeath		= FALSE,
		Icon				= Pen,
		RunAnim				= Run_Weapon2,
		IdleAnim			= Idle_Weapon2,
		BreakSound  			= PZ_MetalSnap,
		TreeDamage  			= 0,
		EnduranceMod 			= 0.5,
		ColorRed 			= ''*DEPENDENT ON PEN TYPE*''
        	ColorGreen 			= ''*DEPENDENT ON PEN TYPE*''
        	ColorBlue 			= ''*DEPENDENT ON PEN TYPE*''

Template:Navbox/Tools Template:Navbox/Weapons