Teacup

From PZwiki
Revision as of 11:43, 25 February 2024 by VaileasysBot (talk | contribs) (Update categories (by SublimeText.Mediawiker))

Template:Header/sandbox2

UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
Frame.png
This article contains outdated/low-quality images.
Reason: Missing 3D model
Please help the PZwiki by uploading an improved/updated version of the image(s) found on this page.
Teacup
Teacup
General
Category
Empty: Water container
Full: Water
Encumbrance
Moodle Icon HeavyLoad.png
Empty: 0.1
Full: 0.4
Function
Cooking utensil
Properties
Contents
Water
Can boil water
True
Technical
Item ID
Teacup
Can be used to collect rainwater when placed on the ground outside
— In-game tooltip

Teacup is a water container used in cooking.

Usage

Water storage

A teacup can be filled with water from a water source and turns into a teacup of water. It may also be left outside like other portable Water containers.

Teacup beverage has the same recipe as Mug.

Crafting

Cooking

Main article: Cooking
Product XP gained Skill(s) Recipe Ingredient 1 Ingredient 2
Mug beverage
Mug beverage
0.75 Cooking none Mug of Water
Mug of Water
(Base item)
Mug beverage ingredients
Mug beverage ingredients (1-3)
(consumed)

Distribution

The loot distributions can be found in the table(s) below.

Containers
Building/Room Container Rolls Chance
all dishescabinet 4 1
dishescabinet 4 2
bakerykitchen counter 4 4
counter 4 6
departmentstorage metal_shelves 4 1
garagestorage crate 4 4

Code

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

Source: ProjectZomboid\media\scripts\newitems.txt

Retrieved: Build 41.65
item Teacup
{
    Type                  = Normal,
    DisplayCategory       = Cooking,
    CanStoreWater         = TRUE,
    ReplaceOnUseOn        = WaterSource-WaterTeacup,
    RainFactor            = 0.1,
    Tooltip               = Tooltip_item_RainFromGround,
    DisplayName           = Teacup,
    Icon                  = Teacup,
    Weight                = 0.1,
    WorldStaticModel      = Teacup_Ground,
    Tags                  = CoffeeMaker,
}

See also