Dish Towel: Difference between revisions

From PZwiki
m (→‎Code: file fix (A-L), replaced: File:Dish_Towel.png → File:Dishtowel.png (2))
m (Remove 120px, minor fixes)
Line 1: Line 1:
{{languages|Dish Towel}}
{{Languages}}{{Header|The Game World|Items|Consumables|Medical Items|type=Medical|version=Version 39|incver=67.5}}{{Infobox item custom
{{header|The Game World|Items|Consumables|Medical Items|type=Medical|version=Version 39|incver=67.5}}{{Infobox item custom
|display_name=Dish Towel
|display_name=Dish Towel
|name_colour=Medical
|name_colour=Medical
|name_text_colour=Medical
|name_text_colour=Medical
|image = Dish_Towel_120px.png
|image = Dish_Towel.png
|function = [[Moodles#Wet|Dry]] player
|function = [[Moodles#Wet|Dry]] player
|other_function = Clean bloodstains
|other_function = Clean bloodstains
Line 21: Line 20:


==Usage==
==Usage==
===Drying===
===Drying===
Dish towels can be used to dry the player when they are displaying the [[Moodles#Wet|wet]] moodle after being caught in the [[rain]] in-game, which will produce a '''wet dish towel'''.
Dish towels can be used to dry the player when they are displaying the [[Moodles#Wet|wet]] moodle after being caught in the [[rain]] in-game, which will produce a '''wet dish towel'''.
Line 44: Line 44:
|}
|}


== Code ==
==Code==
''Dish Towel'' [[File:Dishtowel.png]]
''Dish Towel'' [[File:Dishtowel.png]]
{{Retrieved|version=39|incver=67.5}}
{{Retrieved|version=39|incver=67.5}}
Line 68: Line 68:
ItemWhenDry = Base.DishCloth,</pre>
ItemWhenDry = Base.DishCloth,</pre>


== See also ==
==See also==
[[First Aid|General First Aid]]
*[[First Aid|General First Aid]]


{{Navbox/Consumables}}
{{Navbox/Consumables}}

Revision as of 00:02, 19 February 2023

Dish Towel
Dish Towel
General
Category Item
Main function Dry player
Other function(s) Clean bloodstains
Dish Towel
Weight 0.3
Max. units 10 units
Wet Dish Towel
Weight 0.5
Max. units 10 units
Cooldown 8000
Technical details
Item ID See Item IDs
Use to dry self when wet. Always know where your towel is.
— In-game tooltip.

A dish towel is a drainable item used in first aid.

Usage

Drying

Dish towels can be used to dry the player when they are displaying the wet moodle after being caught in the rain in-game, which will produce a wet dish towel.

The wet dish towel will dry over time.

Cleaning

Dish towels can be used with bleach to clean blood splatters off of floors and walls.

Distribution

Dish towels are usually found in kitchens of houses and restaurants, although they can also be found in motels, storage units and houseware stores.

Item IDs

Item Class name
Dish Towel Base.DishCloth
Wet Dish Towel Base.DishClothWet

Code

Dish Towel Dishtowel.png Retrieved: Build 39.67.5

	item DishCloth
		Weight			= 0.3,
		Type			= Drainable,
		DisplayName		= Dish Towel,
        	UseWhileEquipped	= FALSE,
		Icon			= Dishtowel,
        	UseDelta		= 0.1,
		ReplaceOnDeplete	= DishClothWet,
		Tooltip = Tooltip_Bathtowel,

Wet Dish Towel Dishtowel.png Retrieved: Build 39.67.5

	item DishClothWet
		Weight		= 0.3,
		Type		= Normal,
		DisplayName	= Wet Dish Towel,
        	Icon		= Dishtowel,
		Wet		= TRUE,
		WetCooldown	= 8000,
		ItemWhenDry	= Base.DishCloth,

See also

Template:Navbox/Consumables