Comb: Difference between revisions

From PZwiki
m (clean up, replaced: wikitable → pztable)
(Use latest template and updated to version 40.43)
Line 1: Line 1:
{{Languages|Comb}}
{{Languages|Comb}}
{{header|The Game World|Items|version=Version 39|incver=52}}
{{header|The Game World|Items|version=Version 40|incver=43}}{{Infobox normal
{{items
| display_name = Comb
|image = Comb_120px.png
| name_colour =
|weight = 0.2
| name_text_colour =
}}
| image = Comb_120px.png
 
| image_width = 120px
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#Counters|counters]], [[Containers#Medicine Cabinet|medicine cabinets]], [[Hair Salon|hair salons]] and [[corpse]]s.
| weight = 0.2
 
| function = ''None''
| class_name = Base.Comb
}}'''Combs''' are currently a useless {{T|item}}, and often considered as ''junk''.


== Usage ==
Combs have no use, being added purely for the purpose of clutter, creating more realism for the {{T|player}} when looting.


== Distribution ==
Combs can be found in bathroom [[Containers#Counters|counters]], [[Containers#Medicine Cabinet|medicine cabinets]], [[Hair Salon|hair salons]] and [[corpse]]s.


== Code ==
== Code ==
  <nowiki>
'''''From newitems.txt (Project Zomboid directory/media/scripts/)'''''
{{Retrieved|version=40|incver=43}}
  <pre>
item Comb
item Comb
Weight = 0.2,
Weight = 0.2,
Line 18: Line 26:
DisplayName = Comb,
DisplayName = Comb,
Icon = Comb,
Icon = Comb,
</nowiki>
</pre>
 
 
== History ==
{| class="pztable" width="550" style="text-align:center;"
|-
! colspan="2" | Alpha 
|-
| RC 2.9 || Added to the game.
|}
 


==See also==
==See also==
*[[Hairspray]]
*[[Hairspray]]
*[[Scissors]]
*[[Scissors]]
*[[Items#Misc|Other Miscellaneous Items]]
*[[Items/Miscellaneous|Other Miscellaneous Items]]

Revision as of 06:53, 5 July 2019

Comb
Comb
General
Category Item
Encumbrance
Heavy Load
0.2
Function None
Technical details
Base ID Base.Comb

Combs are currently a useless item, and often considered as junk.

Usage

Combs have no use, being added purely for the purpose of clutter, creating more realism for the player when looting.

Distribution

Combs can be found in bathroom counters, medicine cabinets, hair salons and corpses.

Code

From newitems.txt (Project Zomboid directory/media/scripts/) Retrieved: Build 40.43

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

See also