Mortar and Pestle: Difference between revisions

From PZwiki
(Created page)
 
m (Remove lines))
 
(25 intermediate revisions by 7 users not shown)
Line 1: Line 1:
{{languages|{{PAGENAME}}}}
{{Header|Project Zomboid|Items|Equipment|Tools|First aid tools}}
 
{{Page version|41.78.16}}
{{header|The Game World|Items|Tools|type=Tool|version=Version 40|incver=43}}{{Infobox normal
{{Infobox item
|display_name=Mortar and Pestle
|name=Mortar and Pestle
|name_colour=Tool
|model=MortarPestle_Model.png
|name_text_colour=Tool
|model_width=200px
|image=MortarPestle.png
|icon=MortarPestle.png
|image_width=120px
|icon_name=Mortar and Pestle
<!--GENERAL-->
<!--GENERAL-->
|category=First Aid
|weight=0.3
|weight=0.3
|function=Creating poultices
|function=Creating poultices
|class_name=Base.MortarPestle}}
|item_id=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==
A mortar and pestle is used to create poultices which can be used in [[First Aid|first aid]].
A mortar and pestle is used to create poultices which can be used in [[First Aid|first aid]].


== Crafting ==
==Crafting==
{{Crafting table header}}
{{Crafting/sandbox2
{{RecipeLookup|1029}}
|mortar_and_pestle
{{Crafting table footer}}
}}


===Medical===
===Medical===
{{Crafting table header}}
{{Crafting/sandbox2
{{RecipeLookup|8005}}
|plantain_plantain_poultice
{{RecipeLookup|8006}}
|comfrey_comfrey_poultice
{{RecipeLookup|8007}}
|wild_garlic_wild_garlic_poultice
{{Crafting table footer}}
}}


==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/)'''''
{{CodeBox
{{Retrieved|version=40|incver=43}}
| {{CodeSnip
<pre> item MortarPestle
|lang=java
Weight = 0.3,
|line=false
Type = Normal,
|source=newitems.txt
DisplayName = Mortar and Pestle,
|retrieved=true
Icon = MortarPestle,
|version=41.78.16
</pre>
item MortarPestle
{
    DisplayCategory    = FirstAid,
    Weight             = 0.3,
    Type               = Normal,
    DisplayName         = Mortar and Pestle,
    Icon               = MortarPestle,
    StaticModel        = Mortar,
    WorldStaticModel    = Mortar_Ground,
    Tags                = MortarPestle,
}
  }}
}}


==See also==
==See also==
* [[Foraging]]
*[[Foraging]]
*[[Medicinal Plants]]
*[[First Aid]]
 
{{Navbox items|equipment}}
 
[[Category:Tools]]

Latest revision as of 07:13, 15 April 2024

Project ZomboidItemsEquipmentToolsFirst aid toolsMortar and Pestle
UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
Mortar and Pestle
MortarPestle Model.png
General
Category
First Aid
Encumbrance
Moodle Icon HeavyLoad.png
0.3
Function
Creating poultices
Technical
Item 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 Ingredients Tools Requirements Workstation XP
MortarPestle.png
Mortar and Pestle
Plank.png Plank ×1
Handsaw.png
Saw (tag)
Carpentry 2 none 0.25 Carpentry

Medical

Product Ingredients Tools Requirements Workstation XP
MashedHerbs.png
Plantain Poultice
PlantainPlantago.png Plantain ×5 MortarPestle.png
Mortar and Pestle
none none none
MashedHerbs.png
Comfrey Poultice
Comfrey.png Comfrey ×5 MortarPestle.png
Mortar and Pestle
none none none
MashedHerbs.png
Wild Garlic Poultice
WildGarlic.png Wild Garlic ×5 MortarPestle.png
Mortar and Pestle
none none none

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

Code icon.png Code snippet! This section contains source code from Project ZomboidShow / Hide

Source: ProjectZomboid\media\scripts\newitems.txt

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,

}[[Category:Version 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