Toilet Paper

From PZwiki
Revision as of 11:26, 9 January 2024 by VaileasysBot (talk | contribs) (β†’β€Žtop: category project: "The Game World")
Project ZomboidItemsToilet Paper
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