Tortilla: Difference between revisions

From PZwiki
No edit summary
mNo edit summary
Line 1: Line 1:
{{languages|Tortilla}}
{{languages|Tortilla}}
{{header|Project Zomboid|Items|Food|Perishable Food|type=Food|version=Version 41|incver=65}}{{Infobox food
{{header|Project Zomboid|Items|Food|Perishable Food|type=Food|version=Version 41|incver=73}}{{Infobox food
|display_name=Tortilla
|display_name=Tortilla
|name_colour=Food
|name_colour=Food
|name_text_colour=Food
|name_text_colour=Food
|image=Item_Tortilla.png
|image=Tortilla 120px.png
<!--GENERAL-->
<!--GENERAL-->
|category=Food
|category=Food
|weight=0.1
|weight=0.1
|days_fresh=3
|days_fresh=3
|days_rotten=5
|days_rotten=2
<!--NUTRITION-->
<!--NUTRITION-->
|hunger_change=-5
|hunger_change=-5
|thirst_change=0
|calories=40
|calories=40
|lipids=2
|lipids=2
Line 18: Line 17:
|carbohydrates=0
|carbohydrates=0
<!--EFFECT-->
<!--EFFECT-->
|unhappy_change=0
<!--TECHNICAL DETAILS-->
<!--TECHNICAL DETAILS-->
|class_name=Base.Tortilla
|class_name=Base.Tortilla
Line 24: Line 22:


==Usage==
==Usage==
Tortilla's are best used as a meal component.
Tortilla can be eaten raw, providing the player with some positive effects. Tortilla is more effective when used as [[cooking]] [[Recipe Ingredients|ingredient]], as all negative effects are removed.
=== Consumable properties ===
Tortilla can be eaten, providing the player with some positive effects, however these will become negative the longer it's left to perish.
{{Consumables2
|image = Tortilla.png
|hunger = -5
|thirst = 0
|unrotten hunger = -3
|unrotten boredom = +10
|unrotten unhappiness = +10
|unrotten thirst = 0
|rotten hunger = -2
|rotten boredom = +20
|rotten unhappiness = +20
|rotten thirst = 0
|perishable = 1
|rotten image = Tortilla.png
}}


== Crafting ==
== Crafting ==
Tortilla's are a [[cooking]] [[Recipe Ingredients|ingredient]].
{{Main|Cooking}}
{{Cooking table header}}
===What it can make===
{{RecipeLookup|???}}
{{Crafting header|type=food|ing=2}}
{{RecipeLookup|???}}
{{Crafting cooking|320|ing=2}}
{{Crafting table footer}}
{{Crafting table footer}}


==Distribution==
==Distribution==
Tortillas can be found in [[Containers#Kitchen Counter|kitchen counters]] and grocery/food stores.
Tortilla can be found in [[Containers#Kitchen Counter|kitchen counters]].
 
==Gallery==
<gallery>
File:Tortilla Model.png|Tortilla model when placed in the world.
</gallery>


== Code ==
== Code ==
'''''From items_food.txt (Project Zomboid directory/media/scripts/)'''''
'''''From items_food.txt (Project Zomboid directory/media/scripts/)'''''
{{Retrieved|version=41|incver=65}}
{{Retrieved|version=41|incver=73}}
<pre> item Tortilla
<pre> item Tortilla
        HungerChange = -5,
{
        Weight = 0.1,
DisplayName = Tortilla,
        Type = Food,
DisplayCategory = Food,
        DisplayName = Tortilla,
Type = Food,
        DaysTotallyRotten = 5,
Weight = 0.1,
        DaysFresh = 3,
Icon = Tortilla,
        Icon = Tortilla,
DaysFresh = 3,
        Carbohydrates = 0,
DaysTotallyRotten = 5,
        Proteins = 2,
HungerChange = -5,
        Lipids = 2,
Calories = 40,
        Calories = 40,
Carbohydrates = 0,
        WorldStaticModel = Tortilla_Ground,</pre>
Lipids = 2,
Proteins = 2,
WorldStaticModel = Tortilla_Ground,
}</pre>


==See also==
==See also==
*[[Burrito]]
*[[Burrito]]


{{Navbox/Consumables}}
{{Navbox food}}

Revision as of 19:59, 4 October 2022

Tortilla
Tortilla
General
Category Food
Encumbrance
Heavy Load
0.1
Days until stale 3 days
Days until rotten 2 days
Nutrition
Hunger
Hunger
-5
Calories
Calories
40
Carbohydrates
Carbohydrates
0
Proteins
Proteins
2
Fat
Fat
2
Technical details
Item ID Base.Tortilla

Tortilla is a perishable food item.

Usage

Tortilla can be eaten raw, providing the player with some positive effects. Tortilla is more effective when used as cooking ingredient, as all negative effects are removed.

Consumable properties

Tortilla 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

Main article: Cooking

What it can make

Product XP gained Skill(s) Recipe Ingredient 1 Ingredient 2
Burrito
Burrito
0.75 Cooking none Tortilla.png
Tortilla
(Base item)
Burrito Ingredients
Burrito Ingredients (1−5)
(consumed)

Template:Crafting table footer

Distribution

Tortilla can be found in kitchen counters.

Gallery

Code

From items_food.txt (Project Zomboid directory/media/scripts/) Retrieved: Build 41.73

	item Tortilla
	{
		DisplayName = Tortilla,
		DisplayCategory = Food,
		Type = Food,
		Weight = 0.1,
		Icon = Tortilla,
		DaysFresh = 3,
		DaysTotallyRotten = 5,
		HungerChange = -5,
		Calories = 40,
		Carbohydrates = 0,
		Lipids = 2,
		Proteins = 2,
		WorldStaticModel = Tortilla_Ground,
	}

See also