Recette

Wiki Project Zomboid

Make 90 BMW E30 Door

Nom variable Make 90 BMW E30 Door Mod KAVALASH_90bmwE30 '90 BMW 3 Series (E30) 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 90 BMW E30 Door
Nom variableMake 90 BMW E30 Door
ModKAVALASH_90bmwE30 — '90 BMW 3 Series (E30)
CatégorieMechanical
Temps1000
OnCreate
OnTest
Sound
Anim
Voir les détails techniques
ModuleBase
Sourcemedia\scripts\vehicles\90bmwE30_recipes.txt
lignes: 86 → 102
Recipe PK671
Recipe Sig93580000651b278f0adf97eb45feb3b75a23c636

Compétences requises

MetalWelding7

Callbacks

OnGiveXPRecipe.OnGiveXP.MetalWelding25

Raw block

	recipe Make 90 BMW E30 Door
	{
		keep WeldingMask,
		BlowTorch=10,
		damnCraft.HandleModern,
		damnCraft.HingeSmall=2,
		SmallSheetMetal=2,
		SheetMetal=2,
		Screws=2,

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