Recette

Wiki Project Zomboid

Get an Injection (self)

Nom variable ChmGetAnInjection Mod KAVALASH_VaccinDrReapers Zombie Virus Vaccine Cat. Health Time 120

Condition

Aucune compétence requise.

Résumé
Nom affichéGet an Injection (self)
Nom variableChmGetAnInjection
ModKAVALASH_VaccinDrReapers — Zombie Virus Vaccine
CatégorieHealth
Temps120
OnCreate
OnTest
SoundMixing_D
Anim
Voir les détails techniques
ModuleLabRecipes
Sourcemedia\scripts\LabRecipes.txt
lignes: 518 → 529
Recipe PK3820
Recipe Sig578cb9e0546e012c986df14323044dd7f5e8adcb

Callbacks

OnCreateLabRecipes_InjectVaccine
OnGiveXPLabRecipes_GiveXP_Doctor_2

Raw block

	recipe ChmGetAnInjection {
		CmpSyringeWithPlainVaccine/CmpSyringeWithQualityVaccine/CmpSyringeWithAdvancedVaccine/CmpSyringeWithCure,
		AlcoholedCottonBalls,
		Result:LabSyringeUsed=1,
		Sound:Mixing_D,
		Time:120.0,
		Category:Health,
		CanBeDoneFromFloor:False,
		NeedToBeLearn:False,
		OnCreate:LabRecipes_InjectVaccine,
		OnGiveXP:LabRecipes_GiveXP_Doctor_2,
	}