Leek: Difference between revisions

From PZwiki
(Created page with " Leeks may be found refrigerators, they cannot be grown as crops. The can be used as ingredients in Salads. == Code == <nowiki>item Leek { HungerChan...")
 
(revamped page)
Line 1: Line 1:
{{languages}}
{{Consumables
|image = Leek.png
|hunger = -15
|weight = 0.2
}}
Leeks may be found [[refrigerator]]s, they cannot be grown as crops. They can be used as [[Salad_Ingredients|ingredients]] in Salads.<br>


Leeks may be found refrigerators, they cannot be grown as crops.
== Effects ==
The can be used as [[Salad_Ingredients|ingredients]] in Salads.
[[Hunger]]: -15


== Crafting ==
{| class="wikitable sortable" style="text-align:center;"
|-
! Name
! class="unsortable" | Recipe
! class="unsortable" | Description
{{RecipeLookup|2005}}
{{RecipeLookup|2006}}
{{RecipeLookup|2007}}
|}


== Code ==
== Code ==
Line 15: Line 33:
         DaysFresh = 5,
         DaysFresh = 5,
}</nowiki>
}</nowiki>
== History ==
{| class="wikitable" width="550" style="text-align:center;"
|-
! Alpha || 
|-
| RC 2.9.8a || Can be grown as a crop.
|}
==See Also==
* [[Farming]]
{{Navbox/Consumables}}
{{Navbox/Farming}}
[[Category:Consumables]]
[[Category:Food]]
[[Category:Items]]
[[Category:Crops]]
[[Category:Farming]]
[[Category:Perishable Food]]
[[Category:Version 0.2.0p]]

Revision as of 12:18, 6 February 2014


Leeks may be found refrigerators, they cannot be grown as crops. They can be used as ingredients in Salads.

Effects

Hungry: -15


Crafting

Name Recipe Description




































Code

item Leek
{
	HungerChange		=	-15,
	Weight			=	0.2,
        Type			=	Food,
        DaysTotallyRotten	=	8,
        DisplayName		=	Leek,
        Icon			=	Leek,
        DaysFresh		=	5,
}

History

Alpha
RC 2.9.8a Can be grown as a crop.

See Also

Template:Navbox/Consumables Template:Navbox/Farming