Comb: Difference between revisions

From PZwiki
m (Removed deletion notice. Item is not useful in game, however, useful information is needed on THIS wiki about it.)
(Added boilerplate, 120px icon, fixed code, added see also. Rewrote info.)
Tag: categories removed
Line 1: Line 1:
{{Languages}}
{{Languages|Comb}}
{{header|The Game World|Items|version=Version 39|incver=52}}
{{items
{{items
|image = Comb.png
|image = Comb_120px.png
|weight = 0.2
|weight = 0.2
}}
}}


'''Comb''' was first implemented into the game RC2.9 and is found on corpses or in bathrooms. The comb currently has no in-game purpose.
The '''comb''' is an [[Items|item]] in [[Project Zomboid]]. It was first implemented into the game at RC 2.9, and has no in-game use. It can be found in bathroom [[Containers#Counter|counters]], [[Containers#Medicine Cabinet|medicine cabinets]], [[Hair Salon|hair salons]] and [[corpse]]s.
 
 
 
 
== Code ==
<nowiki>
item Comb
item Comb
Weight = 0.2,
Type = Normal,
DisplayName = Comb,
Icon = Comb,
</nowiki>
 


== History ==
== History ==
{| class="wikitable" width="550" style="text-align:center;"
{| class="wikitable" width="550" style="text-align:center;"
|-
|-
! Alpha || 
! colspan="2" | Alpha  
|-
|-
| RC 2.9 || Added to the game.  
| RC 2.9 || Added to the game.  
|}
|}


== Code ==
<nowiki>item Comb
{
Weight = 0.2,
Type = Normal,
DisplayName = Comb,
Icon = Comb,
}</nowiki>


[[Category:Version 0.2.0r]]
==See Also==
*[[Hairspray]]
*[[Scissors]]
*[[Items#Misc|Other Miscellaneous Items]]

Revision as of 03:41, 3 May 2018

Template:Items

The comb is an item in Project Zomboid. It was first implemented into the game at RC 2.9, and has no in-game use. It can be found in bathroom counters, medicine cabinets, hair salons and corpses.



Code

item Comb
	item Comb
		Weight		= 0.2,
		Type		= Normal,
		DisplayName	= Comb,
		Icon		= Comb,


History

Alpha
RC 2.9 Added to the game.


See Also