Bleach: Difference between revisions

From PZwiki
m (Cleaning info)
No edit summary
Line 5: Line 5:
|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. While 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.
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. 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==
==Effects==
Line 12: Line 12:
[[Thirst]]: -60
[[Thirst]]: -60


[[Poison]]
[[Poison]]: Detection level 7, Power level 40


== Code ==
== Code ==

Revision as of 16:28, 12 October 2016

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. 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,
	}