Sheet of Paper: Difference between revisions

From PZwiki
(Now using header template and new literature infobox)
mNo edit summary
Line 21: Line 21:
'''''From items.txt (Project Zomboid directory/media/scripts/)'''''
'''''From items.txt (Project Zomboid directory/media/scripts/)'''''
{{Retrieved|version=39|incver=67.5}}
{{Retrieved|version=39|incver=67.5}}
<pre> item SheetPaper
<pre> item SheetPaper2
Weight = 0.1,
Weight = 0.1,
Type = Literature,
Type = Literature,

Revision as of 10:21, 12 August 2018

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 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