Dish Towel: Difference between revisions

From PZwiki
(Redesigned page, + Navbox, reworked description description, + categories, confirmed info on wet/dry dish towel was correct.)
(Updated layout and infobox)
Line 1: Line 1:
__NOTOC__
{{languages|Dish Towel}}
{{languages|Dish_Towel}}
{{header|The Game World|Items|Consumables|Medical Items|type=Medical|version=Version 39|incver=67.5}}{{Infobox item custom
<div class="header" style="margin: 5px; align: right; background: #C3E4ED; padding: 13px; text-align: left; font-size: 100%; color:#000000; border: 1px solid #9AC0CD"> <!-- Code for Background Colour -->
|display_name=Dish Towel
<div style="float: right;background: #C3E4ED;border: 1px solid #9AC0CD; margin: -30pt -10.5pt">    '''Page Updated @ Version: 34.28'''    </div><!-- Code for Version Tag at top -->
|name_colour=Medical
<div style="float: left;background: #C3E4ED;border: 1px solid #9AC0CD; margin: -30pt -10.5pt">   '''Navigation''' - [[:Category:Main|Main Index]] -> [[:Category:The_Game_World|The Game World]] -> [[:Category:Items|Items]] -> [[:Category:Consumables|Consumables]] -> [[:Category:Medical Items|Medical Items]] -> [[{{PAGENAME}}]]   </div><!-- Code for Navigation Bar at top, special blank char's before '''Navigation''' to give space -->
|name_text_colour=Medical
{{Medical
|image = Dish_Towel_120px.png
|image = Dish_Towel.png  
|function = [[Moodles#Wet|Dry]] player
|primaryuse= Dry Player/Molotov
|other_function = Clean bloodstains
|bandagepower = 0.0
|variant1 = Dish Towel
|alcoholpower = 0.0
|func1=Weight
|weight = 0.3
|data1 = 0.3
}}
|func2=Max. units
Dish Towels can be used to dry a player when they are displaying the [[Moodles#Wet|Wet]] Moodle after being caught in the rain ingame.
|data2 = 10 units
<br><br>
|variant2=Wet Dish Towel
At the moment there is no way to dry up a '''Wet Dish Towel'''. Wet dish towels can be used with [[Bleach|bleach]] to clean blood splatters off of floors and walls.
|data4 = 0.5
<br><br>
|data5 = 10 units
As with the [[socks|Socks]] and the [[Ripped Sheets]], a '''Dish Towel''' can be used to make [[Molotov cocktail|Molotov Cocktails]], but the dish towels weigh more than both [[socks|Socks]] and [[Ripped Sheets]]. They are found in many kitchen drawers in most houses.
|func3 = Cooldown
<br><br><br><br><br><br>
|data6 = 8000
|class_name = See [[#Item IDs|Item IDs]]
}}{{quote|text=Use to dry self when wet. Always know where your towel is.|author=In-game tooltip.}}A '''dish towel''' is a drainable [[item]] used in [[First Aid|first aid]].


== Crafting ==
==Usage==
===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'''.


{| class="wikitable sortable" style="text-align:center;"
The wet dish towel will dry over time.
|-
 
! Name
===Cleaning===
! class="unsortable" | Recipe
Dish towels can be used with [[Bleach|bleach]] to clean blood splatters off of floors and walls.
! class="unsortable" | Description
 
{{RecipeLookup|3000}}
==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==
{| class="wikitable"
!Item
!Class name
|-
|Dish Towel
|Base.DishCloth
|-
|Wet Dish Towel
|Base.DishClothWet
|}
|}


== Code ==
== Code ==
''Dry Bath Towel'' [[File:Dish_Towel.png]]
''Dish Towel'' [[File:Dish_Towel.png]]
<nowiki>
{{Retrieved|version=39|incver=67.5}}
  item DishCloth
<pre> item DishCloth
Weight = 0.3,
Weight = 0.3,
Type = Drainable,
Type = Drainable,
Line 39: Line 55:
         UseDelta = 0.1,
         UseDelta = 0.1,
ReplaceOnDeplete = DishClothWet,
ReplaceOnDeplete = DishClothWet,
</nowiki>
Tooltip = Tooltip_Bathtowel,</pre>
''Wet Bath Towel'' [[File:Dish_Towel.png]]
 
<nowiki>
''Wet Dish Towel'' [[File:Dish_Towel.png]]
    item DishClothWet
{{Retrieved|version=39|incver=67.5}}
Weight = 0.3,
<pre> item DishClothWet
Type = Normal,
Weight = 0.3,
DisplayName = Wet Dish Towel,
Type = Normal,
         Icon = Dishtowel,
DisplayName = Wet Dish Towel,
</nowiki>
         Icon = Dishtowel,
Wet = TRUE,
WetCooldown = 8000,
ItemWhenDry = Base.DishCloth,</pre>


== See Also ==
== See also ==
[[First_Aid|General First Aid]]
[[First_Aid|General First Aid]]


{{Navbox/Consumables}}
{{Navbox/Consumables}}
[[Category:Consumables]]
[[Category:Medical Items]]
[[Category:Items]]
[[Category:Version 34.28]]

Revision as of 07:13, 9 August 2018

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 File:Dish Towel.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 File:Dish Towel.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

General First Aid

Template:Navbox/Consumables