Apple: Difference between revisions

From PZwiki
No edit summary
m (Fixed Weight)
Line 2: Line 2:
{{Consumables
{{Consumables
|image = Apple.png
|image = Apple.png
|hunger = -30
|hunger = -15
|weight = 0.2
|weight = 0.2
}}
}}
A perishable food item. Apples are often found within houses, inside of [[refrigerator]]s and [[containers#Kitchen_cupboard|kitchen cupboards]], and in the corpses of defeated zombies and NPCs. They stay fresh for about 15 days if put in a refrigerator.
A perishable food item that goes bad as time passes. Apples are often found within houses, inside of [[refrigerator]]s and [[containers#Kitchen_cupboard|kitchen cupboards]], and in the corpses of defeated zombies.




Line 11: Line 11:


== Effects ==
== Effects ==
[[Hunger]]: -30
[[Hunger]]: -15




Line 21: Line 21:
  <nowiki>item Apple
  <nowiki>item Apple
{
{
Type = Food,
Type = Food,
DisplayName = Apple,
DisplayName = Apple,
Icon = Apple,
Icon = Apple,
Weight = 0.2,
Weight = 0.2,
HungerChange = -30,
HungerChange = -15,
DaysFresh = 7,
DaysFresh = 7,
DaysTotallyRotten = 9,
DaysTotallyRotten = 9,
}</nowiki>
}</nowiki>
{{Navbox/Consumables}}
{{Navbox/Consumables}}

Revision as of 08:13, 5 May 2013


A perishable food item that goes bad as time passes. Apples are often found within houses, inside of refrigerators and kitchen cupboards, and in the corpses of defeated zombies.



Effects

Hungry: -15




Code

item Apple
{
		Type				=			Food,
		DisplayName			=			Apple,
		Icon				=			Apple,
		Weight				=			0.2,
		HungerChange 		=			-15,
		DaysFresh 			=			7,
		DaysTotallyRotten 	= 			9,
}

Template:Navbox/Consumables