Tortilla: Difference between revisions

From PZwiki
mNo edit summary
m (Remove 120px, minor fixes)
Line 1: Line 1:
{{languages|Tortilla}}
{{Languages}}{{Header|Project Zomboid|Items|Food|Perishable Food|type=Food|version=Version 41|incver=73}}{{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=Tortilla 120px.png
|image=Tortilla.png
<!--GENERAL-->
<!--GENERAL-->
|category=Food
|category=Food
Line 23: Line 22:
==Usage==
==Usage==
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.
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 ===
 
===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.
Tortilla can be eaten, providing the player with some positive effects, however these will become negative the longer it's left to perish.
{{Consumables2
{{Consumables2
Line 41: Line 41:
}}
}}


== Crafting ==
==Crafting==
{{Main|Cooking}}
{{Main|Cooking}}
===What it can make===
===What it can make===
{{Crafting header|type=food|ing=2}}
{{Crafting header|type=food|ing=2}}
{{Crafting cooking|320|ing=2}}
{{Crafting cooking|320|ing=2}}
{{Crafting table footer}}
|}


==Distribution==
==Distribution==
Line 56: Line 57:
</gallery>
</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=73}}
{{Retrieved|version=41|incver=73}}
<pre> item Tortilla
<pre>
item Tortilla
{
{
DisplayName = Tortilla,
DisplayName = Tortilla,
Line 74: Line 76:
Proteins = 2,
Proteins = 2,
WorldStaticModel = Tortilla_Ground,
WorldStaticModel = Tortilla_Ground,
}</pre>
}
</pre>


==See also==
==See also==

Revision as of 20:42, 26 February 2023

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)

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