Toilet Paper: Difference between revisions

From PZwiki
m (→‎top: Category Project: Junk)
(Automated update of distribution header)
Line 20: Line 20:
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.  
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.  


{{clear}}
==Distribution==
==Distribution==
Toilet paper can be found in bathrooms and [[vehicles]].
The loot distributions can be found in the table(s) below.
A randomized house may spawn with every container (including the fridge and oven) containing toilet paper.
 
{| class="mw-collapsible mw-collapsed wikitable theme-red" data-expandtext="{{int:show}}" data-collapsetext="{{int:hide}}" style="text-align:center; min-width:24em;"
! colspan="4" | Containers
|-
!Building/Room
!Container
! style="width: 3.2em;" |Rolls
! style="width: 3.2em;" |Chance
|-
| rowspan="1"|bathroom
| [[shelves]]  
| 4
| 4
|}


==Code==
==Code==

Revision as of 10:40, 11 February 2024

Template:Header/sandbox2

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

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

Containers
Building/Room Container Rolls Chance
bathroom shelves 4 4

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