Cabbage: Difference between revisions

From PZwiki
m (Fixing broken link to 'cabbage crop.')
m (→‎Crafting: file fix (A-L), replaced: File:Empty Jar.png → File:JarEmpty2.png)
Line 55: Line 55:
  | sl = ''none''
  | sl = ''none''
  | req =  
  | req =  
  | f1 = [[File:Empty Jar.png|link=Empty Jar|Empty Jar]] | i1 = [[Empty Jar]] | q1 = x1 | tag1 = (consumed)
  | f1 = [[File:JarEmpty2.png|link=Empty Jar|Empty Jar]] | i1 = [[Empty Jar]] | q1 = x1 | tag1 = (consumed)
  | f2 = [[File:Jar Lid.png|link=Jar Lid|Jar Lid]] | i2 = [[Jar Lid]] | q2 = x1 | tag2 = (consumed)
  | f2 = [[File:Jar Lid.png|link=Jar Lid|Jar Lid]] | i2 = [[Jar Lid]] | q2 = x1 | tag2 = (consumed)
  | f3 = [[File:Cabbage.png|link=Cabbage|Cabbage]] | i3 = [[Cabbage]] | q3 = x3 | tag3 = (consumed)
  | f3 = [[File:Cabbage.png|link=Cabbage|Cabbage]] | i3 = [[Cabbage]] | q3 = x3 | tag3 = (consumed)

Revision as of 15:42, 5 April 2022

Template:Infobox foodA cabbage is a perishable food item.

Usage

Trapping

Main article: Trapping

Cabbages can be used as bait in traps to capture rabbits.

Consumable properties

A cabbage can be eaten, providing the player with some positive effects, however these will become negative the longer it's left to perish. Template:Consumables2

Crafting

Cabbage can be preserved to extend its lifespan by using a jar.

Product XP gained Skill(s) Recipe Ingredient 1 Ingredient 2 Ingredient 3 Ingredient 4 Ingredient 5 Ingredient 6
Jar of Cabbage
Jar of Cabbage x1
none Empty Jar
Jar x1
(consumed)
Jar Lid
Jar x1
(consumed)
Cabbage
Cabbage x3
(consumed)
Water
Water (10 units)
Vinegar
Vinegar (2 units)
Sugar
Sugar (1 unit)

Evolved Recipes

Cabbage is a cooking ingredient.

Product Nutrition
Soup
Soup
15
Stew
Stew
15
Salad
Salad
15
Stir Fry
Stir Fry
15
Roasted Vegetables
Roasted Vegetables
15
Sandwich
Sandwich
10
Burger
Burger
10

Distribution

Cabbages are often found in refrigerators and grocery displays.

Farming

Cabbages can be grown by farming with cabbage seeds.

Product XP gained Skill(s) Recipe Ingredient 1
Cabbage
Cabbage x1-?
none Cabbage Crop
Cabbage Crop x1


Code

From farming.txt (Project Zomboid directory/media/scripts/) Retrieved: Build 41.65

  	item Cabbage
                DisplayCategory         = Food,
		Type			= Food,
		DisplayName		= Cabbage,
		Icon			= Cabbage,
		Weight			= 0.2,
		HungerChange 		= -25,
		ThirstChange		= -15,
		DaysFresh 		= 2,
		DaysTotallyRotten 	= 4,
		EvolvedRecipe       	= Soup:15;Stew:15;Stir fry:15;Sandwich:10;Burger:10;Salad:15;Roasted Vegetables:15,
		FoodType    		= Vegetables,
        	Carbohydrates 		= 41.41,
        	Proteins 		= 9.14,
        	Lipids 			= 0.71,
        	Calories 		= 178,
                StaticModel             = RoundFood_Green,
                WorldStaticModel        = Cabbage_Ground,

See also

Template:Navbox/Consumables