Dish Towel: Difference between revisions

From PZwiki
m (Automated Formatting)
(44 intermediate revisions by 12 users not shown)
Line 1: Line 1:
{{languages}}
{{Header|Project Zomboid|Items|Miscellaneous items|Household}}
{{items
{{Page version|41.78.16}}
|image = Dishtowel.png
{{Infobox item
|weight = 0.3
|name=Dish Towel
|model=DishTowel_Model.png
|model2=WetDishTowel_Model.png
|icon=Dishtowel.png
|icon_name=Dish Towel (dry)
|icon2=Dishtowel.png
|icon_name2=Wet Dish Towel
|category=Household
|weight=0.3
|weight_text=(dry)
|weight2=0.5
|weight_text2=(wet)
|function=[[Wet|Dry]] player<br>Clean bloodstains
|max_units=0.1
|wet_cooldown=8000
|item_id=Base.DishCloth
|item_id2=Base.DishClothWet
}}
}}
As with the socks and the ripped sheets, the '''Dish towels''' can be used to make [[Molotov cocktail]]s, but the dish towels weigh more than both socks and ripped sheets. They are found in many kitchen drawers in most houses. Can also be used to dry yourself off to remove the [[Moodles|Wet]] Moodle
{{Quote|text=Use to dry self when wet. Always know where your towel is.|author=In-game tooltip.}}
A '''dish towel''' is a drainable [[Items|item]] used in [[First Aid|first aid]].


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


== Crafting ==
The wet dish towel will dry over time.


{| class="wikitable sortable" style="text-align:center;"
===Cleaning===
|-
Dish towels can be used with [[bleach]] to clean blood splatters off of floors and walls.
! Name
! class="unsortable" | Recipe
! class="unsortable" | Description
{{RecipeLookup|3000}}
|}


== Code ==
==Distribution==
<nowiki>
The loot distributions can be found in the table(s) below.
 
{| class="mw-collapsible mw-collapsed wikitable theme-red" data-expandtext="{{int:show}}" data-collapsetext="{{int:hide}}" style="text-align:center; min-width:24em;"
! colspan="4" | Containers
|-
! Building/Room
! Container
! style="width: 3.2em;" | Rolls
! style="width: 3.2em;" | Chance
|-
|all
|[[bin]]
|1
|2
|-
|rowspan="2"|bakerykitchen
|[[counter]]
|4
|1
|-
|[[counter]]
|4
|1
|-
|breakroom
|[[counter]]
|4
|1
|-
|butcher
|[[counter]]
|4
|8
|-
|rowspan="2"|departmentstorage
|[[metal_shelves]]
|4
|1
|-
|[[metal_shelves]]
|4
|2
|-
|rowspan="4"|kitchen
|[[counter]]
|4
|1
|-
|[[counter]]
|4
|1
|-
|[[counter]]
|4
|1
|-
|[[counter]]
|4
|1
|-
|rowspan="2"|laundry
|[[clothingdryer]]
|4
|1
|-
|[[clothingdryer]]
|4
|2
|}Dish towels are usually found in kitchens of houses and restaurants, although they can also be found in motels, storage units and houseware stores.
 
==Code==
{{CodeBox|
''Dish Towel'' [[File:Dishtowel.png]]<br>
{{CodeSnip
  | lang = java
  | line = true
  | start = 642
  | source = items.txt
  | retrieved = true
  | version = 41.78.16
  | code =
item DishCloth
item DishCloth
{
{
   Weight = 0.3,
    DisplayCategory = Household,
  Type = Normal,
Weight = 0.3,
  DisplayName = Dish Towel,
Type = Drainable,
  Icon = Dishtowel,
DisplayName = Dish Towel,
}</nowiki>
        UseWhileEquipped = FALSE,
Icon = Dishtowel,
        UseDelta = 0.1,
ReplaceOnDeplete = DishClothWet,
Tooltip = Tooltip_Bathtowel,
WorldStaticModel = DishTowel,
cantBeConsolided = TRUE,
}
}}
 
 
''Wet Dish Towel'' [[File:Dishtowel.png]]<br>
{{CodeSnip
  | lang = java
   | line = true
  | start = 5
  | source = items.txt
  | retrieved = true
  | version = 41.78.16
  | code =
item DishClothWet
{
    DisplayCategory = Household,
Weight = 0.3,
Type = Normal,
DisplayName = Wet Dish Towel,
        Icon = Dishtowel,
        Wet                =          TRUE,
        WetCooldown        =          8000,
        ItemWhenDry        =          Base.DishCloth,
        WorldStaticModel = DishTowelWet,
}
}}
}}


==See Also==
==See also==
* [[Bath Towel]]
*[[First Aid]]


{{Navbox/Consumables}}
{{Navbox items|household_equipment}}
[[Category:Items]]
[[Category:Medical Items]]
[[Category:Tools]]
[[Category:Version 0.2.0p]]

Revision as of 08:02, 14 April 2024

UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
Dish Towel
DishTowel Model.png
WetDishTowel Model.png
General
Category
Household
Encumbrance
Moodle Icon HeavyLoad.png
0.3 (dry)
0.5 (wet)
Function
Dry player
Clean bloodstains
Properties
Capacity
10 units
Wet cooldown
166.4 seconds
Effect
WetnessMoodle Icon Wet.png
-40%
Technical
Item ID
Base.DishCloth
Base.DishClothWet
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

The loot distributions can be found in the table(s) below.

Containers
Building/Room Container Rolls Chance
all bin 1 2
bakerykitchen counter 4 1
counter 4 1
breakroom counter 4 1
butcher counter 4 8
departmentstorage metal_shelves 4 1
metal_shelves 4 2
kitchen counter 4 1
counter 4 1
counter 4 1
counter 4 1
laundry clothingdryer 4 1
clothingdryer 4 2

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

Code

Code icon.png Code snippet! This section contains source code from Project ZomboidShow / Hide

Dish Towel Dishtowel.png
Source: ProjectZomboid\media\scripts\items.txt

Retrieved: Build 41.78.16
item DishCloth
	{
	    DisplayCategory = Household,
		Weight	=	0.3,
		Type	=	Drainable,
		DisplayName	=	Dish Towel,
        UseWhileEquipped	=	FALSE,
		Icon	=	Dishtowel,
        UseDelta	=	0.1,
		ReplaceOnDeplete	=	DishClothWet,
		Tooltip = Tooltip_Bathtowel,
		WorldStaticModel = DishTowel,
		cantBeConsolided = TRUE,
	}


Wet Dish Towel Dishtowel.png
Source: ProjectZomboid\media\scripts\items.txt

Retrieved: Build 41.78.16
item DishClothWet
	{
	    DisplayCategory = Household,
		Weight	=	0.3,
		Type	=	Normal,
		DisplayName	=	Wet Dish Towel,
        Icon	=	Dishtowel,
        Wet                 =           TRUE,
        WetCooldown         =           8000,
        ItemWhenDry         =           Base.DishCloth,
        WorldStaticModel = DishTowelWet,
	}

See also