Spring Roll: Difference between revisions

From PZwiki
m (Automated CodeBox update)
m (Version bump)
Line 1: Line 1:
{{Header|Project Zomboid|Items|Food|Miscellaneous food}}
{{Header|Project Zomboid|Items|Food|Miscellaneous food}}
{{Page version|41.73}}
{{Page version|41.78.16}}
{{Infobox item
{{Infobox item
|name=Spring Roll
|name=Spring Roll

Revision as of 02:52, 28 March 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.

Containers
Building/Room Container Rolls Chance
sushidining displaycase 4 1
displaycase 4 1
displaycase 4 2
displaycase 4 2

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,
	}