Cinnamon Roll: Difference between revisions

From PZwiki
m (Automated Formatting)
m (Distribution table update)
Line 25: Line 25:
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|CinnamonRoll|41.78.16-->
! colspan="4" | Containers
{{clear}}
|-
<div class="togglebox theme-red">
! Building/Room
    <div>CinnamonRoll distribution
! Container
        <span class="mw-customtoggle-togglebox-CinnamonRoll" 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-CinnamonRoll">
! 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
|cafeteria
    |-
|[[displaycasebakery]]
    | all
|4
    | {{ll|Lunchbag}}
|4
    | 1
|}
    | 10.0
    |-
    | all
    | {{ll|displaycasebakery}}
    | 4
    | 10.0
    |-
    | cafeteria
    | {{ll|displaycasebakery}}
    | 4
    | 4.0
    |}
</div>
    </div><div style="clear:both;"></div>
    </div></div><div class="toggle large mw-customtoggle-togglebox-CinnamonRoll" title="{{int:show}}/{{int:hide}}"></div></div>
<!--END BOT FLAG|CinnamonRoll|41.78.16-->
Cinnamon roll can be found in bakeries, cafes, candy stores, and some convenience store [[Containers#Shelves|shelves]].
Cinnamon roll can be found in bakeries, cafes, candy stores, and some convenience store [[Containers#Shelves|shelves]].



Revision as of 15:13, 24 April 2024

Project ZomboidItemsFoodSweetsCinnamon Roll
UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
Cinnamon Roll
CinnamonRoll Model.png
General
Category
Food
Encumbrance
Moodle Icon HeavyLoad.png
0.1
Nutrition
HungerMoodle Icon Hungry.png
-12
CaloriesCalories
350
CarbohydratesCarbohydrates
50
ProteinsProteins
4
FatFat
24
Technical
Item ID
Base.CinnamonRoll

Cinnamon roll is a non-perishable food item.

Usage

Cinnamon roll can be eaten, providing the player with some positive effects. As it is non-perishable, cinnamon roll will never go stale or rotten.

Distribution

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

CinnamonRoll distribution Show / Hide
Containers
Building / Room Container Rolls Chance
all Lunchbag 1 10.0
all displaycasebakery 4 10.0
cafeteria displaycasebakery 4 4.0

Cinnamon roll can be found in bakeries, cafes, candy stores, and some convenience store shelves.

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 CinnamonRoll
	{
		DisplayName = Cinnamon Roll,
		DisplayCategory = Food,
		Type = Food,
		Weight = 0.1,
		Icon = CinnamonRoll,
		HungerChange = -12,
		Calories = 350,
		Carbohydrates = 50,
		Lipids = 24,
		Proteins = 4,
		WorldStaticModel = CinnamonRoll_Ground,
	}

See also