Tortilla Chips

From PZwiki
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.

TortillaChips distribution Show / Hide
Containers
Building / Room Container Rolls Chance
all Bag_FoodSnacks 2 10.0
all FoodBox 15 4.0
all GroceryBag1 1 1.0
all GroceryBag5 1 50.0
artstore shelves 4 10.0
bandkitchen counter 4 10.0
bar counter 4 10.0
conveniencestore crate 4 20.0
conveniencestore crate 4 10.0
conveniencestore crate 4 50.0
gasstorage crate 4 10.0
generalstore crate 4 10.0
grocerystorage crate 4 1.0
kitchen counter 4 4.0
mexicankitchen counter 4 10.0

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