Item: Sandwich au fromage

Wiki Project Zomboid

Sandwich au fromage

Variable Base.CheeseSandwich Mod Vanilla

Résumé

VariableBase.CheeseSandwich
TypeFood
CatégorieFood
Poids0.3
Icône
Sandwich_cheese

Navigation

Nom variableCheeseSandwich
ModuleBase
Sourcescripts\items_food.txt
Détails techniques
Item PK4957
Lignes4522 → 4541
File ID1361

Recettes qui fabriquent cet item

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

2 recettes
Afficher la liste
Recipe Mod Category Time Result
BreadSlices Make Cheese Sandwich
Make Cheese Sandwich
Base
KAVALASH_Custom Cooking 50 CheeseSandwich=1
BreadSlices Faire un sandwich au fromage
Make Cheese Sandwich
Base
Vanilla Cooking 50 CheeseSandwich=1

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.

17 propriétés
Key Value (raw) Num Bool JSON
Calories 366 366
Carbohydrates 28 28
DaysFresh 2 2
DaysTotallyRotten 4 4
DisplayCategory Food
DisplayName Cheese Sandwich
HungerChange -15 -15
Icon Sandwich_cheese
IsCookable true 1 1
Lipids 22.5 22.5
MinutesToCook 4 4
Proteins 12 12
ReplaceOnCooked GrilledCheese
Tags HideCooked
Type Food
Weight 0.3 0.3
WorldStaticModel CheeseSandwich
Raw block
	item CheeseSandwich
	{
		DisplayName = Cheese Sandwich,
		DisplayCategory = Food,
		Type = Food,
		Weight = 0.3,
		Icon = Sandwich_cheese,
		IsCookable = true,
		ReplaceOnCooked = GrilledCheese,
		MinutesToCook = 4,
		DaysFresh = 2,
		DaysTotallyRotten = 4,
		HungerChange = -15,
		Calories = 366,
		Carbohydrates = 28,
		Lipids = 22.5,
		Proteins = 12,
		WorldStaticModel = CheeseSandwich,
		Tags = HideCooked,
	}