Recette

Wiki Project Zomboid

Make 63 VW Type 1 Door

Nom variable Make 63 VW Type 1 Door Mod KAVALASH_63beetle '63 Volkswagen 1300 Beetle Cat. Mechanical Time 800

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 63 VW Type 1 Door
Nom variableMake 63 VW Type 1 Door
ModKAVALASH_63beetle — '63 Volkswagen 1300 Beetle
CatégorieMechanical
Temps800
OnCreate
OnTest
Sound
Anim
Voir les détails techniques
ModuleBase
Sourcemedia\scripts\vehicles\63beetle_recipes.txt
lignes: 49 → 65
Recipe PK70
Recipe Sig22737e1ecdfd11b2545c896b18e28946b3a7cd36

Compétences requises

MetalWelding7

Callbacks

OnGiveXPRecipe.OnGiveXP.MetalWelding25

Raw block

    recipe Make 63 VW Type 1 Door
	{
		keep WeldingMask,
		BlowTorch=10,
		damnCraft.HandleModern,
		damnCraft.HingeSmall=2,
		SmallSheetMetal=2,
		SheetMetal=2,
		Screws=2,

		Result:63beetleDoor1,
		Time:800.0,
		Category:Mechanical,
		NeedToBeLearn:true,
		SkillRequired:MetalWelding=7,
		OnGiveXP:Recipe.OnGiveXP.MetalWelding25,
	}