Mop

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]
Mop
Mop Model.png
General
Category
Household
Encumbrance
Moodle Icon HeavyLoad.png
0.1
Function
Clean bloodstains
Technical
Item ID
Base.Mop

A mop is an item used for cleaning bloodstains.

Usage

If the player is carrying both a bottle of bleach and a mop, when right-clicking a blood splatter, the “Clean Blood” option will appear. The player will then wield the mop in both hands and 5 thirst from the bleach will be deducted. Note: When 9 or less bleach is remaining in the bottle, the bleach will be fully consumed.

Cleaning bloodstains is currently cosmetic and will not affect the player's health.

Although the mop is being equipped in both hands and is visible when moping, it currently can't be used as an improvised weapon to fend zombies off unlike the fishing rod or similar tools, and unarmed fighting will be used instead.

Both the bath towel and dish towel can be used instead of a mop, which use different animations but serve the same function. However, towels also have the additional use of drying oneself, although they currently weight more and need to have bleach equipped separately.

Distribution

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

Containers
Building/Room Container Rolls Chance
laundry counter 4 1
mechanic wardrobe 4 1

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 Mop
    {
        DisplayCategory = Household,
        Weight	=	0.1,
        Type	=	Normal,
        DisplayName	=	Mop,
        Icon	=	Mop,
        WorldStaticModel = Mop,
    }

See also