Toilet Paper: Difference between revisions

From PZwiki
m (β†’β€Žtop: category project: "The Game World")
(+3d model request and medical navbox)
Line 1: Line 1:
{{Languages}}{{Header|Project Zomboid|Items|version=Version 41|incver=78.16}}
{{Languages}}{{Header|Project Zomboid|Items|version=Version 41|incver=78.16}}
{{Reupload|Missing 3D model}}
{{Infobox item
{{Infobox item
|display_name=Toilet Paper
|display_name=Toilet Paper
Line 51: Line 52:
*[[Toothbrush]]
*[[Toothbrush]]
*[[Toothpaste]]
*[[Toothpaste]]
{{Navbox medical}}

Revision as of 17:38, 11 January 2024

Project ZomboidItemsToilet Paper
Frame.png
This article contains outdated/low-quality images.
Reason: Missing 3D model
Please help the PZwiki by uploading an improved/updated version of the image(s) found on this page.
Toilet Paper
ToiletPaper Model.png
General
Category
Junk
Encumbrance
Moodle Icon HeavyLoad.png
0.2
Function
Technical
Item ID
Base.ToiletPaper
Equip to mute sneezes and coughs.
— In-game tooltip

Toilet paper is a miscellaneous item.

Usage

Toilet paper can be equipped in a player's secondary slot to muffle coughs and sneezes when suffering from a cold. It can also be placed or dropped for the purpose of clutter, creating more realism for the player when looting.

It serves a second purpose as fuel. With 32 sheets each having 12 minutes of burn time, the whole roll can sustain a fire for a total of 6 hours and 24 minutes when added as fuel, compared to 12 minutes when used to light fires, making it the lightest item to carry per burn time.

Distribution

Toilet paper can be found in bathrooms and vehicles. A randomized house may spawn with every container (including the fridge and oven) containing toilet paper.

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 ToiletPaper
    {
        DisplayCategory = Junk,
        Weight	=	0.2,
        Type	=	Drainable,
        UseWhileEquipped	=	FALSE,
        DisplayName	=	Toilet Paper,
        Icon	=	ToiletPaper,
        Tooltip = Tooltip_tissue_tooltip,
        ConsolidateOption = ContextMenu_Merge,
        WorldStaticModel = ToiletPaper,
    }

See also

Template:Navbox medical