Mortar and Pestle: Difference between revisions

From PZwiki
m (200px)
(Added trivia and updated code)
Line 1: Line 1:
{{Languages}}{{Header|The Game World|Items|Tools|type=Tool|version=Version 40|incver=43}}{{Infobox normal
{{Languages}}{{Header|The Game World|Items|Tools|type=Tool|version=Version 41|incver=78.13}}{{Infobox normal
|display_name=Mortar and Pestle
|display_name=Mortar and Pestle
|name_colour=Tool
|name_colour=Tool
Line 9: Line 9:
|alternate_link=
|alternate_link=
<!--GENERAL-->
<!--GENERAL-->
|category=First Aid
|weight=0.3
|weight=0.3
|function=Creating poultices
|function=Creating poultices
Line 29: Line 30:


==Distribution==
==Distribution==
Mortar and pestles can be found in kitchens or they can be made using a saw and a plank.
Mortar and pestles can be found in kitchens, otherwise than can be crafted using a [[saw]] and a [[plank]].
 
==Trivia==
*There is an unused mortar and pestle icon resembling a [[Plank|wooden plank]] [[File:MortarPestleWood.png]]. This hints that at some point the crafting recipe for a mortar and pestle was intended to result in this wooden variant, making the recipe more sensible.  


==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=78.16}}
<pre>
<pre>
item MortarPestle
item MortarPestle
Weight = 0.3,
{
Type = Normal,
DisplayCategory = FirstAid,
DisplayName = Mortar and Pestle,
Weight = 0.3,
Icon = MortarPestle,
Type = Normal,
DisplayName = Mortar and Pestle,
Icon = MortarPestle,
StaticModel = Mortar,
WorldStaticModel = Mortar_Ground,
Tags = MortarPestle,
}
</pre>
</pre>



Revision as of 12:05, 27 June 2023

The Game WorldItemsToolsMortar and Pestle
Mortar and Pestle
Mortar and Pestle
Mortar and Pestle
General
Category First Aid
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, otherwise than can be crafted using a saw and a plank.

Trivia

  • There is an unused mortar and pestle icon resembling a wooden plank MortarPestleWood.png. This hints that at some point the crafting recipe for a mortar and pestle was intended to result in this wooden variant, making the recipe more sensible.

Code

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

	item MortarPestle
	{
		DisplayCategory = FirstAid,
		Weight	=	0.3,
		Type	=	Normal,
		DisplayName	=	Mortar and Pestle,
		Icon	=	MortarPestle,
		StaticModel = Mortar,
		WorldStaticModel = Mortar_Ground,
		Tags = MortarPestle,
	}

See also