Raspberry Shortbread: Difference between revisions

From PZwiki
(updated to 41.68 + added model + navbox)
m (Distribution table update)
 
(22 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=68}}{{Infobox food
{{Page version|41.68}}
|display_name=Raspberry Shortbread
{{Infobox item
|name_colour=Food
|name=Raspberry Shortbread
|name_text_colour=Food
|model=CookieJelly_Model.png
|image=CookieJelly_Model.png
|icon=CookieJelly.png
|image_width=150px
|icon_name=Raspberry Shortbread
|alternate_image=CookieJelly.png
|alternate_name=Raspberry Shortbread
|alternate_link=
<!--GENERAL-->
<!--GENERAL-->
|category=Food
|category=Food
Line 21: Line 18:
|unhappy_change=-10
|unhappy_change=-10
<!--TECHNICAL DETAILS-->
<!--TECHNICAL DETAILS-->
|class_name=Base.CookieJelly
|item_id=Base.CookieJelly
}}A '''raspberry shortbread''', previously called '''cookie jelly''', is a [[Food#Non-Perishable|non-perishable]] food [[items|item]].
}}
A '''raspberry shortbread''', previously called '''cookie jelly''', is a non-perishable [[food]] [[Items|item]].


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


==Distribution==
==Distribution==
The loot distributions can be found in the table(s) below.
<!--BOT FLAG|CookieJelly|41.78.16-->
{{clear}}
<div class="togglebox theme-red">
    <div>CookieJelly distribution
        <span class="mw-customtoggle-togglebox-CookieJelly" 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-CookieJelly">
    <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
    |-
    | all
    | {{ll|Lunchbag}}
    | 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-CookieJelly" title="{{int:show}}/{{int:hide}}"></div></div>
<!--END BOT FLAG|CookieJelly|41.78.16-->
Cookies can often be found in kitchen [[Containers#Counter|counters]], bakeries, motel room [[Containers#Refrigerators|fridges]] and candy stores.
Cookies can often be found in kitchen [[Containers#Counter|counters]], bakeries, motel room [[Containers#Refrigerators|fridges]] and candy stores.


== Code ==
==Code==
'''''From items_food.txt (Project Zomboid directory/media/scripts/)'''''
{{CodeBox
{{Retrieved|version=41|incver=68}}
| {{CodeSnip
<pre>    item CookieJelly
  | lang = java
    {
  | line = true
        DisplayCategory = Food,
  | start = 3887
        Type = Food,
  | source = items_food.txt
        DisplayName = Raspberry Shortbread,
  | retrieved = true
        Icon = CookieJelly,
  | version = 41.78.16
        Weight = 0.1,
  | code =
        HungerChange = -5,
item CookieJelly
        UnhappyChange     = -10,
{
        Carbohydrates = 22,
DisplayName = Raspberry Shortbread,
        Proteins = 1,
DisplayCategory = Food,
        Lipids = 8,
Type = Food,
        Calories = 160,
Weight = 0.1,
        WorldStaticModel = CookieJelly,
Icon = CookieJelly,
    }</pre>
DaysFresh = 7,
DaysTotallyRotten = 30,
HungerChange = -5,
UnhappyChange = -10,
Calories = 160,
Carbohydrates = 22,
Lipids = 8,
Proteins = 1,
WorldStaticModel = CookieJelly,
Tags = FitsToaster,
}
}}
}}


==See also==
==See also==
Line 56: Line 101:
*[[Shortbread Cookie]]
*[[Shortbread Cookie]]


{{Navbox_food}}
{{Navbox items|food}}
 
[[Category:Non-perishable food]]

Latest revision as of 16:25, 24 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.

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

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