Recette

Wiki Project Zomboid

Make 59 Cadillac Miller-Meteor Door

Nom variable Make 59 Cadillac Miller-Meteor Door Mod KAVALASH_59meteor '59 Cadillac Miller-Meteor 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 59 Cadillac Miller-Meteor Door
Nom variableMake 59 Cadillac Miller-Meteor Door
ModKAVALASH_59meteor — '59 Cadillac Miller-Meteor
CatégorieMechanical
Temps1000
OnCreate
OnTest
Sound
Anim
Voir les détails techniques
ModuleBase
Sourcemedia\scripts\vehicles\ECTO1_recipes.txt
lignes: 69 → 85
Recipe PK43
Recipe Sigc3d347a66a0dae0329dee5a7c1491f3716429462

Compétences requises

MetalWelding7

Callbacks

OnGiveXPRecipe.OnGiveXP.MetalWelding25

Raw block

	recipe Make 59 Cadillac Miller-Meteor Door
	{
		keep WeldingMask,
		BlowTorch=10,
		damnCraft.HandleModern,
		damnCraft.HingeSmall=2,
		SmallSheetMetal=2,
		SheetMetal=2,
		Screws=2,

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