Bleach

From PZwiki
Revision as of 22:30, 4 July 2017 by Godswarpawn (talk | contribs) (Grammar)

Template:Items A jug of bleach will, once used, remove stains from clothing and other surfaces. You can drink bleach, but it is a poison. You will die if you do so. However, if you are infected, this is an effective way to kill yourself before turning into a zombie. When used with a bath towel or dish towel, bleach can be used to clean bloodstains out of floors and walls. Bleach can also be added to player-made food with at least 3 ingredients.

Effects

Unhappy: -10 (seems to be a bug, it's listed twice [build 11])

Moodles: -60

Poison: Detection level 7, Power level 40

Code

	item Bleach
	{
		HungerChange	=	-0,
		UnhappyChange	=	1000,		
		Weight		=	0.3,
		Type		=	Food,
		UnhappyChange	=	-10,
		ThirstChange	=	-60,
		DisplayName	=	Bleach,
		Icon		=	Bleach,
		Poison 		= 	true,
	}