Soap: Difference between revisions

From PZwiki
(added the new infobox and layout)
m (Checked and updated to version 40.43)
Line 1: Line 1:
{{languages|Soap}}
{{languages|Soap}}
{{header|The Game World|Items|type=Tool|version=Version 39|incver=67.5}}{{Infobox drainable
{{header|The Game World|Items|type=Tool|version=Version 40|incver=43}}{{Infobox drainable
|display_name = Soap
|display_name = Soap
|name_colour = Tool
|name_colour = Tool
Line 25: Line 25:
==Code==
==Code==
'''''From newitems.txt (Project Zomboid directory/media/scripts/)'''''
'''''From newitems.txt (Project Zomboid directory/media/scripts/)'''''
{{Retrieved|version=39|incver=67.5}}
{{Retrieved|version=40|incver=43}}
<pre> item Soap2
<pre> item Soap2
Type = Drainable,
Type = Drainable,
Line 37: Line 37:
==See also==
==See also==
*[[Bleach]]
*[[Bleach]]
*[[Cleaning Liquid]]
*[[Health|Player Health]]
*[[Health|Player Health]]

Revision as of 05:08, 6 July 2019

Soap
Soap
General
Category Item
Encumbrance
Heavy Load
0.1
Function Clean clothing
Capacity 20 units
Contents Soap
Technical details
item ID Base.Soap2

Soap is a drainable miscellaneous item.

Usage

Soap, along with water, can be used to clean dirty or bloody clothing. Over the course of the zombie apocalypse, clothing will become dirty and bloody, which is dependant on the player's activities. If the player is wearing dirty or bloody clothing over an open wound, the chance of infection will increase.

Crafting

Template:Crafting table header |- |
| | | ||
||
||
||
||
||
||
||
||
||
||
Template:Crafting table footer

Distribution

Soap can generally be found in bathroom counters and medicine cabinets.

Code

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

	item Soap2
		Type			= Drainable,
		UseDelta		= 0.05,
		UseWhileEquipped	= FALSE,
		DisplayName		= Soap,
		Icon			= Soap,
		Weight			= 0.1,
		cantBeConsolided	= TRUE,

See also