Item: Flacon avec de l'eau

Wiki Project Zomboid

Flacon avec de l'eau

Variable LabItems.LabFlaskWater Mod KAVALASH_VaccinDrReapers

Résumé

VariableLabItems.LabFlaskWater
TypeDrainable
Catégorie
Poids0.25
Icône
LabFlaskWater

Navigation

Nom variableLabFlaskWater
ModuleLabItems
Sourcemedia\scripts\LabItems.txt
Détails techniques
Item PK4278
Lignes177 → 189
File ID1320

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é.

10 recettes
Afficher la liste
Recipe Mod Category Time Result
CmpFlaskWithAmmoniumSulfate Mix Flask of Ammonium Sulfate (Chemistry set)
ChmMixFlaskOfAmmoniumSulfate
LabRecipes
KAVALASH_VaccinDrReapers ChimieAntidote 150 CmpFlaskWithAmmoniumSulfate=1
CmpFlaskWithSodiumHypochlorite Mix Flask of Sodium Hypochlorite (Chemistry set)
ChmMixFlaskOfSodiumHypochlorite
LabRecipes
KAVALASH_VaccinDrReapers ChimieAntidote 250 CmpFlaskWithSodiumHypochlorite=1
CmpSyringeWithAdvancedVaccine Synthesize Advanced Vaccine (Chemistry set)
ChmSynthesizeAdvancedVaccine
LabRecipes
KAVALASH_VaccinDrReapers ChimieAntidote 400 CmpSyringeWithAdvancedVaccine=1
CmpSyringeWithAdvancedVaccine Synthesize Advanced Vaccine
ChmSynthesizeAdvancedVaccineTwo
LabRecipes
KAVALASH_VaccinDrReapers ChimieAntidote 400 CmpSyringeReusableWithAdvancedVaccine=1
CmpSyringeWithCure Synthesize Cure for Zombie Virus (Chemistry set)
ChmSynthesizeCure
LabRecipes
KAVALASH_VaccinDrReapers ChimieAntidote 2500 CmpSyringeWithCure=1
CmpSyringeWithCure Synthesize Cure for Zombie Virus
ChmSynthesizeCureTwo
LabRecipes
KAVALASH_VaccinDrReapers ChimieAntidote 2500 CmpSyringeReusableWithCure=1
CmpSyringeWithPlainVaccine Synthesize Plain Vaccine (Chemistry set)
ChmSynthesizePlainVaccine
LabRecipes
KAVALASH_VaccinDrReapers ChimieAntidote 200 CmpSyringeWithPlainVaccine=1
CmpSyringeWithPlainVaccine Synthesize Plain Vaccine
ChmSynthesizePlainVaccineTwo
LabRecipes
KAVALASH_VaccinDrReapers ChimieAntidote 200 CmpSyringeReusableWithPlainVaccine=1
CmpSyringeWithQualityVaccine Synthesize Quality Vaccine (Chemistry set)
ChmSynthesizeQualityVaccine
LabRecipes
KAVALASH_VaccinDrReapers ChimieAntidote 300 CmpSyringeWithQualityVaccine=1
CmpSyringeWithQualityVaccine Synthesize Quality Vaccine
ChmSynthesizeQualityVaccineTwo
LabRecipes
KAVALASH_VaccinDrReapers ChimieAntidote 300 CmpSyringeReusableWithQualityVaccine=1

Propriétés

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

11 propriétés
Key Value (raw) Num Bool JSON
CanStoreWater True 1 1
DisplayName LabFlaskWater
Icon LabFlaskWater
IsWaterSource True 1 1
ReplaceOnDeplete LabFlask
ReplaceOnUseOn WaterSource-LabFlaskWater
Type Drainable
UseDelta 0.5 0.5
UseWhileEquipped False 0 0
Weight 0.25 0.25
WorldStaticModel LabItems.Item_LabFlaskWater
Raw block
	item LabFlaskWater {
		Type = Drainable,
		Icon = LabFlaskWater,
		Weight = 0.25,
		DisplayName = LabFlaskWater,
		CanStoreWater = True,
		IsWaterSource = True,
		UseWhileEquipped = False,
		UseDelta = 0.5,
		ReplaceOnUseOn = WaterSource-LabFlaskWater,
		ReplaceOnDeplete = LabFlask,
		WorldStaticModel = LabItems.Item_LabFlaskWater,
	}