Recette

Wiki Project Zomboid

Make 81 DeLorean DMC-12 Door

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

Recette

Ingrédients

ConsomméChalumeau× 10
ConsommédamnCraft.HandleModern
ConsommédamnCraft.HingeSmall× 2
ConsomméPlaque en métal× 4
ConsomméVis× 3

Résultat

Condition

Compétences

MetalWelding niveau 7
 
📘 La recette doit être apprise via un magazine
Résumé
Nom affichéMake 81 DeLorean DMC-12 Door
Nom variableMake 81 DeLorean DMC-12 Door
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: 35 → 51
Recipe PK356
Recipe Siga9676398967abc29627254543bbb8fbd15cfcc6b

Compétences requises

MetalWelding7

Callbacks

OnGiveXPRecipe.OnGiveXP.MetalWelding25

Raw block

	recipe Make 81 DeLorean DMC-12 Door
	{
		keep WeldingMask,
		BlowTorch=10,
		damnCraft.HandleModern,
		damnCraft.HingeSmall=2,
		SmallSheetMetal=4,
		SheetMetal=4,
		Screws=3,

		Result:81deloreanDMC12FrontDoor3,
		Time:1000.0,
		Category:Mechanical,
		NeedToBeLearn:true,
		SkillRequired:MetalWelding=7,
		OnGiveXP:Recipe.OnGiveXP.MetalWelding25,
	}