From PZwiki

Primary use: Making drinks
Other uses: Holding water
Weight: 1
|
A Full Kettle is a water container that is slowly and automatically drunk by the player to satiate thirst. Unlike the other containers of water, one can use a full kettle to craft a hot cuppa. A full kettle weighs more than the traditional bottle of water, so it is not as ineffective.
To refill a kettle, one must drag and click the kettle in a faucet. Doing this will refill the full kettle. After a random number of days, the water works will fail, and one will have to rely on the stockpiled containers, as refilling no longer works.
Crafting
| Name
|
Recipe
|
Description
|
|
|
|
Hot Cuppa
|
Code
item FullKettle
{
Type = Drainable,
DisplayName = A Full Kettle,
Icon = Kettle,
Weight = 1,
ReplaceOnDeplete = Kettle,
UseWhileEquipped = false,
UseDelta = 0.07,
ReplaceOnUseOn = WaterSource-FullKettle,
IsWaterSource = true,
CanStoreWater = true,
}
History
| Alpha |
|
| RC 2.9.8a |
Add history here.
|
See Also