Mortar and Pestle: Difference between revisions

From PZwiki
(→‎Medical: fixed formatting issue of table)
m (Add navbox equipment)
Line 1: Line 1:
{{languages}}
{{Languages}}{{Header|The Game World|Items|Tools|type=Tool|version=Version 40|incver=43}}{{Infobox normal
{{header|The Game World|Items|Tools|type=Tool|version=Version 40|incver=43}}{{Infobox normal
|display_name=Mortar and Pestle
|display_name=Mortar and Pestle
|name_colour=Tool
|name_colour=Tool
|name_text_colour=Tool
|name_text_colour=Tool
|image=MortarPestle_Model.png
|image=MortarPestle Model.png
|image_width=300px
|image_width=300px
|alternate_image=MortarPestle.png
|alternate_image=MortarPestle.png
Line 12: Line 11:
|weight=0.3
|weight=0.3
|function=Creating poultices
|function=Creating poultices
|class_name=Base.MortarPestle}}
|class_name=Base.MortarPestle}}A '''mortar and pestle''' is a tool used in creating poultices.
A '''mortar and pestle''' is a tool used in creating poultices.


==Usage==
==Usage==
Line 22: Line 20:
{{Crafting carpentry|002|ing=2}}
{{Crafting carpentry|002|ing=2}}
|}
|}
===Medical===
===Medical===
{{Crafting header|type=med|ing=2}}
{{Crafting header|type=med|ing=2}}
Line 35: Line 34:
'''''From newitems.txt (Project Zomboid directory/media/scripts/)'''''
'''''From newitems.txt (Project Zomboid directory/media/scripts/)'''''
{{Retrieved|version=40|incver=43}}
{{Retrieved|version=40|incver=43}}
<pre> item MortarPestle
<pre>
item MortarPestle
Weight = 0.3,
Weight = 0.3,
Type = Normal,
Type = Normal,
Line 43: Line 43:


==See also==
==See also==
* [[Foraging]]
*[[Foraging]]
* [[Medicinal Herbs]]
*[[Medicinal Herbs]]
* [[First Aid]]
*[[First Aid]]


{{Navbox/Tools}}
{{Navbox equipment}}

Revision as of 22:52, 5 April 2023

The Game WorldItemsToolsMortar and Pestle
Mortar and Pestle
Mortar and Pestle
Mortar and Pestle
General
Category Item
Encumbrance
Heavy Load
0.3
Function Creating poultices
Technical details
Base ID Base.MortarPestle

A mortar and pestle is a tool used in creating poultices.

Usage

A mortar and pestle is used to create poultices which can be used in first aid.

Crafting

Product XP gained Skill(s) Recipe Ingredient 1 Ingredient 2
MortarPestle.png
Mortar and Pestle
0.25 Carpentry Carpentry 2 Handsaw.png
Saw (tag)
(keep)
Plank.png
Plank
(consumed)

Medical

Product XP gained Skill(s) Recipe Ingredient 1 Ingredient 2
MashedHerbs.png
Plantain Poultice
0 XP none Mortar and Pestle
Mortar and Pestle
(keep)
PlantainPlantago.png
Plantain x5
(consumed)
MashedHerbs.png
Comfrey Poultice
0 XP none Mortar and Pestle
Mortar and Pestle
(keep)
Comfrey.png
Comfrey x5
(consumed)
MashedHerbs.png
Wild Garlic Poultice
0 XP none Mortar and Pestle
Mortar and Pestle
(keep)
WildGarlic.png
Wild Garlic x5
(consumed)

Distribution

Mortar and pestles can be found in kitchens or they can be made using a saw and a plank.

Code

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

	item MortarPestle
		Weight			= 0.3,
		Type			= Normal,
		DisplayName		= Mortar and Pestle,
		Icon			= MortarPestle,

See also