Item: Bouteille de soda (remplie d'eau)

Wiki Project Zomboid

Bouteille de soda (remplie d'eau)

Variable Base.WaterPopBottle Mod Vanilla

Résumé

VariableBase.WaterPopBottle
TypeDrainable
CatégorieWater
Poids0.8
Icône
Pop_water

Navigation

Nom variableWaterPopBottle
ModuleBase
Sourcescripts\items_food.txt
Détails techniques
Item PK4875
Lignes2670 → 2690
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é.

12 recettes
Afficher la liste
Recipe Mod Category Time Result
Pop_water Make Backpack Attachable Item
Make Backpack Attachable Item
AuthenticZRecipes
KAVALASH_Authentic Z - Current 30 AuthenticZClothing.WaterPopBottle=1
Alcohol Make Bottle of Disinfectant (Chemistry set)
ChmMakeBottleOfDisinfectant
LabRecipes
KAVALASH_VaccinDrReapers ChimieAntidote 250 Disinfectant=1
BottlewithMilkPopIcon Make Milk
Make Milk2
SapphCooking
KAVALASH_sapphcooking Cooking 80 PopbottlewithMilk=1
BottlewithMilkPopIcon Make Protein Shake
Make Protein Shake2
SapphCooking
KAVALASH_sapphcooking Cooking 80 PopBottlewithProteinShake=1
BottlewithAppleJuiceIcon Mix Apple Drink
Mix Apple Drink
SapphCooking
KAVALASH_sapphcooking Cooking 150 BottleofAppleJuice=1
BottlewithGrapeJuiceIcon Mix Grape Drink
Mix Grape Drink
SapphCooking
KAVALASH_sapphcooking Cooking 80 BottleofGrapeJuice=1
BottlewithPineappleJuiceIcon Mix Lemon Drink
Mix Lemon Drink
SapphCooking
KAVALASH_sapphcooking Cooking 150 BottleofLemonJuice=1
BottlewithOrangeJuiceIcon Mix Orange Drink
Mix Orange Drink
SapphCooking
KAVALASH_sapphcooking Cooking 80 BottleofOrangeJuice=1
BottlewithPineappleJuiceIcon Mix Peach Drink
Mix Peach Drink
SapphCooking
KAVALASH_sapphcooking Cooking 80 BottleofPeachJuice=1
BottlewithPineappleJuiceIcon Mix Pineapple Drink
Mix Pineapple Drink
SapphCooking
KAVALASH_sapphcooking Cooking 80 BottleofPineappleJuice=1
BottlewithStrawberryJuiceIcon Mix Strawberry Drink
Mix Strawberry Drink
SapphCooking
KAVALASH_sapphcooking Cooking 80 BottleofStrawberryJuice=1
BottlewithStrawberryJuiceIcon Mix Watermelon Drink
Mix Watermelon Drink
SapphCooking
KAVALASH_sapphcooking Cooking 80 BottleofWatermelonJuice=1

Propriétés

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

18 propriétés
Key Value (raw) Num Bool JSON
CanStoreWater TRUE 1 1
CustomContextMenu Drink
CustomEatSound DrinkingFromBottlePlastic
DisplayCategory Water
DisplayName Water Bottle
FillFromDispenserSound GetWaterFromDispenserPlasticMedium
FillFromTapSound GetWaterFromTapPlasticMedium
Icon Pop_water
IsWaterSource TRUE 1 1
ReplaceOnDeplete PopBottleEmpty
ReplaceOnUseOn WaterSource-WaterPopBottle
StaticModel PopBottle
Tooltip Tooltip_item_OnlyPurifyMicrowave
Type Drainable
UseDelta 0.1 0.1
UseWhileEquipped FALSE 0 0
Weight 0.8 0.8
WorldStaticModel EmptyPopBottle
Raw block
	item WaterPopBottle
	{
		DisplayName = Water Bottle,
		DisplayCategory = Water,
		Type = Drainable,
		Weight = 0.8,
		Icon = Pop_water,
		CanStoreWater = TRUE,
		FillFromDispenserSound = GetWaterFromDispenserPlasticMedium,
		FillFromTapSound = GetWaterFromTapPlasticMedium,
		IsWaterSource = TRUE,
		ReplaceOnDeplete = PopBottleEmpty,
		ReplaceOnUseOn = WaterSource-WaterPopBottle,
		UseDelta = 0.1,
		UseWhileEquipped = FALSE,
		CustomContextMenu = Drink,
		CustomEatSound = DrinkingFromBottlePlastic,
		StaticModel = PopBottle,
		WorldStaticModel = EmptyPopBottle,
		Tooltip = Tooltip_item_OnlyPurifyMicrowave,
	}