Tuna: Difference between revisions

From PZwiki
Tuna
mNo edit summary
(Updated to the latest version)
Line 2: Line 2:
{{Items  
{{Items  
|image = Tuna.png  
|image = Tuna.png  
|weight = 0.4
|weight = 0.3
}}
}}
The edible form of tuna, it has no use until it is opened with the can opener (right-click menu). It is found in kitchens and in many storage crates.
The edible form of tuna, it has no use until it is opened with the can opener (right-click menu). It is found in kitchens and in many storage crates.
<br><br />
<br><br />
Tuna can also be used as a salad, stew, or soup ingredient. 


== Crafting ==
== Crafting ==
Line 20: Line 17:


== Code ==
== Code ==
  <nowiki>item TunaTin
  <nowiki>
{
item TunaTin
Type = Normal,
{
DisplayName = Tuna,
Weight = 0.3,
Icon = Tuna,
Type = Food,
Weight = 0.4,
DisplayName = Tuna,
}</nowiki>
Icon = Tuna,
}
</nowiki>
 
[[Category:Version 0.2.0p]]
[[Category:Version 0.2.0p]]
[[Category:Consumables]]
[[Category:Consumables]]
[[Category:Food]]
[[Category:Food]]
[[Category:Non-Perishable_Food]]
[[Category:Non-Perishable_Food]]

Revision as of 11:22, 10 February 2016

Template:Items The edible form of tuna, it has no use until it is opened with the can opener (right-click menu). It is found in kitchens and in many storage crates.

Crafting

Name Recipe Description












Code

	item TunaTin
	{
		Weight	=	0.3,
		Type	=	Food,
		DisplayName	=	Tuna,
		Icon	=	Tuna,
	}