Soap: Difference between revisions

From PZwiki
(PZ Updater automated execution(task: deploy ReLookup, eid: af609bc9f30dfa6ba86f932f78a14f35))
m (Updated item properties from newitems.txt)
Line 34: Line 34:
==Code==
==Code==
'''''From newitems.txt (Project Zomboid directory/media/scripts/)'''''
'''''From newitems.txt (Project Zomboid directory/media/scripts/)'''''
{{Retrieved|version=40|incver=43}}
{{Retrieved|version=41|incver=65}}
<pre> item Soap2
<nowiki> item Soap2
DisplayCategory = Household,
Type = Drainable,
Type = Drainable,
UseDelta = 0.05,
UseDelta = 0.05,
Line 42: Line 43:
Icon = Soap,
Icon = Soap,
Weight = 0.1,
Weight = 0.1,
cantBeConsolided = TRUE,</pre>
cantBeConsolided = TRUE,
WorldStaticModel = Soap,</nowiki>


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

Revision as of 23:30, 17 September 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 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