Spring Roll

From PZwiki
Revision as of 20:06, 21 January 2022 by ASadHam (talk | contribs) (Created page with "{{languages|{{PAGENAME}}}} <!--COMMENT: The header template goes below the language template, there should be NOTHING in between. The format can be seen in the header template...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Spring Roll
Spring Roll
General
Category Food
Encumbrance
Heavy Load
0.1
Days until stale 2 days
Days until rotten 2 days
Nutrition
Hunger
Hunger
-8
Calories
Calories
180
Carbohydrates
Carbohydrates
22
Proteins
Proteins
9
Fat
Fat
17
Technical details
Item ID Base.Springroll

A Spring Roll is a perishable food item

Usage

Consumable properties

Spring Rolls can be eaten, providing the player with some positive effects, however these will become negative the longer it's left to perish. Template:Consumables2

Distribution

Spring Rolls can be found inside refrigerators in restaurants.

Code

From items.txt (Project Zomboid directory/media/scripts/) Retrieved: Build 41.65

    item Springroll
    {
        HungerChange	=	-20,
        Weight	=	0.1,
        AlwaysWelcomeGift	=	true,
        Type	=	Food,
        DisplayName	=	Spring roll,
        Icon	=	Springroll,
        DaysFresh	=	2,
        DaysTotallyRotten	=	4,
        Carbohydrates = 22,
        Proteins = 9,
        Lipids = 17,
        Calories = 180,
        WorldStaticModel = Springroll_Ground,

See also

Template:Navbox/Consumables