Mortar and Pestle

From PZwiki
Revision as of 17:24, 25 March 2024 by CalvyBot (talk | contribs) (Automatic formatting)
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

Template:Craftingheader Template:Craftingcarpentry |}

Medical

Template:Craftingheader Template:Craftinghealth Template:Craftinghealth Template:Craftinghealth |}

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