Teacup: Difference between revisions

From PZwiki
m (Automated CodeBox update)
m (Add model)
Line 1: Line 1:
{{Header|Project Zomboid|Items|Food|Drinks|Water containers}}
{{Header|Project Zomboid|Items|Food|Drinks|Water containers}}
{{Page version|41.78.16}}
{{Page version|41.78.16}}
{{Reupload|Missing 3D model}}
{{Infobox item
{{Infobox item
|name=Teacup
|name=Teacup
|name_colour=Container
|model=Teacup_model.png
|name_text_colour=Container
|icon=Teacup.png
|icon=Teacup.png
|icon_name=Teacup
|icon_name=Teacup

Revision as of 10:21, 7 April 2024

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

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