Razor: Difference between revisions

From PZwiki
(→‎Code: code box update)
m (→‎top: category project: "The Game World")
Line 1: Line 1:
{{Languages}}{{Header|The Game World|Items|version=Version 41|incver=78.16}}{{Infobox item
{{Languages}}{{Header|Project Zomboid|Items|version=Version 41|incver=78.16}}{{Infobox item
|display_name=Razor
|display_name=Razor
|model=Razor Model.png
|model=Razor Model.png

Revision as of 10:54, 9 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

Code icon.png Code snippet! This section contains source code from Project ZomboidShow / Hide

Source: ProjectZomboid\media\scripts\newitems.txt

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