Recette

Wiki Project Zomboid

Make 92 AM General M998 Door

Nom variable Make 92 AM General M998 Door Mod KAVALASH_92amgeneralM998 '92 AM General M998 + M101A3 Trailer Cat. Mechanical Time 1000

Recette

Ingrédients

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

Résultat

Condition

Compétences

MetalWelding niveau 7
 
📘 La recette doit être apprise via un magazine
Résumé
Nom affichéMake 92 AM General M998 Door
Nom variableMake 92 AM General M998 Door
ModKAVALASH_92amgeneralM998 — '92 AM General M998 + M101A3 Trailer
CatégorieMechanical
Temps1000
OnCreate
OnTest
Sound
Anim
Voir les détails techniques
ModuleBase
Sourcemedia\scripts\vehicles\92amgeneralM998_recipes.txt
lignes: 53 → 69
Recipe PK742
Recipe Sig9362bbfac58acf4df4d64832ea310465a07d3377

Compétences requises

MetalWelding7

Callbacks

OnGiveXPRecipe.OnGiveXP.MetalWelding25

Raw block

	recipe Make 92 AM General M998 Door
	{
		keep WeldingMask,
		BlowTorch=10,
		damnCraft.HandleModern,
		damnCraft.HingeSmall=2,
		SmallSheetMetal=2,
		SheetMetal=2,
		Screws=2,

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