Mop: Difference between revisions

From PZwiki
m (fixed container links)
(new infobox and format)
Line 1: Line 1:
__NOTOC__
{{languages|Mop}}
{{languages|Mop}}
{{header|The Game World|Items|Tools|version=Version 39|incver=52}}
{{header|The Game World|Items|Tools|type=Tool|version=Version 39|incver=67.5}}
{{Tools
{{Infobox normal
|display_name = Mop
|name_colour = Tool
|name_text_colour = Tool
|image = Mop_120px.png
|image = Mop_120px.png
|primaryuse = Clean Bloodstains
|otheruses = N/A
|weight = 0.1
|weight = 0.1
|primary_use = Clean Bloodstains
}}
}}
The [[mop]] is a mostly useless [[item]]. It can usually be found inside kitchen [[Containers#Counters|counters]].  
A '''mop''' is a mostly useless [[item]].  


==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 option "Clean Blood" will appear. Cleaning bloodstains is currently cosmetic and will  
''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.
''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.


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


== Code ==
== Code ==
<nowiki>
<pre> item Mop
item Mop
Weight = 0.1,
Weight = 0.1,
Type = Normal,
Type = Normal,
DisplayName = Mop,
DisplayName = Mop,
Icon = Mop,
Icon = Mop,</pre>
</nowiki>


 
== See also ==
== See Also ==
*[[Bleach]]
*[[Bleach]]
*[[Bath Towel]]
*[[Bath Towel]]
*[[Dish Towel]]
*[[Dish Towel]]

Revision as of 09:14, 8 August 2018

Mop
Mop
General
Category Item
Encumbrance
Heavy Load
0.1
Function Clean Bloodstains
Technical details
Base ID Item IDs

A mop is a mostly useless item.

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 not affect the player's health. Both the bath towel and dish towel also have the same function, however they also have additional uses and will usually be preferred over the mop.

Distribution

It can usually be found inside kitchen counters.

Code

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

See also