Comb: Difference between revisions

From PZwiki
(Use latest template and updated to version 40.43)
m (Remove 120px, minor fixes)
Line 1: Line 1:
{{Languages|Comb}}
{{Languages}}{{Header|The Game World|Items|version=Version 40|incver=43}}{{Infobox normal
{{header|The Game World|Items|version=Version 40|incver=43}}{{Infobox normal
| display_name = Comb
| display_name = Comb
| name_colour =  
| name_colour =  
Line 11: Line 10:
}}'''Combs''' are currently a useless {{T|item}}, and often considered as ''junk''.
}}'''Combs''' are currently a useless {{T|item}}, and often considered as ''junk''.


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


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


== Code ==
==Code==
'''''From newitems.txt (Project Zomboid directory/media/scripts/)'''''
'''''From newitems.txt (Project Zomboid directory/media/scripts/)'''''
{{Retrieved|version=40|incver=43}}
{{Retrieved|version=40|incver=43}}
<pre>
<pre>
item Comb
item Comb
Weight = 0.2,
Weight = 0.2,

Revision as of 23:25, 18 February 2023

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