Jellybeans: 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|JellyBeans|41.78.16-->
! colspan="4" | Containers
{{clear}}
|-
<div class="togglebox theme-red">
! Building/Room
    <div>JellyBeans distribution
! Container
        <span class="mw-customtoggle-togglebox-JellyBeans" 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-JellyBeans">
! 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%;"
|artstore
    |+ {{ll|Containers}}
|[[shelves]]
    ! Building / Room
|4
    ! Container
|1
    ! Rolls
|-
    ! Chance
|bandkitchen
    |-
|[[counter]]
    | Not referenced
|4
    | {{ll|TheatreSnacks}}
|1
    | 4
|-
    | 10.0
|candystorage
    |-
|[[metal_shelves]]
    | all
|4
    | {{ll|Bag_FoodSnacks}}
|1
    | 2
|-
    | 10.0
|candystore
    |-
|[[counter]]
    | all
|4
    | {{ll|GroceryBag1}}
|1
    | 1
|-
    | 1.0
|gasstorage
    |-
|[[crate]]
    | artstore
|4
    | {{ll|shelves}}
|1
    | 4
|-
    | 10.0
|grocerystorage
    |-
|[[crate]]
    | bandkitchen
|4
    | {{ll|counter}}
|1
    | 4
|}
    | 10.0
    |-
    | candystorage
    | {{ll|metal_shelves}}
    | 4
    | 10.0
    |-
    | candystore
    | {{ll|counter}}
    | 4
    | 10.0
    |-
    | gasstorage
    | {{ll|crate}}
    | 4
    | 10.0
    |-
    | grocerystorage
    | {{ll|crate}}
    | 4
    | 1.0
    |}
</div>
    </div><div style="clear:both;"></div>
    </div></div><div class="toggle large mw-customtoggle-togglebox-JellyBeans" title="{{int:show}}/{{int:hide}}"></div></div>
<!--END BOT FLAG|JellyBeans|41.78.16-->
Jellybeans can be found in homes, theaters, candy stores, grocery stores, gas stations, and [[GigaMart]]s.
Jellybeans can be found in homes, theaters, candy stores, grocery stores, gas stations, and [[GigaMart]]s.



Revision as of 15:49, 24 April 2024

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

Jellybeans are a non-perishable candy that reduce unhappiness when eaten.

Distribution

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

JellyBeans distribution Show / Hide
Containers
Building / Room Container Rolls Chance
Not referenced TheatreSnacks 4 10.0
all Bag_FoodSnacks 2 10.0
all GroceryBag1 1 1.0
artstore shelves 4 10.0
bandkitchen counter 4 10.0
candystorage metal_shelves 4 10.0
candystore counter 4 10.0
gasstorage crate 4 10.0
grocerystorage crate 4 1.0

Jellybeans can be found in homes, theaters, candy stores, grocery stores, gas stations, and GigaMarts.

Crafting

Main article: Cooking

Evolved recipes

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

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


See also