Mop: Difference between revisions

From PZwiki
No edit summary
(Updated to 41.78.16 (except the code))
Line 1: Line 1:
{{languages|Mop}}
{{Languages}}{{Header|The Game World|Items|Tools|type=Tool|version=Version 41|incver=78.16}}
{{header|The Game World|Items|Tools|type=Tool|version=Version 39|incver=67.5}}
{{Infobox normal
{{Infobox normal
|display_name = Mop
|display_name=Mop
|name_colour = Tool
|name_colour=Tool
|name_text_colour = Tool
|name_text_colour=Tool
|image = Mop_120px.png
|image=Mop.png
|weight = 0.1
|weight=0.1
|primary_use = Clean Bloodstains
|primary_use=Clean bloodstains
|class_name = Base.Mop
|class_name=Base.Mop
}}
}}A '''mop''' is an [[item]] used for cleaning bloodstains.
A '''mop''' is a mostly useless [[item]].  


==Usage==
==Usage==
If the player is carrying both a bottle of [[bleach]] and a mop, when right-clicking a blood splatter, the option "Clean Blood" will appear. Cleaning bloodstains is currently cosmetic and will  
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.
''not'' affect the player's [[health]]. Both the [[Bath Towel|bath towel]] and [[Dish Towel|dish towel]] also have the same function, however they also have additional uses and will usually be preferred over the mop.
 
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 [[Moodles#Wet|drying self]], although they currently weight more and need to have bleach equipped separately.


==Distribution==
==Distribution==
It can usually be found inside kitchen [[Containers#Counters|counters]].  
It can typically be found inside kitchen [[Containers#Counters|counters]].  


== Code ==
==Code==
'''''From newitems.txt (Project Zomboid directory/media/scripts/)'''''
'''''From newitems.txt (Project Zomboid directory/media/scripts/)'''''
{{Retrieved|version=39|incver=67.5}}
{{Retrieved|version=39|incver=67.5}}
<pre> item Mop
<pre>
item Mop
Weight = 0.1,
Weight = 0.1,
Type = Normal,
Type = Normal,
DisplayName = Mop,
DisplayName = Mop,
Icon = Mop,</pre>
Icon = Mop,
</pre>


== See also ==
==See also==
*[[Bleach]]
*[[Bleach]]
*[[Bath Towel]]
*[[Bath Towel]]
Line 34: Line 39:
*[[Broom]]
*[[Broom]]


{{Navbox/Tools}}
{{Navbox equipment}}

Revision as of 15:11, 25 February 2023

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