Soap: Difference between revisions

From PZwiki
m (fixed container links)
(added the new infobox and layout)
Line 1: Line 1:
__NOTOC__
{{languages|Soap}}
{{languages|Soap}}
{{header|The Game World|Items|version=Version 39|incver=52}}
{{header|The Game World|Items|type=Tool|version=Version 39|incver=67.5}}{{Infobox drainable
{{Items
|display_name = Soap
|name_colour = Tool
|name_text_colour = Tool
|image = Soap_120px.png
|image = Soap_120px.png
|weight = 0.1
|weight = 0.1
}}
|primary_use = Clean [[clothing]]
'''Soap''' is a miscellaneous [[item]] generally found in bathroom [[Containers#Counters|counters]] and [[Containers#Medicine Cabinet|medicine cabinets]]. 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 [[Health#Types of Injuries|infection]] will increase.  
|max_units=20
|contents=Soap
|class_name = 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 [[Health#Types of Injuries|infection]] will increase.  


== Crafting ==
== Crafting ==
{| class="wikitable sortable" style="text-align:center;"
{{Crafting table header}}
|-
! Output
! class="unsortable" | Ingredients
! class="unsortable" | Description
! Skill Level
{{RecipeLookup|4033}}
{{RecipeLookup|4033}}
|}
{{Crafting table footer}}
 
==Distribution==
Soap can generally be found in bathroom [[Containers#Counters|counters]] and [[Containers#Medicine Cabinet|medicine cabinets]].


==Code==
==Code==
<nowiki>
'''''From newitems.txt (Project Zomboid directory/media/scripts/)'''''
item Soap2
{{Retrieved|version=39|incver=67.5}}
<pre> item Soap2
Type = Drainable,
Type = Drainable,
UseDelta = 0.05,
UseDelta = 0.05,
Line 27: Line 33:
Icon = Soap,
Icon = Soap,
Weight = 0.1,
Weight = 0.1,
cantBeConsolided = TRUE,
cantBeConsolided = TRUE,</pre>
</nowiki>


==See Also==
==See also==
*[[Clothing]]
*[[Bleach]]
*[[Health|Player Health]]
*[[Health|Player Health]]

Revision as of 10:32, 8 August 2018

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 39.67.5

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

See also