Open Tin of Tuna: Difference between revisions

From PZwiki
Open Tin of Tuna
No edit summary
No edit summary
Line 5: Line 5:
|weight = 0.4
|weight = 0.4
}}
}}
The open tin of tuna is a reliable nonperishable food found in kitchen drawers and storage crates. It requires you to use a can opener to open it. It can be used as a soup ingredient, although that is a less efficient use of the tuna.
== Effects ==
== Effects ==
[[Hunger]]: -50
[[Hunger]]: -50

Revision as of 09:06, 6 June 2012


The open tin of tuna is a reliable nonperishable food found in kitchen drawers and storage crates. It requires you to use a can opener to open it. It can be used as a soup ingredient, although that is a less efficient use of the tuna.

Effects

Hungry: -50

Crafting

Name Recipe Description
















































Code

item TunaTinOpen
{
	Type				=			Food,
	DisplayName			=			Open Tin of Tuna,
	Icon				=			TunaOpen,
	Weight				=			0.4,
	HungerChange 		=			-40,
	DaysFresh 			=			5,
	DaysTotallyRotten 	=	 		7,
}

Template:Navbox/Consumables