Recette

Wiki Project Zomboid

Make Small Modern Roofrack

Nom variable Make Small Modern Roofrack Mod KAVALASH_Custom Kavalash Custom Mod Cat. AutoParts Time 900

Recette

Ingrédients

ConsomméPlaque en métal× 2
ConsomméPetite plaque en métal× 3
ConsomméTuyau en métal× 5
ConsomméBaguette de soudage× 3
ConsomméChalumeau× 4
Garder[Recipe.GetItemTypes.WeldingMask]

Résultat

ModernSmallRoofrack3

Condition

Compétences

Mechanics niveau 4
MetalWelding niveau 4
Résumé
Nom affichéMake Small Modern Roofrack
Nom variableMake Small Modern Roofrack
ModKAVALASH_Custom — Kavalash Custom Mod
CatégorieAutoParts
Temps900
OnCreate
OnTest
Sound
Anim
Voir les détails techniques
ModuleCraftMoreKavalash
Sourcemedia\scripts\KAVA_Vehicle_Recipes.txt
lignes: 1233 → 1247
Recipe PK2687
Recipe Sigad93438d3833a192c5b37c518e77e5f7467737ea

Compétences requises

Mechanics4
MetalWelding4

Callbacks

OnGiveXPRecipe.OnGiveXP.Mechanics3

Raw block

	recipe Make Small Modern Roofrack {
		SheetMetal=2,
		SmallSheetMetal=3,
		MetalPipe=5,
		WeldingRods=3,
		BlowTorch=4,
		keep [Recipe.GetItemTypes.WeldingMask],
		Result:ModernSmallRoofrack3,
		
		Category:AutoParts,
		OnGiveXP: Recipe.OnGiveXP.Mechanics3,
		SkillRequired:Mechanics=4;MetalWelding=4,
		NeedToBeLearn: false,
		Time: 900.0,
	}