Razor: Difference between revisions

From PZwiki
No edit summary
m (Automated CodeBox update)
(34 intermediate revisions by 9 users not shown)
Line 1: Line 1:
{{languages|Razor}}
{{Header|Project Zomboid|Items|Miscellaneous items|Appearance}}
{{Items
{{Page version|41.78.16}}
|image = Razor.png  
{{Infobox item
|weight = 0.2
|name=Razor
|model=Razor_Model.png
|icon=Razor.png
|icon_name=Razor
|category=Junk
|weight=0.2
|function=[[Appearance|Shave hair or beard]]
|material=Metal
|material_value=5
|tags=Razor
|item_id=Base.Razor
}}
}}


An item found in bathroom containers. No known use.  
'''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]].


<!-- == Crafting ==
==Distribution==
Razor can be used in the following recipes:
The loot distributions can be found in the table(s) below.


{| class="wikitable" width="550" style="text-align:center;"
{| class="mw-collapsible mw-collapsed wikitable theme-red" data-expandtext="{{int:show}}" data-collapsetext="{{int:hide}}" style="text-align:center; min-width:24em;"
! colspan="4" | Containers
|-
|-
! Ingredients || Other Items || Output || Description
! Building/Room
! Container
! style="width: 3.2em;" | Rolls
! style="width: 3.2em;" | Chance
|-
|-
| Ingredient + [[Ingredient]] || None || [[What the recipe makes]] || Brief description of what it makes.
|aesthetic
|}
|[[counter]]  
-->
|4
|4
|-
|rowspan="3"|bathroom
|[[counter]]  
|4
|4
|-
|[[medicine]]
|4
|4
|-
|[[shelves]]
|4
|4
|-
|pharmacy
|[[shelves]]
|4
|4
|}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==
<nowiki>item Razor
{{CodeBox
{
| {{CodeSnip
Weight = 0.2,
  | lang = java
  | line = true
  | start = 1832
  | source = newitems.txt
  | retrieved = true
  | version = 41.78.16
  | code =
item Razor
{
    DisplayCategory = Junk,
Weight = 0.2,
Type = Normal,
Type = Normal,
DisplayName = Razor,
DisplayName = Razor,
Icon = Razor,
Icon = Razor,
}</nowiki>
MetalValue = 5,
[[Category:items]]
StaticModel = DisposableRazor,
WorldStaticModel = Razor_Ground,
Tags = Razor,
}
}}
}}
 
==See also==
*[[Scissors]]
 
{{Navbox equipment|household}}
 
[[Category:Junk]]
 
{{Navbox miscellaneous items|junk}}
{{Navbox miscellaneous items|appearance}}

Revision as of 11:22, 26 March 2024

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

The loot distributions can be found in the table(s) below.

Containers
Building/Room Container Rolls Chance
aesthetic counter 4 4
bathroom counter 4 4
medicine 4 4
shelves 4 4
pharmacy shelves 4 4

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

Template:Navbox miscellaneous items Template:Navbox miscellaneous items