Candy Cane: Difference between revisions

From PZwiki
mNo edit summary
(New infobox, header and details updated.)
Line 1: Line 1:
{{Notice|Future}}
{{Languages|Candy Cane}}
{{Notice|Improve}}
{{header|The Game World|Items|Consumables|Food|Non-Perishable Food|type=Food|version=Version 40|incver=5}}{{Notice|Future}}{{Infobox food
|display_name=Candy Cane
|name_colour=Food
|name_text_colour=Food
|image=Candycane_120px.png
|weight=0.2
|hunger_change=-10
|class_name=Base.Candycane
}}A '''candy cane''' is a non-perishable [[food]] expected to be added in [[build 40]].


<!--this section is for the infobox which will be positioned on the right of the page. Image.png is the default question mark image-->
== Nutritional information ==
{{Consumables
'''Its nutritional values are as follows:'''
|image = Candycane.png
:Carbohydrates = 4.33
|hunger = -15
:Proteins = 0
|weight = 0.2
:Lipids = 0  
}} <!--/infobox-->
:Calories = 16.6


A cane, made out of candy! -NOT IN GAME YET-
==Distribution==
Candy canes can be found in candy stores, and kitchen [[Containers#Counters|counters]].


== Effects ==
== Code ==
<!--list of effects here-->
'''''From newitems.txt (Project Zomboid directory/media/scripts/)'''''
Hunger: -15
{{Retrieved|version=39|incver=67.5}}
<pre> item Candycane
HungerChange = -10,
Weight = 0.2,
AlwaysWelcomeGift = true,
Type = Food,
DisplayName = Candy Cane,
Icon = Candycane,
        Carbohydrates = 4.33,
        Proteins = 0,
        Lipids = 0,
        Calories = 16.6,</pre>


<!--
==See also==
== Crafting ==
*[[Mint Candy]]
ITEM NAME can be used in the following recipes:
*[[Lollipop]]
*[[Candy Package]]


{| class="wikitable" width="550" style="text-align:center;"
{{Navbox/Consumables}}
|-
! Ingredients || Other Items || Output || Description
|-
| Ingredient + Ingredient || Oven/None || What the recipe makes || Brief description of what it makes.
|}
-->
 
[[Category:Consumables]]

Revision as of 15:49, 9 August 2018

PictureKate.png
This is a future feature.
This article is about an item or mechanic that is currently unimplemented and planned for a future version.
It has either been previewed or found in the game files and does not exist yet.
Candy Cane
Candy Cane
General
Category Food
Encumbrance
Heavy Load
0.2
Nutrition
Hunger
Hunger
-10
Technical details
Item ID Base.Candycane

A candy cane is a non-perishable food expected to be added in build 40.

Nutritional information

Its nutritional values are as follows:

Carbohydrates = 4.33
Proteins = 0
Lipids = 0
Calories = 16.6

Distribution

Candy canes can be found in candy stores, and kitchen counters.

Code

From newitems.txt (Project Zomboid directory/media/scripts/) Retrieved: Build 39.67.5

	item Candycane
		HungerChange		= -10,
		Weight			= 0.2,
		AlwaysWelcomeGift	= true,
		Type			= Food,
		DisplayName		= Candy Cane,
		Icon			= Candycane,
        	Carbohydrates 		= 4.33,
        	Proteins 		= 0,
        	Lipids 			= 0,
        	Calories 		= 16.6,

See also

Template:Navbox/Consumables