Toothpaste: Difference between revisions

From PZwiki
m (→‎top: category project: "The Game World")
m (No variants for toothpaste)
Line 1: Line 1:
{{Languages}}{{Header|Project Zomboid|Items|version=Version 40|incver=43}}
{{Languages}}
{{Reupload}} <!-- Needs variants in a <gallery> section-->
{{Header|Project Zomboid|Items|version=Version 40|incver=43}}
{{Infobox item
{{Infobox item
| display_name = Toothpaste
| display_name = Toothpaste
Line 12: Line 12:
| function = ''None''
| function = ''None''
| class_name = Base.Toothpaste
| class_name = Base.Toothpaste
}}'''Toothpaste''' is currently a useless {{T|item}}, and often considered as ''junk''.
}}
'''Toothpaste''' is currently a useless item, and often considered as ''junk''.


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


==Distribution==
==Distribution==

Revision as of 23:13, 9 January 2024

Project ZomboidItemsToothpaste
Toothpaste
Toothpaste Model.png
General
Encumbrance
Moodle Icon HeavyLoad.png
0.1
Function
None
Technical
Item ID
Base.Toothpaste

Toothpaste is currently a useless item, and often considered as junk.

Usage

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

Distribution

Toothpaste can be found in bathrooms.

Code

Code icon.png Code snippet! This section contains source code from Project ZomboidShow / Hide

Source: ProjectZomboid\media\scripts\newitems.txt

Retrieved: Build 40.43
item Toothpaste
{
    Type        = Normal,
    DisplayName = Toothpaste,
    Icon        = Toothpaste,
    Weight      = 0.1,
}

See also