Jellybeans: Difference between revisions

From PZwiki
m (Minor)
m (Distribution table update)
(21 intermediate revisions by 4 users not shown)
Line 1: Line 1:
{{Languages}}
{{Header|Project Zomboid|Items|Food|Sweets}}
{{Header|Project Zomboid|Items|Food|Non-Perishable Food|type=Food|version=Version 41|incver=78.16}}
{{Page version|41.78.16}}
<!-- 3d Model not available-->
{{Infobox item
{{Infobox food
|name=Jellybeans
|display_name=Jellybeans
<!--3D model does not exist yet-->
|name_colour=Food
|icon=JellyBeans.png
|name_text_colour=Food
|icon_name=Jellybeans
|image=JellyBeans.png
<!--GENERAL-->
<!--GENERAL-->
|category=Food
|category=Food
Line 19: Line 18:
|unhappy_change=-10
|unhappy_change=-10
<!--TECHNICAL DETAILS-->
<!--TECHNICAL DETAILS-->
|class_name=Base.JellyBeans
|item_id=Base.JellyBeans
}}
}}
'''Jellybeans''' are a non-perishable candy that reduce unhappiness when eaten.
'''Jellybeans''' are a non-perishable candy that reduce unhappiness when eaten.


==Distribution==
==Distribution==
The loot distributions can be found in the table(s) below.
<!--BOT FLAG|JellyBeans|41.78.16-->
{{clear}}
<div class="togglebox theme-red">
    <div>JellyBeans distribution
        <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>
    <div class="mw-collapsible mw-collapsed" id="mw-customcollapsible-togglebox-JellyBeans">
    <div class="toggle-content"><div style="display: flex;"><div style="float:left;">
    {| class="wikitable theme-red" style="margin-right:15px; width:95%;"
    |+ {{ll|Containers}}
    ! Building / Room
    ! Container
    ! Rolls
    ! Chance
    |-
    | Not referenced
    | {{ll|TheatreSnacks}}
    | 4
    | 10.0
    |-
    | all
    | {{ll|Bag_FoodSnacks}}
    | 2
    | 10.0
    |-
    | all
    | {{ll|GroceryBag1}}
    | 1
    | 1.0
    |-
    | artstore
    | {{ll|shelves}}
    | 4
    | 10.0
    |-
    | bandkitchen
    | {{ll|counter}}
    | 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.


Line 30: Line 94:


===Evolved recipes===
===Evolved recipes===
{{EvolvedRecipesForItem|Cake=5|ConeIcecream=5}}
{{EvolvedRecipesForItem|cake=5|coneicecream=5}}


==Trivia==
==Trivia==
*This item doesn't have a model currently. When the item is dropped in game, it shows the 2D icon on the ground.
*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==
'''''From items_food.txt (Project Zomboid directory/media/scripts/)'''''
{{CodeBox
{{Retrieved|version=41|incver=73}}
| {{CodeSnip
<pre>
  | lang = java
    item Jellybeans
  | line = true
  | start = 9279
  | source = items_food.txt
  | retrieved = true
  | version = 41.78.16
  | code =
item JellyBeans
{
{
DisplayName = Jellybeans,
DisplayName = Jellybeans,
Line 45: Line 115:
Type = Food,
Type = Food,
Weight = 0.1,
Weight = 0.1,
Icon = Jellybeans,
Icon = JellyBeans,
EvolvedRecipe = Cake:5;ConeIcecream:5,  
EvolvedRecipe = Cake:5;ConeIcecream:5,
FoodType = Candy,
FoodType = Candy,
HungerChange = -5,
HungerChange = -5,
Line 54: Line 124:
Lipids = 0.5,
Lipids = 0.5,
Proteins = 0,
Proteins = 0,
EvolvedRecipeName = Jellybeans,
EvolvedRecipeName = Jellybean,
}
}
</pre>
}}
}}
 
{{Navbox items|miscellaneous_food}}


{{Navbox food}}


==See also==
==See also==
Line 64: Line 136:
*[[Gummy Worms]]
*[[Gummy Worms]]
*[[Food]]
*[[Food]]
[[Category:Non-perishable food]]

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