Razor: Difference between revisions

From PZwiki
m (Re-did description)
(Changed code section +See Also +navbar +fixed container links)
Tag: categories removed
Line 1: Line 1:
{{languages|Razor}}
{{languages|Razor}}
{{header|The Game World|Items|version=Version 39|incver=56}}
{{Items
{{Items
|image = Razor.png  
|image = Razor.png  
Line 5: Line 6:
}}
}}


Razors are useless items that are most often found in [[Containers|medicine cabinets]] and [[Containers|bathroom cabinets]], though they very rarely spawn as loot on the corpses of [[Zombie|zombies]]. Oddly enough, beards cannot be shaved with this item.
'''Razors''' are useless items that are most often found in [[Containers#Medicine Cabinet|medicine cabinets]] and [[Containers#Counters|bathroom counters]], though they very rarely spawn as loot on the [[corpse]]s of [[Zombie|zombies]]. Oddly enough, beards cannot be shaved with this item.


<!-- == Crafting ==
<!-- == Crafting ==
Line 19: Line 20:


== Code ==
== Code ==
  <nowiki>item Razor
  <nowiki>
{
item Razor
Weight = 0.2,
Weight = 0.2,
Type = Normal,
Type = Normal,
DisplayName = Razor,
DisplayName = Razor,
Icon = Razor,
Icon = Razor,
}</nowiki>
</nowiki>
[[Category:items]]
 
 
==See Also==
*[[Comb]]

Revision as of 10:38, 10 May 2018

Template:Items

Razors are useless items that are most often found in medicine cabinets and bathroom counters, though they very rarely spawn as loot on the corpses of zombies. Oddly enough, beards cannot be shaved with this item.


Code

	item Razor
		Weight		= 0.2,
		Type		= Normal,
		DisplayName	= Razor,
		Icon		= Razor,


See Also