Soap

From PZwiki
Revision as of 12:23, 20 April 2023 by Carina (talk | contribs) (Added model image)
Soap
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