Razor: Difference between revisions

From PZwiki
(added to infobox changes)
m (Add clear)
Line 37: Line 37:
*[[Scissors]]
*[[Scissors]]


{{Clear}}<!--Remove if the page gets longer-->
{{Navbox equipment}}
{{Navbox equipment}}

Revision as of 21:51, 6 January 2024

Razor
Razor Model.png
General
Category
Junk
Encumbrance
Moodle Icon HeavyLoad.png
0.2
Function
Shave hair or beard
Properties
Material
Metal
Metal quantity
5
Technical
Tags
Razor
Item 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 41.78.16

	item Razor
	{
	    DisplayCategory = Junk,
		Weight	=	0.2,
		Type	=	Normal,
		DisplayName	=	Razor,
		Icon	=	Razor,
		MetalValue = 5,
		StaticModel = DisposableRazor,
		WorldStaticModel = Razor_Ground,
		Tags = Razor,
	}

See also