Spring Roll

From PZwiki
Revision as of 12:43, 6 October 2022 by Kienlabadao (talk | contribs)

Template:Infobox foodSpring roll is a perishable food item

Usage

Consumable properties

Spring roll 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 roll can often found inside displays in restaurant.

Gallery

Code

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

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