Mortar and Pestle: Difference between revisions

From PZwiki
m (Automatic formatting)
(One intermediate revision by one other user not shown)
Line 2: Line 2:
{{Page version|41.78.16}}
{{Page version|41.78.16}}
{{Infobox item
{{Infobox item
|name =Mortar and Pestle
|name=Mortar and Pestle
|name_colour=Tool
|name_colour=Tool
|name_text_colour=Tool
|name_text_colour=Tool
Line 9: Line 9:
|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
|item_id =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 40: Line 39:
{{CodeBox
{{CodeBox
| {{CodeSnip
| {{CodeSnip
  | lang = java
|lang=java
  | line = false
|line=false
  | source = newitems.txt
|source=newitems.txt
  | retrieved = true
|retrieved=true
  | version = 41.78.16
|version=41.78.16
  | code =
item MortarPestle
item MortarPestle
{
{

Revision as of 00:17, 26 March 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 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

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