Bleach

From PZwiki
Revision as of 05:18, 22 July 2021 by Vaileasys (talk | contribs) (Updated to build 41.51)
Bleach
Bleach
Bleach Empty Bleach Bottle Bleach Bottle with Water
General
Category Item
Encumbrance
Heavy Load
1.6
Function Cleaning,
Poisoning
Nutrition
Thirst
Thirst
-60
Effect
Unhappiness
Unhappiness
99
Poison
SkullPoison.png
120
Technical details
Item ID Base.Bleach

Bleach is a consumable item.

Usage

Cleaning

It can be used in conjunction with a mop, bath towel or dish towel to clean bloodstains from surfaces. As of build 38, rotten corpses will make the player feel ill and sad, however blood splatters do not, meaning that cleaning blood is purely cosmetic. If the player has both a bottle of bleach and a mop, bath towel or dish towel, when right-clicking a blood splatter, the option "Clean Blood" will appear.

Poisoning

Suicide

Bleach is a poison SkullPoison.png, therefore if the player drinks a full bottle, they will become sick and unhappy, followed shortly by death. However, if the player is zombified, this becomes an effective way to kill themselves before turning into a zombie. This strategy can be advantageous if the player decides to continue with another character, as their belongings will be left at the point of death, whereas a zombie is likely to wander away.

Food

Bleach can be added to any completed meal with at least 3 ingredients, where spice is not considered an ingredient. Upon adding bleach to a meal, the icon will not be displayed on the tooltip, meaning it can be given to other players without them knowing it is poisoned. However, if enough poison is added to the meal, a poisonous skull SkullPoison.png icon will appear over the meal's icon. Therefore, the player must be cautious when aiming to poison a fellow survivor. If a poisoned meal is consumed, the player will begin to see signs of sickness and begin to lose health. This will not always kill a player, so long as they have not consumed too much of the poison.

Empty bottle

Bleach will be replaced by an empty bleach bottle when emptied.

Crafting

Product Nutrition
Soup
Soup
Poison
Stew
Stew
Poison
Salad
Salad
Poison
Stir Fry
Stir Fry
Poison
Roasted Vegetables
Roasted Vegetables
Poison
Sandwich
Sandwich
Poison
Burger
Burger
Poison
Pie (savory)
Pie (savory)
Poison
Cake
Cake
Poison
Rice Pot/Saucepan
Rice Pot/Saucepan
Poison
Pasta Pot/Saucepan
Pasta Pot/Saucepan
Poison
Beverage
Beverage
Poison

Distribution

Bleach can frequently be found inside medicine cabinets or kitchen and bathroom counters and rarely on corpses.

Trivia

  • Empty bleach bottles can be found sitting on corpses, suggesting that the Knox Event drove them to suicide.

Gallery

Code

From newitems.txt (Project Zomboid directory/media/scripts/) Retrieved: Build 41.51

    item Bleach
	{
		UnhappyChange	=	99,
		Weight	=	1.6,
		Type	=	Food,
		ThirstChange	=	-60,
		DisplayName	=	Bleach,
		Icon	=	Bleach,
		Poison = true,
		DisplayCategory = Item,
		PoisonDetectionLevel = 7,
	    PoisonPower = 120,
	    UseForPoison = 38,
		CustomContextMenu = Drink,
		CustomEatSound = DrinkingFromBottle,
		CantBeFrozen = TRUE,
		ReplaceOnUse	=	BleachEmpty,
		StaticModel = BleachBottle,
		EatType = BleachBottle,
		WorldStaticModel = BleachBottle,
	}

See also


Template:Navbox/Consumables