Razor: Difference between revisions

From PZwiki
m (→‎top: category project: "The Game World")
(infobox function link and moved {{clear}} to below navbox)
Line 7: Line 7:
|category=Junk
|category=Junk
|weight=0.2
|weight=0.2
|function=Shave hair or beard
|function=[[Appearance|Shave hair or beard]]
|material=Metal
|material=Metal
|material_value=5
|material_value=5
Line 44: Line 44:
==See also==
==See also==
*[[Scissors]]
*[[Scissors]]
{{Navbox equipment}}


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

Revision as of 12:14, 21 January 2024

Razor
Razor Model.png
General
Category
Junk
Encumbrance
Moodle Icon HeavyLoad.png
0.2
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