Jar of Radishes

From PZwiki
Revision as of 10:32, 28 February 2021 by Vaileasys (talk | contribs) (name update (ItemName_EN.txt) + code update to 41.50)
Jar of Radishes
Jar of Radishes
Radish
General
Category Food
Encumbrance
Heavy Load
0.5
Days until stale 60 days
Days until rotten 90 days
Technical details
Item ID Base.CannedRedRadish

A jar of radishes is a perishable food item.

Usage

A jar of red radishes is used to preserve radishes longer than their standard 3 days of freshness. After jarring, it is necessary to cook the jar of food in a heat source. Otherwise, the food will rot as fast as if it were not jarred.
Radishes cannot be eaten directly from the jar, therefore the jar must first be opened, returning the radishes, with their usual freshness.

Crafting

Radishes can be pickled to preserve their lifespan by using sugar and vinegar. Template:Cooking table header |- |
| | | ||
||
||
||
||
||
||
||
||
||
||
Template:Crafting table footer

Code

From newitems.txt (Project Zomboid directory/media/scripts/) Retrieved: Build 41.50

item CannedRedRadish
{
	Type				=	Food,
        DisplayName			=	Jar of Red Radishes,
        Icon				=	JarBrown,
        Weight				=	0.5,
        DaysFresh 			=	60,
        DaysTotallyRotten 		=	90,
        OnCooked			=	CannedFood_OnCooked,
	IsCookable			=	TRUE,
        MinutesToBurn			=	120,
        MinutesToCook			=	60,
        StaticModel = CanClosed,
}

See also

Template:Navbox/Consumables