Recette

Wiki Project Zomboid

Make Front Window Armor

Nom variable Make Front Window Armor Mod KAVALASH_75grandPrix '75 Pontiac Grand Prix Cat. Armoring Time 800

Recette

Ingrédients

ConsomméChalumeau× 5
ConsomméTuyau en métal× 1
ConsomméPlaque en métal× 2
ConsomméPetite plaque en métal× 1
ConsomméVis× 2

Résultat

Condition

Compétences

MetalWelding niveau 4
Résumé
Nom affichéMake Front Window Armor
Nom variableMake Front Window Armor
ModKAVALASH_75grandPrix — '75 Pontiac Grand Prix
CatégorieArmoring
Temps800
OnCreate
OnTest
Sound
Anim
Voir les détails techniques
ModuleBase
Sourcemedia\scripts\vehicles\75grandPrix_recipes.txt
lignes: 204 → 218
Recipe PK278
Recipe Sig3b87f095c8385fbd72e48715ae6a376785cdfe2b

Compétences requises

MetalWelding4

Callbacks

OnGiveXPRecipe.OnGiveXP.MetalWelding10

Raw block

	recipe Make Front Window Armor
	{
		BlowTorch=5,
       	keep WeldingMask,
		MetalPipe=1,
		SheetMetal=2,
		SmallSheetMetal=1,
		Screws=2,

		Result:75grandPrixFrontWindowArmor,
		Time:800.0,
		Category:Armoring,
		SkillRequired:MetalWelding=4,
		OnGiveXP:Recipe.OnGiveXP.MetalWelding10,
	}