Dish Towel: Difference between revisions

From PZwiki
m (Automated CodeBox update)
m (Automated Formatting)
(2 intermediate revisions by the same user not shown)
Line 14: Line 14:
|weight2=0.5
|weight2=0.5
|weight_text2=(wet)
|weight_text2=(wet)
|function=[[Moodles#Wet|Dry]] player<br>Clean bloodstains
|function=[[Wet|Dry]] player<br>Clean bloodstains
|max_units=0.1
|max_units=0.1
|wet_cooldown=8000
|wet_cooldown=8000
Line 20: Line 20:
|item_id2=Base.DishClothWet
|item_id2=Base.DishClothWet
}}
}}
{{Quote|text=Use to dry self when wet. Always know where your towel is.|author=In-game tooltip.}}
{{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]].
A '''dish towel''' is a drainable [[Items|item]] used in [[First Aid|first aid]].
Line 26: Line 25:
==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 [[Wet|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.
The wet dish towel will dry over time.
Line 44: Line 43:
! style="width: 3.2em;" | Chance
! style="width: 3.2em;" | Chance
|-
|-
|all  
|all
|[[bin]]  
|[[bin]]
|1  
|1
|2
|2
|-
|-
|rowspan="2"|bakerykitchen  
|rowspan="2"|bakerykitchen
|[[counter]]  
|[[counter]]
|4  
|4
|1
|1
|-
|-
|[[counter]]  
|[[counter]]
|4  
|4
|1
|1
|-
|-
|breakroom  
|breakroom
|[[counter]]  
|[[counter]]
|4  
|4
|1
|1
|-
|-
|butcher  
|butcher
|[[counter]]  
|[[counter]]
|4  
|4
|8
|8
|-
|-
|rowspan="2"|departmentstorage  
|rowspan="2"|departmentstorage
|[[metal_shelves]]  
|[[metal_shelves]]
|4  
|4
|1
|1
|-
|-
|[[metal_shelves]]  
|[[metal_shelves]]
|4  
|4
|2
|2
|-
|-
|rowspan="4"|kitchen  
|rowspan="4"|kitchen
|[[counter]]  
|[[counter]]
|4  
|4
|1
|1
|-
|-
|[[counter]]  
|[[counter]]
|4  
|4
|1
|1
|-
|-
|[[counter]]  
|[[counter]]
|4  
|4
|1
|1
|-
|-
|[[counter]]  
|[[counter]]
|4  
|4
|1
|1
|-
|-
|rowspan="2"|laundry  
|rowspan="2"|laundry
|[[clothingdryer]]  
|[[clothingdryer]]
|4  
|4
|1
|1
|-
|-
|[[clothingdryer]]  
|[[clothingdryer]]
|4  
|4
|2
|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.
|}Dish towels are usually found in kitchens of houses and restaurants, although they can also be found in motels, storage units and houseware stores.
Line 128: Line 127:
WorldStaticModel = DishTowel,
WorldStaticModel = DishTowel,
cantBeConsolided = TRUE,
cantBeConsolided = TRUE,
}  
}
}}
}}


Line 152: Line 151:
         ItemWhenDry        =          Base.DishCloth,
         ItemWhenDry        =          Base.DishCloth,
         WorldStaticModel = DishTowelWet,
         WorldStaticModel = DishTowelWet,
}  
}
}}
}}
}}
}}
Line 159: Line 158:
*[[First Aid]]
*[[First Aid]]


{{Navbox equipment|household}}
{{Navbox items|household_equipment}}
{{Navbox medical}}

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