Steak: Difference between revisions

From PZwiki
m (Altered Steak Page - New recipe table format as per Recipe Ingredients page.)
m (Corrected nutritional information to current values.)
Line 21: Line 21:
|dangerous uncooked = 1
|dangerous uncooked = 1
|unhappiness = 0
|unhappiness = 0
|unrotten hunger = -40
|unrotten hunger = -30
|unrotten unhappiness = 0
|unrotten unhappiness = +10
|unrotten boredom = +10
|rotten hunger = -18
|rotten hunger = -18
|rotten unhappiness = +20
|rotten unhappiness = +20
|rotten boredom = +20
|rotten boredom = +20
|unrottencooked hunger = 0
|unrottencooked hunger = -30
|unrottencooked unhappiness = 0
|unrottencooked unhappiness = +10
|unrottencooked boredom = 0
|unrottencooked boredom = +10
|rottencooked hunger = -18
|rottencooked hunger = -18
|rottencooked unhappiness = +20
|rottencooked unhappiness = +20
|rottencooked boredom = +20
|rottencooked boredom = +20
|cooked hunger = -80
|cooked hunger = -52
|cooked unhappiness = 0
|cooked unhappiness = 0
|cooked boredom = 0
|cooked boredom = 0

Revision as of 21:47, 10 August 2015



A perishable food item that goes bad as time passes, when outside of a powered refrigerator. Steak are often found within houses, inside of refrigerators. Has a chance to cause illness if eaten raw, rotten, or burnt.

Decays into rotten steak after about four days outside of a refrigerator and ten days inside of a refrigerator.

Nutritional Information

Template:Consumables2























Evolved Recipes

Product Nutrition
Stew
Stew
15
Stir Fry
Stir Fry
15
Roasted Vegetables
Roasted Vegetables
15
Burger
Burger
15

Code

item Steak
{
	Type				=			Food,
	DisplayName			=			Steak,
	Icon				=			Steak,
	Weight				=			0.5,
	IsCookable			= 			true,
	MinutesToCook   	= 			100,
	MinutesToBurn   	= 			150,
	HungerChange 		=			-40,
	DaysFresh 			=			2,
	DaysTotallyRotten 	=	 		4,
	DangerousUncooked 	= 			true
}

Template:Navbox/Consumables