Cleaning Liquid

From PZwiki
UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
Cleaning Liquid
CleaningLiquid Model.png
General
Encumbrance
Moodle Icon HeavyLoad.png
0.3
Function
Clean clothing
Technical
Item ID
Base.CleaningLiquid
Base.CleaningLiquid2

Cleaning liquid is a miscellaneous item.

Usage

Cleaning liquid, along with water, can be used to clean dirty or bloody clothing. Over the course of the zombie apocalypse, clothing will become dirty and bloody, which is dependant on the player's activities. If the player is wearing dirty or bloody clothing over an open wound, the chance of infection will increase.

Crafting

Product Ingredients Tools Requirements Workstation XP
Vest White.png
Clothing (clean)
One of:
Soap.png Soap ×1 unit(s)
CleaningLiquid.png Cleaning Liquid ×1
Each of:
Vest White.png Clothing ×1
WaterDrop.png Water ×3 unit(s)
none none none none

Distribution

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


CleaningLiquid2 distribution Show / Hide
Effective chance calculations are based off of default loot settings, and median zombie density. The higher the density of zombies in an area, the higher the effective chance of an item spawning. Chance is also influenced by the lucky and unlucky traits.
Containers
Building/Room Container Effective chance
armysurplus counter 10.78%
artstore counter 10.78%
bakery counter 10.78%
bakerykitchen counter 10.78%
bar counter 10.78%
barbecuestore counter 10.78%
barkitchen counter 10.78%
barstorage counter 10.78%
baseballstore counter 10.78%
beergarden counter 10.78%
bookstore counter 10.78%
bowlingalley counter 10.78%
burgerkitchen counter 10.78%
butcher counter 10.78%
cafe counter 10.78%
cafekitchen counter 10.78%
cafeteria counter 10.78%
cafeteriakitchen counter 10.78%
camerastore counter 10.78%
camping counter 10.78%
candystore counter 10.78%
carsupply counter 10.78%
chinesekitchen counter 10.78%
chineserestaurant counter 10.78%
closet crate 10.78%
clothingstore counter 10.78%
conveniencestore counter 10.78%
cornerstore counter 10.78%
deepfry_kitchen counter 10.78%
departmentstore counter 10.78%
dinerbackroom counter 10.78%
dinerkitchen counter 10.78%
dining counter 10.78%
donut_dining counter 10.78%
donut_kitchen counter 10.78%
electronicsstore counter 10.78%
fishchipskitchen counter 10.78%
fishingstorage counter 10.78%
fossoil counter 10.78%
garagestorage crate 10.78%
gardenstore counter 10.78%
gasstorage counter 23.28%
gasstorage counter 41.14%
gasstore counter 10.78%
generalstore counter 10.78%
generalstorestorage counter 10.78%
giftstore counter 10.78%
gigamart counter 10.78%
gigamartkitchen counter 10.78%
grocery counter 10.78%
gunstore counter 10.78%
hall counter 10.78%
hunting counter 10.78%
icecream counter 10.78%
icecreamkitchen counter 10.78%
italiankitchen counter 10.78%
italianrestaurant counter 10.78%
janitor counter 23.28%
janitor counter 41.14%
janitor crate 23.28%
janitor crate 41.14%
janitor metal_shelves 23.28%
janitor metal_shelves 41.14%
jayschicken_dining counter 10.78%
jayschicken_kitchen counter 10.78%
jewelrystore counter 10.78%
kitchen counter 10.78%
kitchen_crepe counter 10.78%
laboratory crate 10.78%
laboratory desk 10.78%
laboratory metal_shelves 10.78%
laundry counter 10.78%
laundry metal_shelves 10.78%
laundry shelves 10.78%
leatherclothesstore counter 10.78%
lingeriestore counter 10.78%
liquorstore counter 10.78%
livingroom counter 10.78%
lobby counter 10.78%
mechanic wardrobe 10.78%
mexicankitchen counter 10.78%
movierental counter 10.78%
optometrist counter 10.78%
pawnshop counter 10.78%
pharmacy counter 10.78%
pileocrepe counter 10.78%
pizzakitchen counter 10.78%
pizzawhirled counter 10.78%
plazastore1 counter 10.78%
restaurant counter 10.78%
restaurantkitchen counter 10.78%
schoolstorage counter 23.28%
schoolstorage counter 41.14%
seafoodkitchen counter 10.78%
sewingstore counter 10.78%
shoestore counter 10.78%
spiffo_dining counter 10.78%
spiffoskitchen counter 10.78%
sportstorage counter 10.78%
sportstore counter 10.78%
storageunit crate 10.78%
sushidining counter 10.78%
sushikitchen counter 10.78%
theatre counter 10.78%
theatrekitchen counter 10.78%
toolstore counter 10.78%
toystore counter 10.78%
walletshop counter 10.78%
westernkitchen counter 10.78%
zippeestorage counter 23.28%
zippeestorage counter 41.14%
zippeestore counter 10.78%

Trivia

  • The item with the ID Base.CleaningLiquid cannot be found in the game and is obsolete. The only item that can be found in game is now Base.CleaningLiquid2.

Code

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

Base.CleaningLiquid
Source: ProjectZomboid\media\scripts\newitems.txt

Retrieved: Build 41.78.16
item CleaningLiquid
    {
        DisplayCategory = Household,
        Weight	=	0.3,
        Type	=	Normal,
        DisplayName	=	Cleaning Liquid,
        Icon	=	CleaningLiquid,
        OBSOLETE = TRUE,
    }

Base.CleaningLiquid2
Source: ProjectZomboid\media\scripts\newitems.txt

Retrieved: Build 41.78.16
item CleaningLiquid2
    {
        DisplayCategory = Household,
        Type	            =	        Drainable,
        UseDelta	        =	        0.02,
        UseWhileEquipped	=           FALSE,
        DisplayName			=		    Cleaning Liquid,
        Icon				=			CleaningLiquid,
        Weight				=			1.0,
        WeightEmpty         =           0.3,
        WorldStaticModel = CleaningLiquid,
    }


See also