Raspberry Shortbread: Difference between revisions

From PZwiki
(Update of NavBar.)
m (Automated Formatting)
(32 intermediate revisions by 6 users not shown)
Line 1: Line 1:
__NOTOC__
{{Header|Project Zomboid|Items|Food|Sweets}}
{{languages}}
{{Page version|41.68}}
<div class="header" style="margin: 5px; align: right; background: #CEF2E0; padding: 13px; text-align: left; font-size: 100%; color:#000000; border: 1px solid #A3BFB1"> <!-- Code for Background Colour -->
{{Infobox item
<div style="float: right;background: #CEF2E0;border: 1px solid #A3BFB1; margin: -30pt -10.5pt">    '''Page Updated @ Version: 34.28'''    </div><!-- Code for Version Tag at top -->
|name=Raspberry Shortbread
<div style="float: left;background: #CEF2E0;border: 1px solid #A3BFB1; margin: -30pt -10.5pt">   '''Navigation''' - [[:Category:Main|Main Index]] -> [[:Category:The_Game_World|The Game World]] -> [[:Category:Items|Items]] -> [[:Category:Consumables|Consumables]] -> [[:Category:Food|Food]] -> [[:Category:Non-Perishable_Food|Non Perishable Foods]] -> [[{{PAGENAME}}]]   </div><!-- Code for Navigation Bar at top, special blank char's before '''Navigation''' to give space -->
|model=CookieJelly_Model.png
{{Consumables
|icon=CookieJelly.png
|image = CookieJelly.png
|icon_name=Raspberry Shortbread
|hunger = -7
<!--GENERAL-->
|unhappiness = -10
|category=Food
|weight = 0.1
|weight=0.1
<!--NUTRITION-->
|hunger_change=-7
|calories=160
|lipids=8
|proteins=1
|carbohydrates=22
<!--EFFECT-->
|unhappy_change=-10
<!--TECHNICAL DETAILS-->
|item_id=Base.CookieJelly
}}
}}
Cookie Jellies are a [[Food#Non-Perishable|non-perishable]] food item which is often found in [[Containers#Kitchen_cupboard|kitchen cupboards]] and possibly in garbage cans.
A '''raspberry shortbread''', previously called '''cookie jelly''', is a non-perishable [[food]] [[Items|item]].


== Nutritional Information ==
==Usage==
Raspberry shortbread can be eaten, providing the player with some positive effects, including reducing [[Unhappy|unhappiness]].


Cookie Jellies provides when completely eaten: -7 hunger and a bonus of -10 to happiness. <br>
==Distribution==
<br>
The loot distributions can be found in the table(s) below.
'''It's Nutritional Values are as follows:'''<br>
Carbohydrates = 22 <br>
Proteins = 1 <br>
Lipids = 8 <br>
Calories = 160 <br><br>


== Code ==
{| class="mw-collapsible mw-collapsed wikitable theme-red" data-expandtext="{{int:show}}" data-collapsetext="{{int:hide}}" style="text-align:center; min-width:24em;"
<br>
! colspan="4" | Containers
<nowiki>
|-
    item CookieJelly
! Building/Room
        Type = Food,
! Container
        DisplayName = Cookie Jelly,
! style="width: 3.2em;" | Rolls
        Icon = CookieJelly,
! style="width: 3.2em;" | Chance
        Weight = 0.1,
|-
        HungerChange = -7,
|all
        UnhappyChange = -10,
|[[displaycasebakery]]
        Carbohydrates = 22,
|4
        Proteins = 1,
|1
        Lipids = 8,
|-
        Calories = 160,
|cafeteria
</nowiki>
|[[displaycasebakery]]
|4
|4
|}
Cookies can often be found in kitchen [[Containers#Counter|counters]], bakeries, motel room [[Containers#Refrigerators|fridges]] and candy stores.


{{Navbox/Consumables}}
==Code==
[[Category:Consumables]]
{{CodeBox
[[Category:Food]]
| {{CodeSnip
[[Category:Non-Perishable_Food]]
  | lang = java
[[Category:Version 34.28]]
  | line = true
  | start = 3887
  | source = items_food.txt
  | retrieved = true
  | version = 41.78.16
  | code =
item CookieJelly
{
DisplayName = Raspberry Shortbread,
DisplayCategory = Food,
Type = Food,
Weight = 0.1,
Icon = CookieJelly,
DaysFresh = 7,
DaysTotallyRotten = 30,
HungerChange = -5,
UnhappyChange = -10,
Calories = 160,
Carbohydrates = 22,
Lipids = 8,
Proteins = 1,
WorldStaticModel = CookieJelly,
Tags = FitsToaster,
}
}}
}}
 
==See also==
*[[Biscuit]]
*[[Cookie]]
*[[Chocolate Cookie]]
*[[Oatmeal Cookie]]
*[[Shortbread Cookie]]
 
{{Navbox items|food}}
 
[[Category:Non-perishable food]]

Revision as of 11:29, 14 April 2024

Project ZomboidItemsFoodSweetsRaspberry Shortbread
Spiffo controlyourself.png
This page was last updated for an older version (41.68).
The current stable version is 41.78.16, released 2022-12-12, so information on this page may be inaccurate. Help get this page updated by adding any missing content. [edit]
Please update the version after updating the page.
Raspberry Shortbread
CookieJelly Model.png
General
Category
Food
Encumbrance
Moodle Icon HeavyLoad.png
0.1
Nutrition
HungerMoodle Icon Hungry.png
-7
CaloriesCalories
160
CarbohydratesCarbohydrates
22
ProteinsProteins
1
FatFat
8
Effect
UnhappinessMoodle Icon Unhappy.png
-10
Technical
Item ID
Base.CookieJelly

A raspberry shortbread, previously called cookie jelly, is a non-perishable food item.

Usage

Raspberry shortbread can be eaten, providing the player with some positive effects, including reducing unhappiness.

Distribution

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

Containers
Building/Room Container Rolls Chance
all displaycasebakery 4 1
cafeteria displaycasebakery 4 4

Cookies 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 CookieJelly
	{
		DisplayName = Raspberry Shortbread,
		DisplayCategory = Food,
		Type = Food,
		Weight = 0.1,
		Icon = CookieJelly,
		DaysFresh = 7,
		DaysTotallyRotten = 30,
		HungerChange = -5,
		UnhappyChange = -10,
		Calories = 160,
		Carbohydrates = 22,
		Lipids = 8,
		Proteins = 1,
		WorldStaticModel = CookieJelly,
		Tags = FitsToaster,
	}

See also