Lollipop: Difference between revisions

From PZwiki
m (Removed Navbox(es) and added Navbox items)
m (Distribution table update)
(2 intermediate revisions by the same user not shown)
Line 23: Line 23:
|item_id=Base.Lollipop
|item_id=Base.Lollipop
}}
}}
A '''lollipop''' is a non-perishable [[food]] [[Items|item]].
A '''lollipop''' is a non-perishable [[food]] [[Items|item]].


==Usage==
==Usage==
Lollipops can be eaten, providing the player with some positive effects, including reducing [[Moodles#Unhappy|unhappiness]].
Lollipops 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.
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|Lollipop|41.78.16-->
! colspan="4" | Containers
{{clear}}
|-
<div class="togglebox theme-red">
! Building/Room
    <div>Lollipop distribution
! Container
        <span class="mw-customtoggle-togglebox-Lollipop" 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-Lollipop">
! 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%;"
|classroom  
    |+ {{ll|Containers}}
|[[desk]]
    ! Building / Room
|4  
    ! Container
|1
    ! Rolls
|-
    ! Chance
|daycare  
    |-
|[[desk]]
    | classroom
|4  
    | {{ll|desk}}
|1
    | 4
|}
    | 1.0
    |-
    | daycare
    | {{ll|desk}}
    | 4
    | 1.0
    |}
</div>
    </div><div style="clear:both;"></div>
    </div></div><div class="toggle large mw-customtoggle-togglebox-Lollipop" title="{{int:show}}/{{int:hide}}"></div></div>
<!--END BOT FLAG|Lollipop|41.78.16-->


===Buildings===
===Buildings===
Line 81: Line 90:
Proteins = 0,
Proteins = 0,
WorldStaticModel = Lollipop,
WorldStaticModel = Lollipop,
}  
}
}}
}}
}}
}}

Revision as of 15:55, 24 April 2024

Project ZomboidItemsFoodSweetsLollipop
UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
Lollipop
Lollipop Model.png
Candy Package Candy Package
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.Lollipop

A lollipop is a non-perishable food item.

Usage

Lollipops 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.

Lollipop distribution Show / Hide
Containers
Building / Room Container Rolls Chance
classroom desk 4 1.0
daycare desk 4 1.0

Buildings

Lollipops can be found in grocery stores, office desks, motel room refrigerators and bins.

Items

Lollipops can be found in garbage bags or by opening a candy package, giving 5 lollipops.

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 Lollipop
	{
		DisplayName = Lollipop,
		DisplayCategory = Food,
		Type = Food,
		Weight = 0.1,
		Icon = Lollipop,
		HungerChange = -5,
		UnhappyChange = -10,
		Calories = 40,
		Carbohydrates = 10,
		Lipids = 0.5,
		Proteins = 0,
		WorldStaticModel = Lollipop,
	}

See also