Spring Roll: Difference between revisions

From PZwiki
m (Add see also)
m (Insert empty line above each {{Navbox}})
(2 intermediate revisions by the same user not shown)
Line 19: Line 19:
|item_id=Base.Springroll
|item_id=Base.Springroll
}}
}}
A '''spring roll ''' is a perishable [[food]] [[Items|item]]
A '''spring roll ''' is a perishable [[food]] [[Items|item]]


Line 41: Line 40:
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|Springroll|41.78.16-->
! colspan="4" | Containers
{{clear}}
|-
<div class="togglebox theme-red">
! Building/Room
    <div>Springroll distribution
! Container
        <span class="mw-customtoggle-togglebox-Springroll" 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-Springroll">
! 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%;"
|rowspan="4"|sushidining  
    |+ {{ll|Containers}}
|[[displaycase]]
    ! Building / Room
|4  
    ! Container
|1
    ! Rolls
|-
    ! Chance
|[[displaycase]]
    |-
|4
    | sushidining
|1
    | {{ll|displaycase}}
|-
    | 4
|[[displaycase]]
    | 20.0
|4  
    |-
|2
    | sushidining
|-
    | {{ll|displaycase}}
|[[displaycase]]
    | 4
|4
    | 10.0
|2
    |}
|}
</div>
    </div><div style="clear:both;"></div>
    </div></div><div class="toggle large mw-customtoggle-togglebox-Springroll" title="{{int:show}}/{{int:hide}}"></div></div>
<!--END BOT FLAG|Springroll|41.78.16-->
Spring roll can often found inside [[Containers#Displays|displays]] in restaurant.
Spring roll can often found inside [[Containers#Displays|displays]] in restaurant.


Line 93: Line 95:
Proteins = 9,
Proteins = 9,
WorldStaticModel = Springroll_Ground,
WorldStaticModel = Springroll_Ground,
}  
}
}}
}}
}}
}}


==See also==
==See also==
{{Navbox items|food}}
{{Navbox items|food}}


[[Category:Perishable food]]
[[Category:Perishable food]]

Revision as of 15:51, 25 April 2024

UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
Spring Roll
Springroll Model.png
General
Category
Food
Encumbrance
Moodle Icon HeavyLoad.png
0.1
Properties
Days fresh
2 days
Days until rotten
4 days
Nutrition
HungerMoodle Icon Hungry.png
-20
CaloriesCalories
180
CarbohydratesCarbohydrates
22
ProteinsProteins
9
FatFat
17
Technical
Item ID
Base.Springroll

A spring roll is a perishable food item

Usage

Consumable properties

A spring roll can be eaten, providing the player with some positive effects, however these will become negative the longer it's left to perish.

Fresh Stale Rotten

Springroll.png
Hunger: -20


Springroll.png
Hunger: -14
Boredom: +10
Unhappiness: +10

Springroll.png
Hunger: -8
Boredom: +20
Unhappiness: +20
Dangerous, will cause sickness.

Distribution

The loot distributions can be found in the table(s) below.

Springroll distribution Show / Hide
Containers
Building / Room Container Rolls Chance
sushidining displaycase 4 20.0
sushidining displaycase 4 10.0

Spring roll can often found inside displays in restaurant.

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 Springroll
	{
		DisplayName = Spring roll,
		DisplayCategory = Food,
		Type = Food,
		Weight = 0.1,
		Icon = Springroll,
		DaysFresh = 2,
		DaysTotallyRotten = 4,
		HungerChange = -20,
		Calories = 180,
		Carbohydrates = 22,
		Lipids = 17,
		Proteins = 9,
		WorldStaticModel = Springroll_Ground,
	}

See also