Sheet of Paper

From PZwiki
Revision as of 21:23, 17 February 2023 by Faalagorn (talk | contribs) (Remove 120px, minor fixes)
The Game WorldItemsLiteratureSheet of Paper
Sheet of Paper
Sheet of Paper
General
Category Literature
Encumbrance
Heavy Load
0.1
Writable True
Total pages 1 page
Technical details
Base ID Base.SheetPaper2

A sheet of paper is a writable literature item.

Usage

A sheet of paper is used to write a single page worth of notes, using pen or pencil. Common uses are for personal reminders, or to leave information or messages in Multiplayer servers.

Fuel

It can also be used as a fuel for a fire and lasts for 5 mins if done so.

Code

From items.txt (Project Zomboid directory/media/scripts/) Retrieved: Build 39.67.5

	item SheetPaper2
		Weight		= 0.1,
		Type		= Literature,
		DisplayName	= Sheet of Paper,
		Icon		= Paper,
		CanBeWrite	= true,
		PageToWrite	= 1,

See also

Template:Navbox/Tools