Tasty Bowl of Soup: Difference between revisions

From PZwiki
Tasty Bowl of Soup
(Created page with "{{languages}} {{Consumables |image = BowlFull.png |hunger = -32 |weight = 3 }} == Effects == Moodles: -4<br> Hungry: -32<br> Unhappy: -5 == Code == <nowiki>item Tast...")
 
No edit summary
Line 9: Line 9:
[[Hunger]]: -32<br>
[[Hunger]]: -32<br>
[[Unhappy]]: -5
[[Unhappy]]: -5
== Crafting ==
{| class="wikitable sortable" style="text-align:center;"
|-
! Name
! class="unsortable" | Recipe
! class="unsortable" | Description
{{RecipeLookup|24}}
|}
== Code ==
== Code ==
  <nowiki>item TastyBowl4
  <nowiki>item TastyBowl4

Revision as of 14:54, 29 March 2012


Effects

Moodles: -4
Hungry: -32
Unhappy: -5

Crafting

Name Recipe Description












Code

item TastyBowl4
{
	Type = Food,
	DisplayName = Tasty Bowl of Soup,
	Icon = BowlFull,
	Weight = 3,
	IsCookable = true,
	MinutesToCook = 23,
	MinutesToBurn = 35,
	Count = 4,
	HungerChange = -32,
	ReplaceOnUse = Bowl,
	BoredomChange = -4,
	UnhappyChange = -5,
	DaysFresh = 1,
	DaysTotallyRotten = 3,
}

Template:Navbox/Consumables