Item: Bol de soupe

Wiki Project Zomboid

Bol de soupe

Variable Base.SoupBowl Mod Vanilla

Résumé

VariableBase.SoupBowl
TypeFood
CatégorieFood
Poids1
Icône
BowlFull

Navigation

Nom variableSoupBowl
ModuleBase
Sourcescripts\items_food.txt
Détails techniques
Item PK4898
Lignes3225 → 3250
File ID1361

Recettes qui fabriquent cet item

Icône affichée: un des objets requis pour fabriquer cette recette.

4 recettes
Afficher la liste
Recipe Mod Category Time Result
PotFull Make 2 Bowls of Soup
Make 2 Bowls of Soup
Base
KAVALASH_Custom Cooking 80 SoupBowl=2
PotFull Make 4 Bowls of Soup
Make 4 Bowls of Soup
Base
KAVALASH_Custom Cooking 80 SoupBowl=4
PotFull Préparer 2 bols de soupe
Make 2 Bowls of Soup
Base
Vanilla Cooking 80 SoupBowl=2
PotFull Préparer 4 bols de soupe
Make 4 Bowls of Soup
Base
Vanilla Cooking 80 SoupBowl=4

Recettes qui utilisent cet item

Icône affichée: l'objet obtenu via la recette quand il est identifié.

0 recette
Aucune recette n'utilise cet item.

Propriétés

Toutes les propriétés extraites pour cet item.

23 propriétés
Key Value (raw) Num Bool JSON
Calories 124 124
Carbohydrates 15 15
CustomContextMenu Drink
CustomEatSound EatingSoup
DaysFresh 1 1
DaysTotallyRotten 3 3
DisplayCategory Food
DisplayName Bowl of Soup
EatType 2handbowl
HungerChange -15 -15
Icon BowlFull
IsCookable TRUE 1 1
Lipids 4.7 4.7
MinutesToBurn 25 25
MinutesToCook 15 15
Proteins 6.3 6.3
ReplaceOnUse Bowl
StaticModel Bowl
ThirstChange -15 -15
Type Food
UnhappyChange -20 -20
Weight 1 1
WorldStaticModel BowlSoup_Ground
Raw block
	item SoupBowl
	{
		DisplayName = Bowl of Soup,
		DisplayCategory = Food,
		Type = Food,
		Weight = 1,
		Icon = BowlFull,
		EatType = 2handbowl,
		IsCookable = TRUE,
		ReplaceOnUse = Bowl,
		MinutesToCook = 15,
		MinutesToBurn = 25,
		DaysFresh = 1,
		DaysTotallyRotten = 3,
		HungerChange = -15,
		ThirstChange = -15,
		UnhappyChange = -20,
		Calories = 124,
		Carbohydrates = 15,
		Lipids = 4.7,
		Proteins = 6.3,
		CustomContextMenu = Drink,
		CustomEatSound = EatingSoup,
		StaticModel = Bowl,
		WorldStaticModel = BowlSoup_Ground,
	}