Eraser

From PZwiki
UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
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 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

The loot distributions can be found in the table(s) below.

Eraser distribution Show / Hide
Containers
Building / Room Container Rolls Chance
Not referenced GolfLockers 4 8.0
all Bag_GolfBag 1 10.0
all Outfit_OfficeWorker 1 8.0
all counter 4 6.0
all desk 4 8.0
all locker 4 8.0
all officedrawers 4 8.0
all other 1 8.0
all sidetable 4 2.0
artstore counter 4 8.0
artstore shelves 4 20.0
artstore shelves 4 10.0
bedroom desk 4 8.0
bookstore counter 4 8.0
classroom counter 4 8.0
classroom desk 4 8.0
classroom metal_shelves 4 8.0
closet crate 4 8.0
daycare counter 4 8.0
daycare desk 4 8.0
daycare metal_shelves 4 8.0
garagestorage crate 4 8.0
generalstore shelves 4 8.0
hall locker 4 8.0
kitchen counter 4 8.0
kitchen shelves 4 8.0
livingroom shelves 4 8.0
livingroom sidetable 4 8.0
office counter 4 8.0
office desk 4 8.0
Vehicles
Vehicle Type/Location Rolls Chance
AmbulanceGloveBox 4 6
CarpenterGloveBox 4 6
ConstructionWorkerGloveBox 4 6
DistilleryGloveBox 4 6
DoctorGloveBox 4 6
ElectricianGloveBox 4 6
FarmerGloveBox 4 6
FireGloveBox 4 6
FishermanGloveBox 4 6
FossoilGloveBox 4 6
GloveBox 4 6
GolfGloveBox 4 6
HeraldsGloveBox 4 6
HunterGloveBox 4 6
MassGenFacGloveBox 4 6
McCoyGloveBox 4 6
MetalWelderGloveBox 4 6
PainterGloveBox 4 6
PoliceGloveBox 4 6
PostalGloveBox 4 6
RadioGloveBox 4 6
RangerGloveBox 4 6
SpiffoGloveBox 4 6
SurvivalistGlovebox 4 6
TaxiGloveBox 4 6
TransitGloveBox 4 6

Trivia

  • The eraser is often called a rubber in British english parts of the world.

Code

Code icon.png Code snippet! This section contains source code from Project ZomboidShow / Hide

Source: ProjectZomboid\media\scripts\newitems.txt

Retrieved: Build 41.78.16
item Eraser
    {
        DisplayCategory = Household,
        Weight	=	0.1,
        Type	=	Normal,
        DisplayName	=	Eraser,
        Icon	=	Eraser,
        WorldStaticModel = Eraser,
        Tags = Erase,
    }

See also