Hard Candies: Difference between revisions

From PZwiki
m (Updated distribution table)
m (minor)
Line 1: Line 1:
{{Header|Project Zomboid|Items|Food|Sweets}}
{{Header|Project Zomboid|Items|Food|Sweets}}
{{Page version|41.78.16}}
{{Page version|41.78.16}}
<!--3D model does not exist-->
{{Infobox item
{{Infobox item
|name=Hard Candies
|name=Hard Candies
<!--3D model does not exist yet-->
|icon=HardCandies.png
|icon=HardCandies.png
|icon_name=Hard Candies
<!--GENERAL-->
<!--GENERAL-->
|category=Food
|category=Food

Revision as of 09:51, 26 March 2024

Project ZomboidItemsFoodSweetsHard Candies
UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
Hard Candies
Hard Candies
General
Category
Food
Encumbrance
Moodle Icon HeavyLoad.png
0.1
Nutrition
HungerMoodle Icon Hungry.png
-5
CaloriesCalories
40
CarbohydratesCarbohydrates
10
ProteinsProteins
0
FatFat
0
Effect
UnhappinessMoodle Icon Unhappy.png
-10
Technical
Item ID
Base.HardCandies

Hard candies are a non-perishable food item.

Usage

Hard candies can be eaten, providing the player with some positive effects, including reducing unhappiness.

Crafting

Main article: Cooking

Evolved recipes

Hard Candies are a cooking ingredient.

Product Nutrition
Cake
Cake
5
Ice Cream Cone
Ice Cream Cone
5

Distribution

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

Containers
Building/Room Container Rolls Chance
candystorage metal_shelves 4 1
candystore counter 4 1
grocerystorage crate 4 1

Hard Candies can be found in candy stores, GigaMarts, and grocery store storage crates.

Trivia

  • This item doesn't have a 3D model currently. When the item is dropped in game, it shows the 2D icon on the ground.

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 HardCandies
{
  DisplayName         = Hard Candies,
  DisplayCategory     = Food,
  Type                = Food,
  Weight              = 0.1,
  Icon                = HardCandies,
  EvolvedRecipe       = Cake:5;ConeIcecream:5,
  FoodType            = Candy,
  HungerChange        = -5,
  UnhappyChange       = -10,
  Calories            = 40,
  Carbohydrates       = 10,
  Lipids              = 0.5,
  Proteins            = 0,
  EvolvedRecipeName  = Hard Candy,
}

See also