Peas
From PZwiki
| |
English |
|---|
| Peas
|
A bag of peas. It can be made into a nutritious boring soup with a pot of water.
Found in refrigerators.
Effects
Hunger: -20
Crafting
A bag of peas can be used for the following crafting recipes:
| Output | Ingredients | Description | ||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|
A nutritious pot of boring soup.
Don't forget to cook it.
| ||||||||||||
|
|
A nutritious pot of simple soup.
Don't forget to cook it.
| ||||||||||||
|
|
A nutritious pot of tasty soup.
Don't forget to cook it. |
Code
item Peas
{
Type = Food,
DisplayName = Peas,
Icon = Peas,
Weight = 0.4,
HungerChange = -20,
DaysFresh = 2,
DaysTotallyRotten = 4,
}
