Canned Tomato

From PZwiki
Revision as of 13:27, 25 March 2015 by Vl (talk | contribs) (new31.9)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Notebook.png
This article may need more content.
Editors are encouraged to add new material to the page while expanding upon current topics.


Canned Tomato
CannedTomato2.png:Non-Perishable Food
Open Canned Tomato
CannedTomatoOpen.png:Perishable Food


Nutritional Information

Template:Consumables2

Crafting

Name Recipe Description Crafting Level












Code

item CannedTomato2
    {
        Weight	=	0.7,
        Type	=	Normal,
        DisplayName	=	Canned Tomato,
        Icon	=	CannedTomato,
    }

open

item CannedTomatoOpen
    {
        Weight	=	0.7,
        Type	=	Food,
        DisplayName	=	Open Canned Tomato,
        Icon	=	CannedTomatoOpen,
        HungerChange 		=		-20,
        DaysFresh			=	2,
        DaysTotallyRotten	=	4,
    }

History

Alpha
Ver31.9 -

See Also

Template:Navbox/Consumables