Item: Casserole (remplie d'eau)

Wiki Project Zomboid

Casserole (remplie d'eau)

Variable Base.WaterSaucepan Mod Vanilla

Résumé

VariableBase.WaterSaucepan
TypeDrainable
CatégorieWater
Poids2
Icône
SaucepanEmpty

Navigation

Nom variableWaterSaucepan
ModuleBase
Sourcescripts\items_food.txt
Détails techniques
Item PK4877
Lignes2716 → 2739
File ID1361

Recettes qui fabriquent cet item

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

0 recette
Aucune recette ne fabrique cet item.

Recettes qui utilisent cet item

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

8 recettes
Afficher la liste
Recipe Mod Category Time Result
SaucepanFilled Place Pasta in Saucepan
Place Pasta in Saucepan
Base
KAVALASH_Custom Cooking 50 WaterSaucepanPasta=1
SaucepanFilled Place Rice in Saucepan
Place Rice in Saucepan
Base
KAVALASH_Custom Cooking 50 WaterSaucepanRice=1
SaucepanFilled Place Arborio Rice in Saucepan
Place Arborio Rice in Saucepan
SapphCooking
KAVALASH_sapphcooking Cooking 50 WaterSaucepanArborioRice=1
SaucepanFilled Place Brown Rice in Saucepan
Place Brown Rice in Saucepan
SapphCooking
KAVALASH_sapphcooking Cooking 50 WaterSaucepanBrownRice=1
SaucepanFilled Prepare Instant Noodles
Prepare Instant Noodles
SapphCooking
KAVALASH_sapphcooking Cooking 50 Saucepan_InstantNoodles=1
SaucepanFilled Put Cut Peeled Potatoes in Saucepan with Water
Put Cut Peeled Potatoes in Saucepan with Water
SapphCooking
KAVALASH_sapphcooking Cooking 100 WaterSaucepanwithPotatoes=1
SaucepanFilled Préparer une casserole de pâtes
Place Pasta in Saucepan
Base
Vanilla Cooking 50 WaterSaucepanPasta=1
SaucepanFilled Préparer une casserole de riz
Place Rice in Saucepan
Base
Vanilla Cooking 50 WaterSaucepanRice=1

Propriétés

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

21 propriétés
Key Value (raw) Num Bool JSON
CanStoreWater TRUE 1 1
ConditionMax 5 5
DisplayCategory Water
DisplayName Saucepan with Water
EatType Kettle
FillFromDispenserSound GetWaterFromDispenserMetalMedium
FillFromTapSound GetWaterFromTapMetalMedium
Icon SaucepanEmpty
IsCookable TRUE 1 1
IsWaterSource TRUE 1 1
RainFactor 0.8 0.8
ReplaceOnDeplete Saucepan
ReplaceOnUseOn WaterSource-WaterSaucepan
StaticModel SaucePan
Tags HasMetal
Tooltip Tooltip_item_RainFromGround
Type Drainable
UseDelta 0.05 0.05
UseWhileEquipped FALSE 0 0
Weight 2 2
WorldStaticModel WaterSaucepan
Raw block
	item WaterSaucepan
	{
		DisplayName = Saucepan with Water,
		DisplayCategory = Water,
		Type = Drainable,
		Weight = 2,
		Icon = SaucepanEmpty,
		CanStoreWater = TRUE,
		ConditionMax = 5,
		EatType = Kettle,
		FillFromDispenserSound = GetWaterFromDispenserMetalMedium,
		FillFromTapSound = GetWaterFromTapMetalMedium,
		IsCookable = TRUE,
		IsWaterSource = TRUE,
		RainFactor = 0.8,
		ReplaceOnDeplete = Saucepan,
		ReplaceOnUseOn = WaterSource-WaterSaucepan,
		Tooltip = Tooltip_item_RainFromGround,
		UseDelta = 0.05,
		UseWhileEquipped = FALSE,
		StaticModel = SaucePan,
		WorldStaticModel = WaterSaucepan,
		Tags = HasMetal,
	}