Popcorn
From PZwiki
| |
English |
|---|
| Popcorn
|
The popcorn is a nonperishable food item which is found in many kitchen drawers. It takes out a small amount of hunger, but adds a small amount of thirst. It can be enhanced by cooking it, but it can be burnt if overcooked.
Effects
Code
item Popcorn
{
Type = Food,
DisplayName = Instant Popcorn,
Icon = Popcorn,
Weight = 1,
IsCookable = true,
MinutesToCook = 5,
MinutesToBurn = 10,
HungerChange = -10,
ThirstChange = 10,
}
