Comb: Difference between revisions

From PZwiki
m (→‎top: category project: "The Game World")
m (Minor fixes)
Line 1: Line 1:
{{Languages}}{{Header|Project Zomboid|Items|version=Version 41|incver=78.16}}{{Infobox item
{{Languages}}
{{Header|Project Zomboid|Items|version=Version 41|incver=78.16}}
{{Infobox item
| display_name = Comb
| display_name = Comb
| name_colour =  
| name_colour =  
Line 11: Line 13:
| function = ''None''
| function = ''None''
| class_name = Base.Comb
| class_name = Base.Comb
}}'''Combs''' are currently a useless {{T|item}}, and often considered as ''junk''.
}}
'''Combs''' are currently a useless 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 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 salons and [[corpse]]s.


==Code==
==Code==
{{CodeBox
{{CodeBox
| {{CodeSnip
| {{CodeSnip
Line 46: Line 48:
*[[Hairspray]]
*[[Hairspray]]
*[[Scissors]]
*[[Scissors]]
*[[Miscellaneous items|Other Miscellaneous Items]]
*[[Junk]]

Revision as of 01:25, 11 January 2024

Comb
Comb Model.png
General
Category
Junk
Encumbrance
Moodle Icon HeavyLoad.png
0.2
Function
None
Technical
Item 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

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 Comb
{
    DisplayCategory = Junk,
    Weight = 0.2,
    Type = Normal,
    DisplayName = Comb,
    Icon = Comb,
    WorldStaticModel = Comb,
}

See also