Spring Roll

From PZwiki
Revision as of 14:52, 3 July 2023 by Alluseri (talk | contribs) (PZ Updater automated execution(task: fix infobox based on file, eid: 8ff83529))

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