Recette

Wiki Project Zomboid

Make 81 DeLorean DMC-12 Hood

Nom variable Make 81 DeLorean DMC-12 Hood Mod KAVALASH_81deloreanDMC12 '81 DeLorean DMC-12 Cat. Mechanical Time 1000

Recette

Ingrédients

ConsomméChalumeau× 9
ConsommédamnCraft.HingeLarge× 2
ConsomméPlaque en métal× 2
ConsomméVis× 2

Résultat

Condition

Compétences

MetalWelding niveau 5
 
📘 La recette doit être apprise via un magazine
Résumé
Nom affichéMake 81 DeLorean DMC-12 Hood
Nom variableMake 81 DeLorean DMC-12 Hood
ModKAVALASH_81deloreanDMC12 — '81 DeLorean DMC-12
CatégorieMechanical
Temps1000
OnCreate
OnTest
Sound
Anim
Voir les détails techniques
ModuleBase
Sourcemedia\scripts\vehicles\81deloreanDMC12_recipes.txt
lignes: 19 → 33
Recipe PK355
Recipe Sig5b3da4abb5fbc88e6ad9ce703c428ba4afc9a817

Compétences requises

MetalWelding5

Callbacks

OnGiveXPRecipe.OnGiveXP.MetalWelding20

Raw block

	recipe Make 81 DeLorean DMC-12 Hood
	{
		keep WeldingMask,
		BlowTorch=9,
		damnCraft.HingeLarge=2,
		SheetMetal=2,
		Screws=2,

		Result:81deloreanDMC12EngineDoor3,
		Time:1000.0,
		Category:Mechanical,
		NeedToBeLearn:true,
		SkillRequired:MetalWelding=5,
		OnGiveXP:Recipe.OnGiveXP.MetalWelding20,
	}