Teacup

From PZwiki
UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
Teacup
Teacup model.png
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

A 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 plastic cup and mug, though in case of mug, more ingredients can be used.

Crafting

Cooking

Main article: Cooking
Product Ingredients Tools Requirements Workstation XP
MugFullAnim.gif
Mug beverage
MugAnim.gif Mug of Water ×1
Soup Ingredients.png Mug beverage ingredients ×(1-3)
none none none 0.75 Cooking

Distribution

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

Teacup distribution Show / Hide
Containers
Building / Room Container Rolls Chance
all dishescabinet 4 20.0
all dishescabinet 4 10.0
bakerykitchen counter 4 6.0
departmentstorage metal_shelves 4 10.0
garagestorage crate 4 4.0
kitchen counter 4 4.0

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 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