Bacon Strips: Difference between revisions

From PZwiki
m (Simplified redundant links)
 
(41 intermediate revisions by 11 users not shown)
Line 1: Line 1:
{{languages|Bacon Rashers}}
{{Header|Project Zomboid|Items|Food|Protein}}
{{header|Project Zomboid|Items|Food|Perishable Food|type=Food|version=Version 40|incver=11}}{{Infobox food
{{Page version|41.78.16}}
|display_name=TZ_BaconRashers_120px
{{Infobox item
|name_colour=Food
|name=Bacon Strips
|name_text_colour=Food
|model=BaconBits_Model.png
|image=Bacon_120px.png
|icon=TZ_BaconRashers.png
|alternate_image=TZ_BaconRashersRotten.png
|icon_name=Bacon Strips
|alternate_name=Bacon Rashers (Rotten)
|model2=BaconBitsCooked_Model.png
|alternate_link=
|icon2=TZ_BaconRashersCooked.png
|alternate_image2=TZ_BaconRashersCooked.png
|icon_name2=Bacon Strips (Cooked)
|alternate_name2=Bacon Rashers (Cooked)
|model3=BaconBitsRotten_Model.png
|alternate_link2=
|icon3=TZ_BaconRashersRotten.png
|alternate_image3=TZ_BaconRashersBurnt.png
|icon_name3=Bacon Strips (Rotten)
|alternate_name3=Bacon Rashers (Burnt)
|model4=BaconBitsCookedRotten_Model.png
|alternate_link3=
|icon4=TZ_BaconRashersRotten.png
|icon_name4=Bacon Strips (Rotten Cooked)
|model5=BaconBits_Model.png
|icon5=TZ_BaconRashersOverdone.png
|icon_name5=Bacon Strips (Burnt)
<!--GENERAL-->
<!--GENERAL-->
|category=Food
|category=Food
Line 26: Line 30:
|carbohydrates=0
|carbohydrates=0
<!--COOKING-->
<!--COOKING-->
|cook_minutes=20
|cook_minutes=15
|burn_minutes=50
|burn_minutes=20
|dangerous_uncooked=True
|dangerous_uncooked=True
|good_hot=True
|good_hot=True
|bad_cold=True
|bad_cold=True
<!--TECHNICAL DETAILS-->
<!--TECHNICAL DETAILS-->
|class_name=farming.BaconRashers
|item_id=farming.BaconRashers
}}'''Bacon rashers''' are a [[Food#Perishable|perishable]] food [[item]] used in [[cooking]].  
}}
A '''bacon strips''' are a perishable [[food]] [[Items|item]] used in [[cooking]].


==Usage==
==Usage==
===Consumable properties===
===Consumable properties===
Bacon rashers can be eaten raw, which can make the [[player]] [[Moodles#Sick|sick]]. Consuming after being cooked will provide the player with some positive effects, however these will become negative the longer it's left to perish.
Bacon strips can be eaten raw, which can make the [[player]] [[sick]]. Consuming after being cooked will provide the player with some positive effects, however these will become negative the longer it's left to perish.
{{Consumables2
{{Consumables
|image = TZ_BaconRashers.png
|image = TZ_BaconRashers.png
|hunger = -4  
|hunger = -4
|perishable = 1
|perishable = 1
|cookable = 1
|cookable = 1
Line 60: Line 65:
|burned boredom = +20
|burned boredom = +20
|burned unhappiness = +20
|burned unhappiness = +20
|burned image = TZ_BaconRashersBurnt.png
|burned image = TZ_BaconRashersOverdone.png
|rotten image = TZ_BaconRashersRotten.png
|rotten image = TZ_BaconRashersRotten.png
|cooked image = TZ_BaconRashersCooked.png
|cooked image = TZ_BaconRashersCooked.png
}}
}}


== Crafting ==
==Crafting==
Bacon rashers can be used is various cooking recipes.
===Obtaining===
Bacon strips are made by slicing [[bacon]].
{{Crafting/sandbox2
|bacon_strips}}
 
===Cooking===
===Cooking===
{{Main|Cooking}}
{{Main|Cooking}}
{{Cooking table header}}
{{Crafting/sandbox2
{{RecipeLookup|2047}}
|bacon_strips_cooked}}
{{RecipeLookup|2048}}
{{Crafting table footer}}
==== Evolved recipes ====
{{EvolvedRecipesForItem|stew=4|pie=4|stirfry=4|sandwich=4|burger=4|salad=4|roastedvegetables=4|ricepot=4|ricepan=4|pastapot=4|pastapan=4|}}


== Code ==
===What it makes===
'''''From farming.txt (Project Zomboid directory/media/scripts/)'''''
{{Crafting/sandbox2
{{Retrieved|version=40|incver=11}}
|bacon_bits}}
<pre> item BaconRashers
 
Type = Food,
===Evolved recipes===
DisplayName = Bacon Rashers,
Bacon strips are a [[cooking]] [[Recipe ingredients|ingredient]].
Icon = TZ_BaconRashers,
{{EvolvedRecipesForItem|pizza=4|omelette=4|stew=4|pie=4|stirfry=4|sandwichcooked=4|burgercooked=4|saladcooked=4|roastedvegetables=4|rice=4|pasta=4|tacocooked=4|burritocooked=4|toastcooked=4}}
Weight = 0.1,
 
IsCookable = true,
==Distribution==
MinutesToCook  = 15,
Bacon strips do not spawn naturally and can only be obtained through [[#Crafting|crafting]].
MinutesToBurn  = 35,
 
HungerChange = -4,
==Code==
DaysFresh = 1,
{{CodeBox
DaysTotallyRotten = 2,
| {{CodeSnip
DangerousUncooked = true,
  | lang = java
EvolvedRecipe       = Stew:4;Pie:4;Stir fry:4;Sandwich:4|Cooked;Burger:4;Salad:4|Cooked;Roasted Vegetables:4;RicePot:4;RicePan:4;PastaPot:4;PastaPan:4,
  | line = true
FoodType     = Meat,
  | start = 170
        Carbohydrates = 0,
  | source = farming.txt
        Proteins = 2.5,
  | retrieved = true
        Lipids = 3.5,
  | version = 41.78.16
        Calories = 40,
  | code =
        GoodHot = true,
item BaconRashers
        BadCold = true,</pre>
{
    DisplayCategory = Food,
Type = Food,
DisplayName = Bacon Rashers,
Icon = TZ_BaconRashers,
Weight = 0.1,
IsCookable = true,
MinutesToCook  = 15,
MinutesToBurn  = 35,
HungerChange = -4,
DaysFresh = 1,
DaysTotallyRotten = 2,
DangerousUncooked = true,
EvolvedRecipe       =       Pizza:4;Omelette:4;Stew:4;Pie:4;Stir fry Griddle Pan:4;Stir fry:4;Sandwich:4|Cooked;Sandwich Baguette:4|Cooked;Burger:4|Cooked;Salad:4|Cooked;Roasted Vegetables:4;RicePot:4;RicePan:4;PastaPot:4;PastaPan:4;Taco:4|Cooked;Burrito:4|Cooked;Toast:4|Cooked,
FoodType   =   Bacon,
        Carbohydrates = 0,
        Proteins = 2.5,
        Lipids = 3.5,
        Calories = 40,
        GoodHot = true,
        BadCold = true,
        WorldStaticModel = BaconBits_Ground,
EvolvedRecipeName = Bacon,
}
}}
}}


==See also==
==See also==
Line 104: Line 134:
*[[Bacon Bits]]
*[[Bacon Bits]]


{{Navbox/Consumables}}
{{Navbox items|meat}}
 
 
[[Category:Perishable food]]

Latest revision as of 11:09, 25 April 2024

Project ZomboidItemsFoodProteinBacon Strips
UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
Bacon Strips
BaconBits Model.png
BaconBitsCooked Model.png
BaconBitsRotten Model.png
BaconBitsCookedRotten Model.png
BaconBits Model.png
General
Category
Food
Encumbrance
Moodle Icon HeavyLoad.png
0.1
Properties
Days fresh
1 days
Days until rotten
2 days
Nutrition
HungerMoodle Icon Hungry.png
-4
CaloriesCalories
40
CarbohydratesCarbohydrates
0
ProteinsProteins
2.5
FatFat
3.5
Cooking
Time until cooked
15 minutes
Time until burned
20 minutes
Dangerous uncooked
True
Good hot
True
Bad cold
True
Technical
Item ID
farming.BaconRashers

A bacon strips are a perishable food item used in cooking.

Usage

Consumable properties

Bacon strips can be eaten raw, which can make the player sick. Consuming after being cooked will provide the player with some positive effects, however these will become negative the longer it's left to perish.

Fresh Stale Rotten
Uncooked

TZ BaconRashers.png
Hunger: -4


Dangerous uncooked, may cause sickness.

TZ BaconRashers.png
Hunger: -3
Boredom: +10
Unhappiness: +10
Dangerous uncooked, may cause sickness.

TZ BaconRashersRotten.png

Hunger: -1
Boredom: +20
Unhappiness: +20
Dangerous, will cause sickness.

Cooked

TZ BaconRashersCooked.png
Hunger: -5

TZ BaconRashersCooked.png
Hunger: -3
Boredom: +10
Unhappiness: +10

TZ BaconRashersCooked.png
Hunger: -1
Boredom: +20
Unhappiness: +20
Dangerous, will cause sickness.

Burned

TZ BaconRashersOverdone.png
Hunger: -1
Boredom: +20
Unhappiness: +20
Dangerous, will cause sickness.

Crafting

Obtaining

Bacon strips are made by slicing bacon.

Product Ingredients Tools Requirements Workstation XP
TZ BaconRashers.png
Bacon Strips ×4
One of:
KnifeChopping.png Kitchen Knife ×1
HuntingKnife.png Hunting Knife ×1
KnifeFlint.png Stone Knife ×1
Machete.png Machete ×1
Each of:
Bacon.png Bacon ×1
none none none 0.75 Cooking

Cooking

Main article: Cooking
Product Ingredients Tools Requirements Workstation XP
TZ BaconRashersCooked.png
Bacon Strips (Cooked)
TZ BaconRashers.png Bacon Strips (Uncooked) ×1 none none Heat source.gif
Heat source
2.5 Cooking

What it makes

Product Ingredients Tools Requirements Workstation XP
TZ BaconBits.png
Bacon Bits ×4
One of:
KnifeChopping.png Kitchen Knife ×1
HuntingKnife.png Hunting Knife ×1
KnifeFlint.png Stone Knife ×1
Machete.png Machete ×1
Each of:
TZ BaconRashers.png Bacon Strips ×1
none none none 0.75 Cooking

Evolved recipes

Bacon strips are a cooking ingredient.

Product Nutrition
Stew
Stew
4
Salad
Salad
4
Stir Fry
Stir Fry
4
Roasted Vegetables
Roasted Vegetables
4
Sandwich
Sandwich
4
Burger
Burger
4
Pie (savory)
Pie (savory)
4
Rice Pot/Saucepan
Rice Pot/Saucepan
4
Pasta Pot/Saucepan
Pasta Pot/Saucepan
4
Taco
Taco
4
Burrito
Burrito
4
Omelette
Omelette
4
Pizza
Pizza
4
Toast
Toast
4

Distribution

Bacon strips do not spawn naturally and can only be obtained through crafting.

Code

Code icon.png Code snippet! This section contains source code from Project ZomboidShow / Hide

Source: ProjectZomboid\media\scripts\farming.txt

Retrieved: Build 41.78.16
item BaconRashers
	{
	    DisplayCategory = Food,
		Type				=		Food,
		DisplayName			=		Bacon Rashers,
		Icon				=		TZ_BaconRashers,
		Weight				=		0.1,
		IsCookable			= 		true,
		MinutesToCook   	= 		15,
		MinutesToBurn   	= 		35,
		HungerChange 		=		-4,
		DaysFresh 			=		1,
		DaysTotallyRotten 	= 		2,
		DangerousUncooked 	= 		true,
		EvolvedRecipe       =       Pizza:4;Omelette:4;Stew:4;Pie:4;Stir fry Griddle Pan:4;Stir fry:4;Sandwich:4

See also