Project Zomboid

Project Zomboid

Acey's Candy Mod
Acey  [开发者] 2023 年 5 月 15 日 下午 11:17
Item Submissions
If you'd like an item to be included in this mod submit it here. I will provide a simple template for everyone to use.

item Snackers
{
DisplayName = Snackers,
DisplayCategory = Food,
Type = Food,
Weight = 0.2,
Icon = Chocolate,
FoodType = NoExplicit,
Packaged = TRUE,
HungerChange = -15,
UnhappyChange = -10,
FatigueChange = -5,
EnduranceChange = 10,
Calories = 325,
Carbohydrates = 50,
Lipids = 33,
Proteins = 14,
WorldStaticModel = Snackers,
}
< >
正在显示第 1 - 2 条,共 2 条留言
Jasdan 2023 年 6 月 6 日 上午 9:32 
I want to ask for an "Artesanal Chocolate Bar" that has a higher amount of Cacao and thus provides more energy.
What are the values of the normal Chocolate Bar?
Acey  [开发者] 2023 年 6 月 6 日 下午 3:48 
item Chocolate
{
DisplayName = Herkies,
DisplayCategory = Food,
Type = Food,
Weight = 0.2,
Icon = Chocolate,
EvolvedRecipe = Cake:20;PieSweet:20;Bread:10;ConeIcecream:5,
FoodType = NoExplicit,
Packaged = TRUE,
HungerChange = -20,
UnhappyChange = -10,
FatigueChange = -5,
EnduranceChange = 10,
Calories = 850,
Carbohydrates = 110,
Lipids = 66,
Proteins = 10,
WorldStaticModel = Chocolate,
}
< >
正在显示第 1 - 2 条,共 2 条留言
每页显示数: 1530 50