Ham: Difference between revisions

From PZwiki
(Used the proper template instead of the Items template)
m (added effect & code sections)
Line 1: Line 1:
{{languages}} __NOTOC__
{{languages}} __NOTOC__
{{Notice|Improve}}
{{Consumables
 
{{Consumables2
|name = Ham
|name = Ham
|image = Ham.png
|image = Ham.png
Line 8: Line 6:
|weight = 0.3
|weight = 0.3
}}
}}
Ham is a form of food usually found in [[refrigerator]]s. It is not cookable.<br>
As of build 21 (version 2.9.9.17 build 21), Ham does not rot. However, there *is* an image for rotten ham in the list of image graphics shared with the community by MashPotato, so that could soon change.<br>
== Effects ==
[[Hunger]]: -30




'''Ham''' is a form of food usually found in [[refrigerator]]s. <br>
'''Ham''' does not appear to rot in the current build based on preliminary data. Ham was found in an unpowered fridgeafter 22 days and was not rotten. However, there *is* an image for rotten ham in the list of image graphics shared with the community by MashPotato, so this is likely a bug and may change soon.<br>
'''Ham''' is not cookable.


== Code ==
<nowiki>item Ham
{
Type = Food,
DisplayName = Ham,
Icon = Ham,
Weight = 0.3,
HungerChange         = -30,
AlwaysWelcomeGift         =              TRUE,
}</nowiki>


{{Navbox/Consumables}}
{{Navbox/Consumables}}

Revision as of 02:49, 22 January 2014


Ham is a form of food usually found in refrigerators. It is not cookable.

As of build 21 (version 2.9.9.17 build 21), Ham does not rot. However, there *is* an image for rotten ham in the list of image graphics shared with the community by MashPotato, so that could soon change.


Effects

Hungry: -30




Code

item Ham
{
	Type				=			Food,
	DisplayName			=			Ham,
	Icon				=			Ham,
	Weight				=			0.3,
	HungerChange 		        =			-30,
	AlwaysWelcomeGift	        =               	TRUE,
}

Template:Navbox/Consumables