Bleach

From PZwiki
Revision as of 14:36, 9 June 2018 by Vaileasys (talk | contribs) (links)


Bleach is a consumable item which can be frequently found inside medicine cabinets or kitchen and bathroom counters and rarely on corpses. 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.

An empty bleach bottle can be found sitting on corpses, suggesting that the Knox Event drove them to suicide. Although an empty bleach bottle exists in the game, emptying a bleach will not yield one, and will instead be removed from the player's inventory.

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 would likely wander away.

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.

Evolved Recipes

Evolved Recipes
Name Hunger Added
PotFull.png
Soup
Poisonous SkullPoison.png
PotFull.png
Stew
Poisonous SkullPoison.png
PieWhole.png
Pie
Poisonous SkullPoison.png
Cake.png
Cake
Poisonous SkullPoison.png
PanFull.png
Stir Fry
Poisonous SkullPoison.png
RoastingpanFull.png
Roasted Vegetables
Poisonous SkullPoison.png
Sandwich.png
Sandwich
Poisonous SkullPoison.png
Burger.png
Burger
Poisonous SkullPoison.png
File:Salad.png
Salad
Poisonous SkullPoison.png
FruitSalad.png
Fruit Salad
Poisonous SkullPoison.png
SaucepanFilled.png
Pasta Saucepan
Poisonous SkullPoison.png
SaucepanFilled.png
Rice Saucepan
Poisonous SkullPoison.png
PotFull.png
Pasta Pot
Poisonous SkullPoison.png
PotFull.png
Rice Pot
Poisonous SkullPoison.png

Code

From newitems.txt (Project Zomboid directory/media/scripts/)

Bleach.png Bleach

	item Bleach
		UnhappyChange		= 99,
		Weight			= 0.3,
		Type			= Food,
		ThirstChange		= -60,
		DisplayName		= Bleach,
		Icon			= Bleach,
		Poison 			= true,
		DisplayCategory 	= Item,
		PoisonDetectionLevel 	= 7,
		PoisonPower 		= 40,
		UseForPoison 		= 15,
		CustomContextMenu 	= Drink,
		CustomEatSound 		= PZ_DrinkingFromBottle,
		CantBeFrozen 		= TRUE,

Bleach.png Empty Bleach Bottle

    item BleachEmpty
		Weight		=	0.1,
		Type		=	Normal,
		DisplayName	=	Empty Bleach Bottle,
		Icon		=	Bleach,

See Also


Template:Navbox/Consumables