Tortilla Chips: Difference between revisions

From PZwiki
m (Removing trailing whitespace(s))
m (Automated Formatting)
(14 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{Languages}}
{{Header|Project Zomboid|Items|Food|Grains}}
{{Header/sandbox2|Project Zomboid|Items|Food|Grains}}
{{Page version|41.78.16}}
{{Page version|41.73}}
{{Infobox item
{{Infobox item
|name=Tortilla Chips
|name=Tortilla Chips
|model=TortillaChips Model.png
|model=TortillaChips_Model.png
|icon=TortillaChips.png
|icon=TortillaChips.png
<!--GENERAL-->
<!--GENERAL-->
|category=Food
|category=Food
|weight=0.2
|weight=0.2
|Packaged = Yes
|Packaged=Yes
<!--NUTRITION-->
<!--NUTRITION-->
|hunger_change=-15
|hunger_change=-15
Line 19: Line 18:
|item_id=Base.TortillaChips
|item_id=Base.TortillaChips
}}
}}
'''Tortilla chips''' is a [[Food#Non-Perishable|non-perishable]] food [[item]].
'''Tortilla chips''' is a non-perishable [[food]] [[Items|item]].


==Usage==
==Usage==
Tortilla chips can be eaten, providing the player with some positive effects.
Tortilla chips can be eaten, providing the player with some positive effects.


{{clear}}
==Distribution==
==Distribution==
The loot distributions can be found in the table(s) below.
The loot distributions can be found in the table(s) below.
Line 31: Line 29:
! colspan="4" | Containers
! colspan="4" | Containers
|-
|-
!Building/Room
! Building/Room
!Container
! Container
! style="width: 3.2em;" |Rolls
! style="width: 3.2em;" | Rolls
! style="width: 3.2em;" |Chance
! style="width: 3.2em;" | Chance
|-
|-
| artstore
|artstore
| [[shelves]]
|[[shelves]]
| 4
|4
| 1
|1
|-
|-
| bandkitchen
|bandkitchen
| [[counter]]
|[[counter]]
| 4
|4
| 1
|1
|-
|-
| bar
|bar
| [[counter]]
|[[counter]]
| 4
|4
| 1
|1
|-
|-
| rowspan="5"|conveniencestore
|rowspan="5"|conveniencestore
| [[crate]]
|[[crate]]
| 4
|4
| 1
|1
|-
|-
|[[crate]]
|[[crate]]
Line 72: Line 70:
|5
|5
|-
|-
| gasstorage
|gasstorage
| [[crate]]
|[[crate]]
| 4
|4
| 1
|1
|-
|-
| generalstore
|generalstore
| [[crate]]
|[[crate]]
| 4
|4
| 1
|1
|-
|-
| grocerystorage
|grocerystorage
| [[crate]]
|[[crate]]
| 4
|4
| 1
|1
|-
|-
| kitchen
|kitchen
| [[counter]]
|[[counter]]
| 4
|4
| 4
|4
|-
|-
| mexicankitchen
|mexicankitchen
| [[counter]]
|[[counter]]
| 4
|4
| 1
|1
|}
|}
Tortilla chips can be found in [[Containers#Kitchen Counter|kitchen counters]] and grocery/food stores.
Tortilla chips can be found in [[Containers#Kitchen Counter|kitchen counters]] and grocery/food stores.
Line 103: Line 101:
| {{CodeSnip
| {{CodeSnip
   | lang = java
   | lang = java
   | line = false
   | line = true
  | start = 7103
   | source = items_food.txt
   | source = items_food.txt
   | retrieved = true
   | retrieved = true
   | version = 41.73
   | version = 41.78.16
   | code =
   | code =
item TortillaChips
item TortillaChips
{
{
  DisplayName         = Tortilla Chips,
DisplayName = Tortilla Chips,
  DisplayCategory     = Food,
DisplayCategory = Food,
  Type               = Food,
Type = Food,
  Weight             = 0.2,
Weight = 0.2,
  Icon               = TortillaChips,
Icon = TortillaChips,
  CantBeFrozen       = TRUE,
CantBeFrozen = TRUE,
  Packaged           = TRUE,
Packaged = TRUE,
  HungerChange       = -15,
HungerChange = -15,
  Calories           = 420,
Calories = 420,
  Carbohydrates       = 42,
Carbohydrates = 42,
  Lipids             = 40,
Lipids = 40,
  Proteins           = 2.5,
Proteins = 2.5,
  CustomEatSound     = EatingCrispy,
CustomEatSound = EatingCrispy,
  WorldStaticModel   = TortillaChips_Ground,
WorldStaticModel = Chips,
}
WorldStaticModel = TortillaChips_Ground,
  }}
}
}}
}}
}}


Line 132: Line 132:
*[[Taco]]
*[[Taco]]


{{Navbox food}}
{{Navbox items|plants}}
 
 
[[Category:Non-perishable food]]
[[Category:Non-perishable food]]

Revision as of 12:57, 14 April 2024

Project ZomboidItemsFoodGrainsTortilla Chips
UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
Tortilla Chips
TortillaChips Model.png
General
Category
Food
Encumbrance
Moodle Icon HeavyLoad.png
0.2
Nutrition
HungerMoodle Icon Hungry.png
-15
CaloriesCalories
420
CarbohydratesCarbohydrates
42
ProteinsProteins
2.5
FatFat
40
Technical
Item ID
Base.TortillaChips

Tortilla chips is a non-perishable food item.

Usage

Tortilla chips can be eaten, providing the player with some positive effects.

Distribution

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

Containers
Building/Room Container Rolls Chance
artstore shelves 4 1
bandkitchen counter 4 1
bar counter 4 1
conveniencestore crate 4 1
crate 4 1
crate 4 2
crate 4 2
crate 4 5
gasstorage crate 4 1
generalstore crate 4 1
grocerystorage crate 4 1
kitchen counter 4 4
mexicankitchen counter 4 1

Tortilla chips can be found in kitchen counters and grocery/food stores.

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 TortillaChips
	{
		DisplayName = Tortilla Chips,
		DisplayCategory = Food,
		Type = Food,
		Weight = 0.2,
		Icon = TortillaChips,
		CantBeFrozen = TRUE,
		Packaged = TRUE,
		HungerChange = -15,
		Calories = 420,
		Carbohydrates = 42,
		Lipids = 40,
		Proteins = 2.5,
		CustomEatSound = EatingCrispy,
		WorldStaticModel = Chips,
		WorldStaticModel = TortillaChips_Ground,
	}

See also