Soap: Difference between revisions

From PZwiki
m (Fix typo: Updated item properties from newitems.txt)
m (Remove 120px, minor fixes)
Line 1: Line 1:
{{languages|Soap}}
{{Languages}}{{Header|The Game World|Items|type=Tool|version=Version 40|incver=43}}{{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
|name_text_colour=Tool
|name_text_colour = Tool
|image=Soap.png
|image = Soap_120px.png
|weight=0.1
|weight = 0.1
|primary_use=Clean [[clothing]]
|primary_use = Clean [[clothing]]
|max_units=20
|max_units=20
|contents=Soap
|contents=Soap
|class_name = Base.Soap2
|class_name=Base.Soap2
}}'''Soap''' is a drainable miscellaneous [[item]].
}}'''Soap''' is a drainable miscellaneous [[item]].


==Usage==
==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.  
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 dependent 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==
{{Crafting header|ing=3}}<!-- Automatically generated by ReLookup. Subject RecipeLookup: 4033 -->
{{Crafting header|ing=3}}
{{Crafting/core|ing=3
{{Crafting general|024|ing=3}}
| product_image = [[File:ClothingAnim.gif]] | product_name = [[Clothing|Clean Clothing]] | product_quantity = x1
| xp = <!-- Not present in the old template. Please fill in manually. -->
| sl = ''none''
| req =
| f1 = [[File:ClothingAnim.gif]] | i1 = [[Clothing|Dirty Clothing]]<br>or<br>[[Clothing|Bloody Clothing]] | q1 = x1 | tag1 = (consumed)
| f2 = [[File:Soap.png]] | i2 = [[Soap]]<br>or<br>[[Cleaning Liquid]] | q2 = (1 unit)
| f3 = [[File:Water drop.png|link=Water|Water]] | i3 = [[Water]] | q3 = (3 units) | tag3 = (consumed)
}}
|}
|}


==Distribution==
==Distribution==
Line 35: Line 25:
'''''From newitems.txt (Project Zomboid directory/media/scripts/)'''''
'''''From newitems.txt (Project Zomboid directory/media/scripts/)'''''
{{Retrieved|version=41|incver=65}}
{{Retrieved|version=41|incver=65}}
<nowiki> item Soap2
<pre>
item Soap2
DisplayCategory = Household,
DisplayCategory = Household,
Type = Drainable,
Type = Drainable,
Line 44: Line 35:
Weight = 0.1,
Weight = 0.1,
cantBeConsolided = TRUE,
cantBeConsolided = TRUE,
WorldStaticModel = Soap,</nowiki>
WorldStaticModel = Soap,
</pre>


==See also==
==See also==

Revision as of 15:41, 26 February 2023

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 dependent 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

Product XP gained Skill(s) Recipe Ingredient 1 Ingredient 2 Ingredient 3
Clothing (clean)
Clothing (clean)
0 XP none Vest White.png
Clothing
(consumed)
One of:
Soap.png Soap (1 unit)
CleaningLiquid.png Cleaning Liquid

(consumed)
WaterDrop.png
Water
(3 units)

(consumed)

Distribution

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

Code

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

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

See also