Toilet Paper: Difference between revisions

From PZwiki
No edit summary
m (Minor improvements)
Line 1: Line 1:
{{languages}}
{{Languages}}{{Header|The Game World|Items|version=Version 40|incver=43}}{{Infobox normal
{{header|The Game World|Items|version=Version 40|incver=43}}{{Infobox normal
|display_name=Toilet Paper
| display_name = Toilet Paper
|name_colour=
| name_colour =  
|name_text_colour=
| name_text_colour =  
|image=ToiletPaper.png
| image = ToiletPaper.png
|image_width=120px
| image_width = 120px
|weight=0.2
| weight = 0.2
|function=[[Fuel]]<br> Muffle sneezes and coughs
| function = ''None''
|class_name=Base.ToiletPaper
| class_name = Base.ToiletPaper
}}'''Toilet paper''' was previously a useless {{T|item}}, and was often considered as ''junk''. It has since been updated to have uses.
}}'''Toilet paper''' was previously a useless {{T|item}}, and was often considered as ''junk''. It has since been updated to have uses.


Line 14: Line 13:
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 {{T|player}} when looting.  
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 {{T|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.
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==
==Distribution==
Line 23: Line 22:
'''''From newitems.txt (Project Zomboid directory/media/scripts/)'''''
'''''From newitems.txt (Project Zomboid directory/media/scripts/)'''''
{{Retrieved|version=40|incver=43}}
{{Retrieved|version=40|incver=43}}
<pre> item ToiletPaper
<pre>
item ToiletPaper
Weight = 0.2,
Weight = 0.2,
Type = Normal,
Type = Normal,
Line 31: Line 31:


==See also==
==See also==
* [[Toothbrush]]
*[[Toothbrush]]
* [[Toothpaste]]
*[[Toothpaste]]

Revision as of 12:41, 26 February 2023

The Game WorldItemsToilet Paper
Toilet Paper
Toilet Paper
General
Category Item
Encumbrance
Heavy Load
0.2
Function Fuel
Muffle sneezes and coughs
Technical details
Base ID Base.ToiletPaper

Toilet paper was previously a useless item, and was often considered as junk. It has since been updated to have uses.

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

From newitems.txt (Project Zomboid directory/media/scripts/) Retrieved: Build 40.43

	item ToiletPaper
		Weight			= 0.2,
		Type			= Normal,
		DisplayName		= Toilet Paper,
		Icon			= ToiletPaper,

See also