Tortilla: Difference between revisions

From PZwiki
No edit summary
(Update distribution file)
 
(30 intermediate revisions by 8 users not shown)
Line 1: Line 1:
{{languages|Tortilla}}
{{Header|Project Zomboid|Items|Food|Grains}}
{{header|Project Zomboid|Items|Food|Perishable Food|type=Food|version=Version 41|incver=65}}{{Infobox food
{{Page version|41.78.16}}
|display_name=Tortilla
{{Infobox item
|name_colour=Food
|name=Tortilla
|name_text_colour=Food
|model=Tortilla_Model.png
|image=Item_Tortilla.png
|icon=Tortilla.png
<!--GENERAL-->
<!--GENERAL-->
|category=Food
|category=Food
Line 12: Line 12:
<!--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
|item_id=Base.Tortilla
}}'''Tortilla''' is a [[Food#Perishable|perishable]] food [[item]].  
}}
'''Tortilla''' is a perishable [[food]] [[Items|item]].


==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.


== Crafting ==
===Consumable properties===
Tortilla's are a [[cooking]] [[Recipe Ingredients|ingredient]].
Tortilla can be eaten, providing the player with some positive effects, however these will become negative the longer it's left to perish.
{{Cooking table header}}
{{Consumables
{{RecipeLookup|???}}
|image = Tortilla.png
{{RecipeLookup|???}}
|hunger = -5
{{Crafting table footer}}
|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==
{{Main|Cooking}}
 
===What it can make===
{{Crafting/sandbox2
|burrito
}}


==Distribution==
==Distribution==
Tortillas can be found in [[Containers#Kitchen Counter|kitchen counters]] and grocery/food stores.
The loot distributions can be found in the table(s) below.


== Code ==
<!--BOT FLAG|Tortilla|41.78.16-->
'''''From items_food.txt (Project Zomboid directory/media/scripts/)'''''
{{Clear}}
{{Retrieved|version=41|incver=65}}
<div class="togglebox theme-red">
<pre> item Tortilla
    <div>Tortilla distribution
        HungerChange = -5,
        <span class="mw-customtoggle-togglebox-Tortilla" title="{{int:show}} / {{int:hide}}" style="float: right; padding-right: 30px; padding-top: 4px; font-size: 0.7em; font-weight: normal;">{{int:show}} / {{int:hide}}</span></div>
        Weight = 0.1,
    <div class="mw-collapsible mw-collapsed" id="mw-customcollapsible-togglebox-Tortilla">
        Type = Food,
    Effective chance calculations are based off of default loot settings, and median zombie density. The higher the density of zombies in an area, the higher the effective chance of an item spawning. Chance is also influenced by the [[lucky]] and [[unlucky]] traits.    <div class="toggle-content">
        DisplayName = Tortilla,
<div class="pz-container">
        DaysTotallyRotten = 5,
<div id="containers" style="flex-basis:30%">
        DaysFresh = 3,
    {| class="wikitable theme-red" style="margin-right: 15px; width: 95%;"
        Icon = Tortilla,
    |+ {{ll|Containers}}
        Carbohydrates = 0,
    ! Building/Room
        Proteins = 2,
    ! Container
        Lipids = 2,
    ! Effective chance
        Calories = 40,
    |-
        WorldStaticModel = Tortilla_Ground,</pre>
    | mexicankitchen
    | {{ll|counter}}
    | 23.28%
    |-
    | mexicankitchen
    | {{ll|counter}}
    | 41.14%
    |}
</div>
    </div><div style="clear: both;"></div>
    </div></div><div class="toggle large mw-customtoggle-togglebox-Tortilla" title="{{int:show}}/{{int:hide}}"></div></div>
<!--END BOT FLAG|Tortilla|41.78.16-->
Tortilla can be found in [[Containers#Kitchen Counter|kitchen counters]].
 
==Code==
{{CodeBox
| {{CodeSnip
  | lang = java
  | line = true
  | start = 7069
  | source = items_food.txt
  | retrieved = true
  | version = 41.78.16
  | code =
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==
==See also==
*[[Taco]]
*[[Burrito]]
*[[Burrito]]


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

Latest revision as of 14:10, 30 April 2024

Project ZomboidItemsFoodGrainsTortilla
UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
Tortilla
Tortilla Model.png
General
Category
Food
Encumbrance
Moodle Icon HeavyLoad.png
0.1
Properties
Days fresh
3 days
Days until rotten
5 days
Nutrition
HungerMoodle Icon Hungry.png
-5
CaloriesCalories
40
CarbohydratesCarbohydrates
0
ProteinsProteins
2
FatFat
2
Technical
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.

Fresh Stale Rotten

Tortilla.png
Hunger: -5


Tortilla.png
Hunger: -3
Boredom: +10
Unhappiness: +10

Tortilla.png
Hunger: -2
Boredom: +20
Unhappiness: +20
Dangerous, will cause sickness.

Crafting

Main article: Cooking

What it can make

Product Ingredients Tools Requirements Workstation XP
Burrito.png
Burrito
Tortilla.png Tortilla ×1
Soup Ingredients.png Burrito Ingredients ×(1−5)
none none none 0.75 Cooking

Distribution

The loot distributions can be found in the table(s) below.

Tortilla distribution Show / Hide
Effective chance calculations are based off of default loot settings, and median zombie density. The higher the density of zombies in an area, the higher the effective chance of an item spawning. Chance is also influenced by the lucky and unlucky traits.
Containers
Building/Room Container Effective chance
mexicankitchen counter 23.28%
mexicankitchen counter 41.14%

Tortilla can be found in kitchen counters.

Code

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

Source: ProjectZomboid\media\scripts\items_food.txt

Retrieved: Build 41.78.16
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