Eraser: Difference between revisions

From PZwiki
m (Changed background colour)
mNo edit summary
Line 8: Line 8:
|category=Item
|category=Item
|weight=0.1
|weight=0.1
|function=Remove markings from an [[Maps|annotated map]].
|function=Remove markings from an [[Map|annotated map]].
|class_name=Base.Eraser
|class_name=Base.Eraser
}}An '''eraser''' (also known as a '''rubber''') is a stationery [[item]].
}}An '''eraser''' (also known as a '''rubber''') is a stationery [[item]].


==Usage==
==Usage==
An eraser is used to remove [[Maps|map]] markings, whether they be from a spawned annotated map, or annotated by a [[player]]. To remove a map marking, the map must be opened, then a button on the bottom of the window saying ''"Remove Marking"'' will be displayed. Any map marking can be removed regardless of whether they were done with a [[pen]] or [[pencil]].
An eraser is used to remove [[Map|map]] markings, whether they be from a spawned annotated map, or annotated by a [[player]]. To remove a map marking, the map must be opened, then a button on the bottom of the window saying ''"Remove Marking"'' will be displayed. Any map marking can be removed regardless of whether they were done with a [[pen]] or [[pencil]].


==Distribution==
==Distribution==

Revision as of 07:26, 5 May 2019


Eraser
Eraser
General
Category Item
Encumbrance
Heavy Load
0.1
Function Remove markings from an annotated map.
Technical details
Base ID Base.Eraser

An eraser (also known as a rubber) is a stationery item.

Usage

An eraser is used to remove map markings, whether they be from a spawned annotated map, or annotated by a player. To remove a map marking, the map must be opened, then a button on the bottom of the window saying "Remove Marking" will be displayed. Any map marking can be removed regardless of whether they were done with a pen or pencil.

Distribution

Building Container Rolls Chance
Grocery Storage Bin 1 2
All Desk 1 7
Small Table 1 4
Bin 1 2
Filing Cabinet 1 4
Library Counter 1 4
Motel Room Bin 1 2
Houseware Store Shelves 3 4

Code

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

	item Eraser
		Weight		= 0.1,
		Type		= Normal,
		DisplayName	= Eraser,
		Icon		= Eraser,

See also

Template:Navbox/Tools