Lollipop: Difference between revisions

From PZwiki
m (Remove 120px, minor fixes)
(added model to infobox)
Line 3: Line 3:
|name_colour=Food
|name_colour=Food
|name_text_colour=Food
|name_text_colour=Food
|image=Lollipop.png
|image=Lollipop Model.png
|alternate_image=CandyPackagei.png
|image_width=200px
|alternate_name=Candy Package
|alternate_image=Lollipop.png
|alternate_link=Candy Package
|alternate_name=Lollipop
|alternate_link=
|alternate_image2=CandyPackagei.png
|alternate_name2=Candy Package
|alternate_link2=Candy Package
<!--GENERAL-->
<!--GENERAL-->
|category=Food
|category=Food
Line 20: Line 24:
<!--TECHNICAL DETAILS-->
<!--TECHNICAL DETAILS-->
|class_name=Base.Lollipop
|class_name=Base.Lollipop
}}'''Lollipop''' is a [[Food#Non-Perishable|non-perishable]] food [[items|item]].
}}A '''lollipop''' is a [[Food#Non-Perishable|non-perishable]] food [[items|item]].


==Usage==
==Usage==
Lollipop 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 [[Moodles#Unhappy|unhappiness]].


==Distribution==
==Distribution==


===Buildings===
===Buildings===
Lollipop can be found in grocery stores, [[Containers#Desks|office desks]], motel room [[Containers#Refrigerators|refrigerators]] and [[Containers#Bins|bins]].
Lollipops can be found in grocery stores, [[Containers#Desks|office desks]], motel room [[Containers#Refrigerators|refrigerators]] and [[Containers#Bins|bins]].


===Items===
===Items===
Lollipop can be found in [[Garbage Bag|garbage bags]] or by opening a [[Candy Package|candy package]], giving 5 lollipops.
Lollipops can be found in [[Garbage Bag|garbage bags]] or by opening a [[Candy Package|candy package]], giving 5 lollipops.


==Gallery==
==Gallery==

Revision as of 12:09, 24 June 2023

Lollipop
Lollipop
Lollipop Candy Package
General
Category Food
Encumbrance
Heavy Load
0.1
Nutrition
Hunger
Hunger
-5
Calories
Calories
40
Carbohydrates
Carbohydrates
10
Proteins
Proteins
0
Fat
Fat
0.5
Effect
Unhappiness
Unhappiness
-10
Technical details
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

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.

Gallery

Code

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

	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