Recette

Wiki Project Zomboid

Create an Autopsy table 2/2 (Lab Workbench)

Nom variable LabTableMorgue2 Mod KAVALASH_VaccinDrReapers Zombie Virus Vaccine Cat. Equipment Time 900

Recette

Ingrédients

ConsomméPlaque en métal× 3
ConsomméFerraille× 3
ConsomméVis× 4
ConsomméBaguette de soudage× 3
ConsomméChalumeau× 4

Résultat

Condition

Compétences

MetalWelding niveau 3
Machine nécessaireEtabli
 
📘 La recette doit être apprise via un magazine
Résumé
Nom affichéCreate an Autopsy table 2/2 (Lab Workbench)
Nom variableLabTableMorgue2
ModKAVALASH_VaccinDrReapers — Zombie Virus Vaccine
CatégorieEquipment
Temps900
OnCreate
OnTest
SoundBlow_Torch_A
Anim
Voir les détails techniques
ModuleLabRecipes
Sourcemedia\scripts\LabRecipes.txt
lignes: 43 → 61
Recipe PK3789
Recipe Sig1e2dc57006aafe9505a9b6731c39d55225089290

Compétences requises

MetalWelding3

Callbacks

OnGiveXPLabRecipes_GiveXP_Medium
Prop1BlowTorch

Raw block

	recipe LabTableMorgue2 {
		SheetMetal=3,
		SmallSheetMetal=4,
		ScrapMetal=3,
		Screws=4,
		WeldingRods=3,
		BlowTorch=4,
		keep WeldingMask,
		Result: Mov_Morge2=1,
		Sound:Blow_Torch_A,
		Time:900.0,
		Category:Equipment,
		CanBeDoneFromFloor:False,
		SkillRequired:MetalWelding=3,
		Prop1:BlowTorch,
		NeedToBeLearn:True,
		NearItem : Etabli,
		OnGiveXP:LabRecipes_GiveXP_Medium,
	}