Jellybeans: Difference between revisions

From PZwiki
(removed candy category & cleanup)
m (Bump version, minor fixes)
Line 1: Line 1:
{{stub}}
{{stub}}
<!--COMMENT: This section is for the language and the format of the page. The languages section is used for linking pages, so using the page for Nails as an example. The syntax for each page (regardless of language) will be: {{languages|Nails}}, linking every subpage with "/##" at the end, where "##" is the language code. E.g. "Nails/es" and "Nails/fr" even if there are redirects. -->
{{Languages}}
{{languages|{{PAGENAME}}}}
{{Header|The Game World|Items|Food|Non-Perishable Food|type=Food|version=Version 41|incver=78.16}}
<!--COMMENT: The header template goes below the language template, there should be NOTHING in between. The format can be seen in the header template with a working explanation. The header connects categories and Version number. PLEASE ENTER THE VERSION AND INCREMENT NUMBER WHEN YOU MAKE OR EDIT A PAGE. It helps everyone else know how old the page is version-wise -->
{{header|The Game World|Items|Food|Non-Perishable Food|type=Food|version=Version 41|incver=78}}
 
'''Jellybeans''' are a non-perishable candy that reduce unhappiness when eaten.  
'''Jellybeans''' are a non-perishable candy that reduce unhappiness when eaten.  
<!--COMMENT: This is where the 'Table Of Contents' will go if it is needed-->
__NOTOC__


 
==Distribution==
== Distribution ==
Jellybeans can be found in homes, gas stations, and grocery stores. They can also be found on [[Zombie|zombies]] and in glove boxes[verify].
Jellybeans can be found in homes, gas stations, and grocery stores. They can also be found on [[Zombie|zombies]] and in glove boxes[verify].


== Crafting ==
==Crafting==
{{Main|Cooking}}
{{Main|Cooking}}
=== Evolved recipes ===
 
===Evolved recipes===
{{EvolvedRecipesForItem|Cake=5|ConeIcecream=5}}
{{EvolvedRecipesForItem|Cake=5|ConeIcecream=5}}


== Code ==
==Code==
'''''From items_food.txt (Project Zomboid directory/media/scripts/)'''''
'''''From items_food.txt (Project Zomboid directory/media/scripts/)'''''
{{Retrieved|version=41|incver=73}}
{{Retrieved|version=41|incver=73}}
<pre>   item Jellybeans
<pre>
    item Jellybeans
{
{
DisplayName = Jellybeans,
DisplayName = Jellybeans,
Line 37: Line 33:
Proteins = 0,
Proteins = 0,
EvolvedRecipeName = Jellybeans,
EvolvedRecipeName = Jellybeans,
}</pre>
}
</pre>


{{Navbox_food}}
{{Navbox food}}


==See also==
==See also==

Revision as of 20:10, 23 October 2023

Notebook.png
This article may need more content.
Editors are encouraged to add new material to the page while expanding upon current topics.

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

Distribution

Jellybeans can be found in homes, gas stations, and grocery stores. They can also be found on zombies and in glove boxes[verify].

Crafting

Main article: Cooking

Evolved recipes

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

Code

From items_food.txt (Project Zomboid directory/media/scripts/) Retrieved: Build 41.73

    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 = Jellybeans,
	}

See also