Bleach: Difference between revisions

From PZwiki
(-- +Category:Poison, added effects, now has a use, updated code)
mNo edit summary
Line 4: Line 4:
|thirst = -60
|thirst = -60
}}
}}
A jug of bleach once used to remove stains from clothing and other surfaces. You can drink bleach, but it is a poison. You will die if you do so.
A jug of bleach once used to remove stains from clothing and other surfaces. You can drink bleach, but it is a poison. You will die if you do so. While infected, this is an effective way to kill yourself before turning into a zombie.  


==Effects==
==Effects==

Revision as of 21:34, 10 August 2015

Template:Items A jug of bleach once used to remove stains from clothing and other surfaces. You can drink bleach, but it is a poison. You will die if you do so. While infected, this is an effective way to kill yourself before turning into a zombie.

Effects

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

Moodles: -60

Poison

Code

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