Toothpaste: Difference between revisions

From PZwiki
m (Automated class_name fix)
(Codebox, version)
Line 1: Line 1:
{{Header|Project Zomboid|Items|Miscellaneous items|Junk}}
{{Header|Project Zomboid|Items|Miscellaneous items|Junk}}
{{Page version|40.43}}
{{Page version|41.78.16}}
{{Infobox item
{{Infobox item
|name = Toothpaste
|name = Toothpaste
Line 55: Line 55:
   | lang = java
   | lang = java
   | line = true
   | line = true
   | start = 0
   | start = 1486
   | source = newitems.txt
   | source = newitems.txt
   | retrieved = true
   | retrieved = true
   | version = 40.43
   | version = 41.78.16
   | code =
   | code =
item Toothpaste
    item Toothpaste
{
    {
    Type       = Normal,
        DisplayCategory = Junk,
    DisplayName = Toothpaste,
        Type = Normal,
    Icon       = Toothpaste,
        DisplayName =     Toothpaste,
    Weight     = 0.1,
        Icon = Toothpaste,
}
        Weight = 0.1,
        WorldStaticModel = Toothpaste,
    }
   }}
   }}
}}
}}

Revision as of 08:51, 19 March 2024

UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
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

The loot distributions can be found in the table(s) below.

Containers
Building/Room Container Rolls Chance
bathroom medicine 4 1
shelves 4 1
pharmacy shelves 4 4
prisoncells wardrobe 4 1

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

See also