Comb: Difference between revisions

From PZwiki
m (Update link)
(added model + update code block)
Line 1: Line 1:
{{Languages}}{{Header|The Game World|Items|version=Version 40|incver=43}}{{Infobox normal
{{Languages}}{{Header|The Game World|Items|version=Version 41|incver=78.16}}{{Infobox normal
| display_name = Comb
| display_name = Comb
| name_colour =  
| name_colour =  
| name_text_colour =  
| name_text_colour =  
| image = Comb.png
| image = Comb_Model.png
| image_width = 120px
| image_width = 200px
| alternate_name = Comb
| alternate_image = Comb.png
| category = Junk
| weight = 0.2
| weight = 0.2
| function = ''None''
| function = ''None''
Line 18: Line 21:
==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=41|incver=78.16}}
<pre>
<pre>
item Comb
item Comb
Weight = 0.2,
{
Type = Normal,
    DisplayCategory = Junk,
DisplayName = Comb,
Weight = 0.2,
Icon = Comb,
Type = Normal,
DisplayName = Comb,
Icon = Comb,
WorldStaticModel = Comb,
}
</pre>
</pre>


Line 30: Line 37:
*[[Hairspray]]
*[[Hairspray]]
*[[Scissors]]
*[[Scissors]]
*[[Miscellaneous|Other Miscellaneous Items]]
*[[Miscellaneous items|Other Miscellaneous Items]]

Revision as of 08:22, 18 June 2023

Comb
Comb
Comb
General
Category Junk
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 41.78.16

	item Comb
	{
	    DisplayCategory = Junk,
		Weight	=	0.2,
		Type	=	Normal,
		DisplayName	=	Comb,
		Icon	=	Comb,
		WorldStaticModel = Comb,
	}

See also