Soap: Difference between revisions

From PZwiki
m (Checked and updated to version 40.43)
(PZ Updater automated execution(task: deploy ReLookup, eid: af609bc9f30dfa6ba86f932f78a14f35))
Line 16: Line 16:


== Crafting ==
== Crafting ==
{{Crafting table header}}
{{Crafting header|ing=3}}<!-- Automatically generated by ReLookup. Subject RecipeLookup: 4033 -->
{{RecipeLookup|4033}}
{{Crafting/core|ing=3
{{Crafting table footer}}
| 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==

Revision as of 04:47, 26 March 2022

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

Product XP gained Skill(s) Recipe Ingredient 1 Ingredient 2 Ingredient 3
File:ClothingAnim.gif
Clean Clothing x1
none File:ClothingAnim.gif
Dirty Clothing
or
Bloody Clothing x1
(consumed)
Soap.png
Soap
or
Cleaning Liquid (1 unit)
Water
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 40.43

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

See also