Eraser: Difference between revisions

From PZwiki
m (→‎top: category project: "The Game World")
m (Category Project: Household)
Line 1: Line 1:
{{Languages}}{{Header|Project Zomboid|Items|Tools|Stationery|type=Tool|version=Version 40|incver=43}}{{Infobox item
{{Languages}}
{{header/sandbox2|Project Zomboid|Items|Miscellaneous items|Household items|}}
{{page version|40.43}}
{{Infobox item
|display_name=Eraser
|display_name=Eraser
|name_colour=Tool
|name_colour=Tool
Line 67: Line 70:
==Code==
==Code==
'''''From newitems.txt (Project Zomboid directory/media/scripts/)'''''
'''''From newitems.txt (Project Zomboid directory/media/scripts/)'''''
{{Retrieved|version=40|incver=43}}
{{Retrieved|version=40.43}}
<pre>
<pre>
item Eraser
item Eraser

Revision as of 06:30, 27 January 2024

Template:Header/sandbox2

Spiffo controlyourself.png
This page was last updated for an older version (40.43).
The current stable version is 41.78.16, released 2022-12-12, so information on this page may be inaccurate. Help get this page updated by adding any missing content. [edit]
Please update the version after updating the page.
Eraser
Eraser Model.png
General
Category
Item
Encumbrance
Moodle Icon HeavyLoad.png
0.1
Function
Remove markings from an annotated map.
Technical
Item 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 4 7
Motel Room Bin 1 2
Houseware Store Shelves 3 4

Code

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

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

See also