Jujubes

From PZwiki
Revision as of 12:09, 16 February 2023 by Kdjnchii (talk | contribs) (Created page with "== Code == '''''From items_food.txt (Project Zomboid directory/media/scripts/)''''' {{Retrieved|version=41|incver=73}} <pre> item GummyBears { DisplayName = Gummy Bears, DisplayCategory = Food, Type = Food, Weight = 0.1, Icon = GummyBears, EvolvedRecipe = Cake:5;ConeIcecream:5, FoodType = Candy, HungerChange = -5, UnhappyChange = -10, Calories = 40, Carbohydrates = 10, Lipids = 0.5, Proteins = 0, EvolvedRecipeName = Gummy Bear, }</pre> {...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Code

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

    item GummyBears
	{
		DisplayName = Gummy Bears,
		DisplayCategory = Food,
		Type = Food,
		Weight = 0.1,
		Icon = GummyBears,
		EvolvedRecipe = Cake:5;ConeIcecream:5,
		FoodType = Candy,
		HungerChange = -5,
		UnhappyChange = -10,
		Calories = 40,
		Carbohydrates = 10,
		Lipids = 0.5,
		Proteins = 0,
		EvolvedRecipeName = Gummy Bear,
	}