Comb: Difference between revisions

From PZwiki
(added model + update code block)
m (→‎top: Replace "Infobox_normal" with "Infobox_item")
Line 1: Line 1:
{{Languages}}{{Header|The Game World|Items|version=Version 41|incver=78.16}}{{Infobox normal
{{Languages}}{{Header|The Game World|Items|version=Version 41|incver=78.16}}{{Infobox item
| display_name = Comb
| display_name = Comb
| name_colour =  
| name_colour =  
| name_text_colour =  
| name_text_colour =  
| image = Comb_Model.png
| model = Comb_Model.png
| image_width = 200px
| model_width = 200px
| alternate_name = Comb
| icon_name = Comb
| alternate_image = Comb.png
| icon = Comb.png
| category = Junk
| category = Junk
| weight = 0.2
| weight = 0.2

Revision as of 06:06, 23 September 2023

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

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