Mop

From PZwiki
Revision as of 15:11, 25 February 2023 by Faalagorn (talk | contribs) (Updated to 41.78.16 (except the code))
Mop
Mop
General
Category Item
Encumbrance
Heavy Load
0.1
Function Clean bloodstains
Technical details
Base 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 mop in both hands and 5 thirst from Bleach will be deducted or up to 9 when 9 or less is remaining in the bottle.

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 Fishing Rod or similar tools, and unarmed fighting will be used instead.

Both the Bath Towel and Dish Towel can be used instead of Mop, which use different animation but serve the same function – however towels also have additional use of drying self, although they currently weight more and need to have bleach equipped separately.

Distribution

It can typically be found inside kitchen counters.

Code

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

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

See also