![]() |
PZwiki Update Project — Project Zomboid has received its largest update ever. We need your help to get the wiki updated to build 41! Want to get started? See the community portal or join the discussion on the official Discord (pzwiki_editing). We appreciate any level of contribution. |
Empty Mug
Jump to navigation
Jump to search
![]() |
English • français • русский |
Empty Mug | ||
---|---|---|
![]() | ||
| ||
General | ||
Category | Item | |
Weight |
Empty: 0.2 Full: 0.8 | |
Function | Cooking utensil | |
Capacity | 1 units | |
Contents | Water | |
Can boil water | True | |
Rain factor | 0.2 | |
Technical details | ||
Base ID |
Base.Mugl Base.WaterMug |
“ | “Can be used to collect rainwater when placed on the ground outside” |
— In-game tooltip |
An empty mug is a water container used in cooking.
Usage
An empty mug turns into a mug of water when filled with water from a water source. The mug can also be used to craft a hot cuppa. A mug holds 1 unit of water.
Empty mugs can be placed outside in the rain to collect rain water. The water will need to be boiled before drinking. A mug of water can be left in the player's main inventory and will be consumed as it's needed.
Crafting
Cooking
- Main article: Cooking
Product | XP Gained | Skill(s) | Recipe | Ingredient 1 | Ingredient 2 | Ingredient 3 | Ingredient 4 | Ingredient 5 |
---|---|---|---|---|---|---|---|---|
![]() Hot Cuppa x1 |
none | ![]() Tea Bag or Coffee (2 units) (consumed) |
![]() Kettle of Water (2 units) |
![]() Empty Mug x1 (consumed) |
![]() Sugar (1 unit) (consumed) |
![]() Heat Source (heat: -0.22) |
Code
From items.txt (Project Zomboid directory/media/scripts/)
Retrieved | |
---|---|
Version 41.54 |
item Mugl Weight = 0.2, CanStoreWater = TRUE, Type = Normal, DisplayName = Empty Cyan Mug, ReplaceOnUseOn = WaterSource-WaterMug, Icon = Mugl, RainFactor = 0.2, Tooltip = Tooltip_item_RainFromGround, StaticModel = Mug, WorldStaticModel = Mug,
Retrieved | |
---|---|
Version 41.54 |
item MugRed Weight = 0.2, CanStoreWater = TRUE, Type = Normal, DisplayName = Empty Red Mug, ReplaceOnUseOn = WaterSource-WaterMugRed, Icon = MugRed, RainFactor = 0.2, Tooltip = Tooltip_item_RainFromGround, StaticModel = MugRed, WorldStaticModel = MugRed,
Retrieved | |
---|---|
Version 41.54 |
item MugWhite Weight = 0.2, CanStoreWater = TRUE, Type = Normal, DisplayName = Empty White Mug, ReplaceOnUseOn = WaterSource-WaterMugWhite, Icon = MugWhite, RainFactor = 0.2, Tooltip = Tooltip_item_RainFromGround, StaticModel = MugWhite, WorldStaticModel = MugWhite,
Retrieved | |
---|---|
Version 41.54 |
item MugSpiffo Weight = 0.2, CanStoreWater = TRUE, Type = Normal, DisplayName = Empty Spiffo Mug, ReplaceOnUseOn = WaterSource-WaterMugSpiffo, Icon = MugSpiffo, RainFactor = 0.2, Tooltip = Tooltip_item_RainFromGround, StaticModel = MugSpiffo, WorldStaticModel = MugSpiffo,
From items_food.txt (Project Zomboid directory/media/scripts/)
Retrieved | |
---|---|
Version 41.54 |
item WaterMug IsWaterSource = TRUE, Weight = 0.8, CanStoreWater = TRUE, Type = Drainable, UseWhileEquipped = FALSE, UseDelta = 1, DisplayName = Mug of Water, ReplaceOnDeplete = Mugl, ReplaceOnUseOn = WaterSource-WaterMug, Icon = Mugl, IsCookable = TRUE, RainFactor = 0.2, Tooltip = Tooltip_item_RainFromGround, StaticModel = Mug, EatType = Mug, WorldStaticModel = Mug,
Retrieved | |
---|---|
Version 41.54 |
item WaterMugRed IsWaterSource = TRUE, Weight = 0.8, CanStoreWater = TRUE, Type = Drainable, UseWhileEquipped = FALSE, UseDelta = 1, DisplayName = Mug of Water, ReplaceOnDeplete = MugRed, ReplaceOnUseOn = WaterSource-WaterMugRed, Icon = MugRed, IsCookable = TRUE, RainFactor = 0.2, Tooltip = Tooltip_item_RainFromGround, StaticModel = MugRed, EatType = Mug, WorldStaticModel = MugRed,
Retrieved | |
---|---|
Version 41.54 |
item WaterMugWhite IsWaterSource = TRUE, Weight = 0.8, CanStoreWater = TRUE, Type = Drainable, UseWhileEquipped = FALSE, UseDelta = 1, DisplayName = Mug of Water, ReplaceOnDeplete = MugWhite, ReplaceOnUseOn = WaterSource-WaterMugWhite, Icon = MugWhite, IsCookable = TRUE, RainFactor = 0.2, Tooltip = Tooltip_item_RainFromGround, StaticModel = MugWhite, EatType = Mug, WorldStaticModel = MugWhite,
Retrieved | |
---|---|
Version 41.54 |
item WaterMugSpiffo IsWaterSource = TRUE, Weight = 0.8, CanStoreWater = TRUE, Type = Drainable, UseWhileEquipped = FALSE, UseDelta = 1, DisplayName = Mug of Water, ReplaceOnDeplete = MugSpiffo, ReplaceOnUseOn = WaterSource-WaterMugSpiffo, Icon = MugSpiffo, IsCookable = TRUE, RainFactor = 0.2, Tooltip = Tooltip_item_RainFromGround, StaticModel = MugSpiffo, EatType = Mug, WorldStaticModel = MugSpiffo,
See also