Mortar and Pestle: Difference between revisions

From PZwiki
m (→‎top: category project: "The Game World")
m (Remove lines))
(14 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{{Languages}}{{Header|Project Zomboid|Items|Tools|type=Tool|version=Version 41|incver=78.16}}{{Infobox item
{{Header|Project Zomboid|Items|Equipment|Tools|First aid tools}}
|display_name=Mortar and Pestle
{{Page version|41.78.16}}
|name_colour=Tool
{{Infobox item
|name_text_colour=Tool
|name=Mortar and Pestle
|model=MortarPestle Model.png
|model=MortarPestle_Model.png
|model_width=200px
|model_width=200px
|icon=MortarPestle.png
|icon=MortarPestle.png
|icon_name=Mortar and Pestle
|icon_name=Mortar and Pestle
|icon_link=
<!--GENERAL-->
<!--GENERAL-->
|category=First Aid
|category=First Aid
|weight=0.3
|weight=0.3
|function=Creating poultices
|function=Creating poultices
|class_name=Base.MortarPestle}}A '''mortar and pestle''' is a tool used in creating poultices.
|item_id=Base.MortarPestle}}A '''mortar and pestle''' is a tool used in creating poultices.


==Usage==
==Usage==
Line 18: Line 17:


==Crafting==
==Crafting==
{{Crafting header|ing=2}}
{{Crafting/sandbox2
{{Crafting carpentry|002|ing=2}}
|mortar_and_pestle
|}
}}


===Medical===
===Medical===
{{Crafting header|type=med|ing=2}}
{{Crafting/sandbox2
{{Crafting health|101|ing=2}}
|plantain_plantain_poultice
{{Crafting health|102|ing=2}}
|comfrey_comfrey_poultice
{{Crafting health|103|ing=2}}
|wild_garlic_wild_garlic_poultice
|}
}}


==Distribution==
==Distribution==
Line 33: Line 32:


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


==See also==
==See also==
Line 57: Line 61:
*[[First Aid]]
*[[First Aid]]


{{Navbox equipment}}
{{Navbox items|equipment}}
 
[[Category:Tools]]

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