Razor: Difference between revisions

From PZwiki
m (clean up, replaced: wikitable → pztable)
(Update to version 40.43)
Line 1: Line 1:
{{languages|Razor}}
{{languages|Razor}}
{{header|The Game World|Items|version=Version 39|incver=56}}
{{header|The Game World|Items|version=Version 40|incver=43}}{{Infobox normal
{{Items
| display_name = Razor
|image = Razor.png  
| name_colour =
|weight = 0.2
| name_text_colour =
}}
| image = Razor.png
| image_width = 120px
| weight = 0.2
| function = ''None''
| class_name = Base.Razor}}A '''razor''' is currently a useless {{T|item}}, and often considered as ''junk''.


'''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]]s. Oddly enough, beards cannot be shaved with this item.
==Usage==
A razor has no use, being added purely for the purpose of clutter, creating more realism for the {{T|player}} when looting. Facial hair cannot be shaved with this item.


<!-- == Crafting ==
==Distribution==
Razor can be used in the following recipes:
Razors 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]]s.
 
{| class="pztable" width="550" style="text-align:center;"
|-
! Ingredients || Other Items || Output || Description
|-
| Ingredient + [[Ingredient]] || None || [[What the recipe makes]] || Brief description of what it makes.
|}
-->


== Code ==
== Code ==
<nowiki>
'''''From newitems.txt (Project Zomboid directory/media/scripts/)'''''
item Razor
{{Retrieved|version=40|incver=43}}
Weight = 0.2,
<pre> item Razor
Type = Normal,
Weight = 0.2,
DisplayName = Razor,
Type = Normal,
Icon = Razor,
DisplayName = Razor,
</nowiki>
Icon = Razor,
 
MetalValue = 5,
</pre>


==See also==
==See also==
*[[Comb]]
* [[Comb]]
* [[Toothbrush]]

Revision as of 23:24, 19 July 2019

Razor
Razor
General
Category Item
Encumbrance
Heavy Load
0.2
Function None
Technical details
Base ID Base.Razor

A razor is currently a useless item, and often considered as junk.

Usage

A razor has no use, being added purely for the purpose of clutter, creating more realism for the player when looting. Facial hair cannot be shaved with this item.

Distribution

Razors are most often found in medicine cabinets and bathroom counters, though they very rarely spawn as loot on the corpses of zombies.

Code

From newitems.txt (Project Zomboid directory/media/scripts/) Retrieved: Build 40.43

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

See also