Taco: Difference between revisions

From PZwiki
m (Updated distribution table)
m (Distribution table update)
(3 intermediate revisions by the same user not shown)
Line 23: Line 23:
|item_id=Base.Taco
|item_id=Base.Taco
}}
}}
{{About|tacos that spawn naturally|tacos made by the player|recipe ingredients#Taco & Burrito Ingredients}}
{{About|tacos that spawn naturally|tacos made by the player|recipe ingredients#Taco & Burrito Ingredients}}
A '''Taco''' is a perishable [[food]] [[Items|item]].
A '''Taco''' is a perishable [[food]] [[Items|item]].
Line 47: Line 46:
The loot distributions can be found in the table(s) below.
The loot distributions can be found in the table(s) below.


{| class="mw-collapsible mw-collapsed wikitable theme-red" data-expandtext="{{int:show}}" data-collapsetext="{{int:hide}}" style="text-align:center; min-width:24em;"
<!--BOT FLAG|Taco|41.78.16-->
! colspan="4" | Containers
{{clear}}
|-
<div class="togglebox theme-red">
! Building/Room
    <div>Taco distribution
! Container
        <span class="mw-customtoggle-togglebox-Taco" 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>
! style="width: 3.2em;" | Rolls
    <div class="mw-collapsible mw-collapsed" id="mw-customcollapsible-togglebox-Taco">
! style="width: 3.2em;" | Chance
    <div class="toggle-content"><div style="display: flex;"><div style="float:left;">
|-
    {| class="wikitable theme-red" style="margin-right:15px; width:95%;"
|bandkitchen
    |+ {{ll|Containers}}
|[[fridge]]
    ! Building / Room
|4  
    ! Container
|4
    ! Rolls
|-
    ! Chance
|rowspan="4"|mexicankitchen
    |-
|[[restaurantdisplay]]
    | Not referenced
|4  
    | {{ll|ServingTrayTaco}}
|1
    | 4
|-
    | 10.0
|[[restaurantdisplay]]
    |-
|4
    | Not referenced
|1
    | {{ll|ServingTrayTaco}}
|-
    | 4
|[[restaurantdisplay]]
    | 20.0
|4  
    |-
|2
    | bandkitchen
|-
    | {{ll|fridge}}
|[[restaurantdisplay]]
    | 4
|4
    | 4.0
|2
    |}
|}
</div>
    </div><div style="clear:both;"></div>
    </div></div><div class="toggle large mw-customtoggle-togglebox-Taco" title="{{int:show}}/{{int:hide}}"></div></div>
<!--END BOT FLAG|Taco|41.78.16-->
Tacos are primarily found in taco restaurants, though they will occasionally also spawn in "band practice fridges".
Tacos are primarily found in taco restaurants, though they will occasionally also spawn in "band practice fridges".


Line 83: Line 85:
| {{CodeSnip
| {{CodeSnip
   | lang = java
   | lang = java
   | line = false
   | line = true
  | start = 7032
   | source = items_food.txt
   | source = items_food.txt
   | retrieved = true
   | retrieved = true
Line 89: Line 92:
   | code =
   | code =
item Taco
item Taco
{
{
  DisplayName         = Taco,
DisplayName = Taco,
  DisplayCategory     = Food,
DisplayCategory = Food,
  Type               = Food,
Type = Food,
  Weight             = 0.3,
Weight = 0.3,
  Icon               = Taco,
Icon = Taco,
  DaysFresh           = 3,
DaysFresh = 3,
  DaysTotallyRotten   = 5,
DaysTotallyRotten = 5,
  HungerChange       = -25,
HungerChange = -25,
  UnhappyChange       = -10,
UnhappyChange = -10,
  Calories           = 400,
Calories = 400,
  Carbohydrates       = 80,
Carbohydrates = 80,
  Lipids             = 28,
Lipids = 28,
  Proteins           = 32,
Proteins = 32,
  WorldStaticModel   = Taco_Ground,
WorldStaticModel = Taco_Ground,
}
}
  }}
}}
}}
}}


Line 113: Line 116:
*[[Burrito]]
*[[Burrito]]


{{Navbox food}}
{{Navbox items|food}}


[[Category:Perishable food]]
[[Category:Perishable food]]

Revision as of 16:49, 24 April 2024

UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
Taco
Taco Model.png
General
Category
Food
Encumbrance
Moodle Icon HeavyLoad.png
0.3
Properties
Days fresh
3 days
Days until rotten
5 days
Nutrition
HungerMoodle Icon Hungry.png
-25
ThirstMoodle Icon Thirsty.png
0
CaloriesCalories
400
CarbohydratesCarbohydrates
80
ProteinsProteins
32
FatFat
28
Effect
UnhappinessMoodle Icon Unhappy.png
-10
Technical
Item ID
Base.Taco
PlushSpiffo.pngThis article is about tacos that spawn naturally. For tacos made by the player, see recipe ingredients.

A Taco is a perishable food item.

Usage

Consumable properties

Tacos 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

Taco.png
Hunger: -25

Unhappiness: -10

Taco.png
Hunger: -19
Boredom: +10

Taco.png
Hunger: -11
Boredom: +20
Unhappiness: +10
Dangerous, will cause sickness.

Distribution

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

Taco distribution Show / Hide
Containers
Building / Room Container Rolls Chance
Not referenced ServingTrayTaco 4 10.0
Not referenced ServingTrayTaco 4 20.0
bandkitchen fridge 4 4.0

Tacos are primarily found in taco restaurants, though they will occasionally also spawn in "band practice fridges".

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 Taco
	{
		DisplayName = Taco,
		DisplayCategory = Food,
		Type = Food,
		Weight = 0.3,
		Icon = Taco,
		DaysFresh = 3,
		DaysTotallyRotten = 5,
		HungerChange = -25,
		UnhappyChange = -10,
		Calories = 400,
		Carbohydrates = 80,
		Lipids = 28,
		Proteins = 32,
		WorldStaticModel = Taco_Ground,
	}

See also