Croissant: Difference between revisions

From PZwiki
m (Automated Formatting)
m (Distribution table update)
Line 43: Line 43:
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|Croissant|41.78.16-->
! colspan="4" | Containers
{{clear}}
|-
<div class="togglebox theme-red">
! Building/Room
    <div>Croissant distribution
! Container
        <span class="mw-customtoggle-togglebox-Croissant" 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-Croissant">
! 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%;"
|all
    |+ {{ll|Containers}}
|[[displaycasebakery]]
    ! Building / Room
|4
    ! Container
|1
    ! Rolls
|}
    ! Chance
    |-
    | all
    | {{ll|displaycasebakery}}
    | 4
    | 10.0
    |}
</div>
    </div><div style="clear:both;"></div>
    </div></div><div class="toggle large mw-customtoggle-togglebox-Croissant" title="{{int:show}}/{{int:hide}}"></div></div>
<!--END BOT FLAG|Croissant|41.78.16-->
Croissants can often be found in kitchen [[Containers#Counter|counters]], bakeries, motel room [[Containers#Refrigerators|fridges]] and candy stores.
Croissants can often be found in kitchen [[Containers#Counter|counters]], bakeries, motel room [[Containers#Refrigerators|fridges]] and candy stores.



Revision as of 15:18, 24 April 2024

Project ZomboidItemsFoodGrainsCroissant
UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
Frame.png
This article contains outdated/low-quality images.
Reason: Missing 3D Variant Model (Rotten)
Please help the PZwiki by uploading an improved/updated version of the image(s) found on this page.
Croissant
Croissant Model.png
General
Category
Food
Encumbrance
Moodle Icon HeavyLoad.png
0.1
Properties
Days fresh
3 days
Days until rotten
5 days
Nutrition
HungerMoodle Icon Hungry.png
-8
CaloriesCalories
180
CarbohydratesCarbohydrates
32
ProteinsProteins
4
FatFat
15
Technical
Item ID
Base.Croissant

A Croissant is a perishable food item.

Usage

Consumable properties

Croissants 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

Croissant.png
Hunger: -8

Unhappiness: -15

Croissant.png
Hunger: -6
Boredom: +10
Unhappiness: -5

Croissant.png
Hunger: -3
Boredom: +20
Unhappiness: +5
Dangerous, will cause sickness.

Distribution

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

Croissant distribution Show / Hide
Containers
Building / Room Container Rolls Chance
all displaycasebakery 4 10.0

Croissants can often be found in kitchen counters, bakeries, motel room fridges and candy 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 Croissant
	{
		DisplayName = Croissant,
		DisplayCategory = Food,
		Type = Food,
		Weight = 0.1,
		Icon = Croissant,
		DaysFresh = 3,
		DaysTotallyRotten = 5,
		HungerChange = -8,
		UnhappyChange = -15,
		Calories = 180,
		Carbohydrates = 32,
		Lipids = 15,
		Proteins = 4,
		WorldStaticModel = Croissant_Ground,
		Tags = FitsToaster,
	}

See also