Toothbrush: Difference between revisions

From PZwiki
(Created page)
 
m (128px)
Line 1: Line 1:
{{languages}}
{{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 = Toothbrush
| display_name = Toothbrush
| name_colour =  
| name_colour =  
| name_text_colour =  
| name_text_colour =  
| image = Toothbrush.png
| image = Toothbrush.png
| image_width = 120px
| image_width = 128px
| weight = 0.1
| weight = 0.1
| function = ''None''
| function = ''None''
Line 19: Line 18:
'''''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> item Toothbrush
<pre>
item Toothbrush
Type = Normal,
Type = Normal,
DisplayName = Toothbrush,
DisplayName = Toothbrush,
Line 27: Line 27:


==See also==
==See also==
* [[Toothpaste]]
*[[Toothpaste]]
* [[Toilet Paper]]
*[[Toilet Paper]]

Revision as of 13:56, 25 June 2023

The Game WorldItemsToothbrush

Template:Infobox normalA toothbrush is currently a useless item, and often considered as junk.

Usage

A toothbrush has no use, being added purely for the purpose of clutter, creating more realism for the player when looting.

Distribution

Toothbrushes can be found in bathrooms, desks and vehicles.

Code

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

	item Toothbrush
		Type			= Normal,
		DisplayName		= Toothbrush,
		Icon			= Toothbrush,
		Weight			= 0.1,

See also