Candied Fruit Slices: Difference between revisions

From PZwiki
(Created page with "{{Languages|Candied Fruit Slices}} {{header|Project Zomboid|Items|Food|Non-Perishable Food|type=Food|version=Version 41|incver=73}}{{Infobox food |display_name=Candied Fruit Slices |name_colour=Food |name_text_colour=Food |image=CandyFruitSlices_120px.png <!--GENERAL--> |category=Food |weight=0.1 <!--NUTRITION--> |hunger_change=-5 |calories=40 |lipids=0.5 |proteins=0 |carbohydrates=10 <!--EFFECT--> |unhappy_change=-10 <!--TECHNICAL DETAILS--> |class_name=Base.Candycane }...")
 
mNo edit summary
Line 22: Line 22:
==Usage==
==Usage==
Candied fruit slices can be eaten, providing the player with some positive effects.
Candied fruit slices can be eaten, providing the player with some positive effects.
== Crafting ==
{{Main|Cooking}}
=== Evolved recipes ===
{{EvolvedRecipesForItem|Cake=5|ConeIcecream=5}}


==Distribution==
==Distribution==

Revision as of 17:10, 7 October 2022

Project ZomboidItemsFoodNon-Perishable FoodCandied Fruit Slices

Template:Infobox foodCandied fruit slices is a non-perishable food item.

Usage

Candied fruit slices can be eaten, providing the player with some positive effects.

Crafting

Main article: Cooking

Evolved recipes

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

Distribution

Candied fruit slices can be found in candy stores, and kitchen counters.

Code

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

    item CandyFruitSlices
	{
		DisplayName = Candied Fruit Slices,
		DisplayCategory = Food,
		Type = Food,
		Weight = 0.1,
		Icon = CandyFruitSlices,
		EvolvedRecipe = Cake:5;ConeIcecream:5,
		FoodType = Candy,
		HungerChange = -5,
		UnhappyChange = -10,
		Calories = 40,
		Carbohydrates = 10,
		Lipids = 0.5,
		Proteins = 0,
	}

See also