Razor: Difference between revisions

From PZwiki
No edit summary
m (Minor cleanup)
Line 1: Line 1:
{{languages}}
{{Languages}}{{Header|The Game World|Items|version=Version 41|incver=78.16}}{{Infobox normal
{{header|The Game World|Items|version=Version 41|incver=78}}{{Infobox normal
|display_name=Razor
| display_name = Razor
|name_colour=
| name_colour =  
|name_text_colour=
| name_text_colour =  
|image=Model Razor.png
| image = Model_Razor.png
|image_width=300px
| image_width = 200px
|alternate_image=Razor.png
| alternate_image = Razor.png
|altername_name=Razor
| altername_name = Razor
|weight=0.2
| weight = 0.2
|function=Shave hair or beard
| function = ''None''
|class_name = Base.Razor}}Razor can modify the type of beard of the {{T|player}} or used to shave hair. In all cases to modify beard or shaving hair, razor can be replaced by [[Scissors|Scissors]].
| class_name = Base.Razor}}
 
Razor can modify the type of beard of the {{T|player}} or used to shave hair. In all cases to modify beard or shaving hair, razor can be replaced by [[Scissors|Scissors]].
==Distribution==
==Distribution==
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.
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.
== Code ==
 
==Code==
'''''From newitems.txt (Project Zomboid directory/media/scripts/)'''''
'''''From newitems.txt (Project Zomboid directory/media/scripts/)'''''
{{Retrieved|version=40|incver=43}}
{{Retrieved|version=40|incver=43}}
<pre> item Razor
<pre>
item Razor
Weight = 0.2,
Weight = 0.2,
Type = Normal,
Type = Normal,
Line 24: Line 25:
MetalValue = 5,
MetalValue = 5,
</pre>
</pre>
{{Navbox_equipment}}
 
==See also==
*[[Scissors]]
 
{{Navbox equipment}}

Revision as of 20:20, 4 April 2023

Razor
Razor
Razor.png
General
Category Item
Encumbrance
Heavy Load
0.2
Function Shave hair or beard
Technical details
Base ID Base.Razor

Razor can modify the type of beard of the player or used to shave hair. In all cases to modify beard or shaving hair, razor can be replaced by Scissors.

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