Grilled Cheese Sandwich
From PZwiki
| |
English |
|---|
| Grilled Cheese Sandwich
|
The grilled cheese sandwich is a food that is made when the player puts combines a cheese sandwich with a piece of butter and a frying pan, or by putting a piece of bread, a frying pan, a piece of butter, and some cheese. Unlike the standard cheese sandwich, the grilled cheese sandwich is a perishable item. However, it is much more effective than the standard cheese sandwich.
Effects
Crafting
| Name | Recipe | Description | ||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|
Grilled Cheese Sandwich.
| ||||||||||||||||||
|
|
Grilled Cheese Sandwich. |
Code
item GrilledCheese
{
Type = Food,
DisplayName = Grilled Cheese Sandwich,
Icon = Sandwich_Cheese,
Weight = 1,
IsCookable = true,
MinutesToCook = 5,
MinutesToBurn = 8,
HungerChange = -105,
BoredomChange = -15,
DaysFresh = 2,
DaysTotallyRotten = 4,
DangerousUncooked = false
}
