Razor: Difference between revisions

From PZwiki
m (→‎top: Category Project: Junk)
m (Category Project: Appearance)
Line 1: Line 1:
{{Languages}}
{{Languages}}
{{header/sandbox2|Project Zomboid|Items|Miscellaneous items|Junk}}
{{header/sandbox2|Project Zomboid|Items|Miscellaneous items|Appearance items}}
{{page version|41.78.16}}
{{page version|41.78.16}}
{{Infobox item
{{Infobox item
Line 50: Line 50:
{{Navbox equipment}}
{{Navbox equipment}}


{{Clear}}<!--Remove if the page gets longer-->
[[Category:Junk]]

Revision as of 06:19, 27 January 2024

Template:Header/sandbox2

UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
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