![]() |
PZwiki Update Project — Project Zomboid has received its largest update ever. We need your help to get the wiki updated to build 41! Want to get started? See the community portal or join the discussion on the official Discord (pzwiki_editing). We appreciate any level of contribution. |
Chips
Jump to navigation
Jump to search
![]() |
English • français • русский |
Navigation: | Main>Project Zomboid>Items>Food>Non-Perishable Food>Chips | Page updated: Version 41.73 |
---|
Chips | |||||
---|---|---|---|---|---|
![]() | |||||
| |||||
General | |||||
Category | Food | ||||
Weight | 0.2 | ||||
Packaged | Yes | ||||
Nutrition | |||||
Hunger | -15 | ||||
Calories | 720 | ||||
Carbohydrates | 72 | ||||
Proteins | 4.5 | ||||
Fat | 45 | ||||
Technical details | |||||
Item ID | See Item IDs |
Chips, also known as crisps, are a non-perishable food item.
Usage
Chips can be eaten, providing the player with some positive effects.
They are light, quick and easy to eat, making them an excellent food for long trips.
Distribution
Chips can be found in chip vending machines, general stores and houses.
Item IDs
Name | Icon | Base ID |
---|---|---|
Chips | ![]() |
Base.Crisps |
Chips | ![]() |
Base.Crisps2 |
Chips | ![]() |
Base.Crisps3 |
Chips | ![]() |
Base.Crisps4 |
Gallery
Code
From items_food.txt (Project Zomboid directory/media/scripts/)
Retrieved: Build 41.73
item Crisps { DisplayCategory = Food, HungerChange = -15, Weight = 0.2, Type = Food, DisplayName = Chips, Icon = Crisps, Carbohydrates = 72, Proteins = 4.5, Lipids = 45, Calories = 720, Packaged = TRUE, CantBeFrozen = TRUE, WorldStaticModel = Chips, CustomEatSound = EatingCrispy, }
Retrieved: Build 41.73
item Crisps2 { DisplayName = Chips, DisplayCategory = Food, Type = Food, Weight = 0.2, Icon = Crisps, CantBeFrozen = TRUE, Packaged = TRUE, HungerChange = -15, Calories = 720, Carbohydrates = 72, Lipids = 45, Proteins = 4.5, CustomEatSound = EatingCrispy, WorldStaticModel = Chips, }
Retrieved: Build 41.73
item Crisps3 { DisplayName = Chips, DisplayCategory = Food, Type = Food, Weight = 0.2, Icon = Crisps3, CantBeFrozen = TRUE, Packaged = TRUE, HungerChange = -15, Calories = 720, Carbohydrates = 72, Lipids = 45, Proteins = 4.5, CustomEatSound = EatingCrispy, WorldStaticModel = Chips3, }
Retrieved: Build 41.73
item Crisps4 { DisplayName = Chips, DisplayCategory = Food, Type = Food, Weight = 0.2, Icon = Crisps4, CantBeFrozen = TRUE, Packaged = TRUE, HungerChange = -15, Calories = 720, Carbohydrates = 72, Lipids = 45, Proteins = 4.5, CustomEatSound = EatingCrispy, WorldStaticModel = Chips4, }