Recette

Wiki Project Zomboid

CraftRearWindshield1

Nom variable CraftRearWindshield1 Mod KAVALASH_Custom Kavalash Custom Mod Cat. AutoParts Time 500

Recette

Ingrédients

GarderPince
ConsomméVerre brisé× 10
ConsomméSuper glue× 3
ConsomméPapier à poncer× 1

Résultat

Condition

Compétences

Mechanics niveau 3
MetalWelding niveau 3
Machine nécessaireGlassFurnace
Résumé
Nom affichéCraftRearWindshield1
Nom variableCraftRearWindshield1
ModKAVALASH_Custom — Kavalash Custom Mod
CatégorieAutoParts
Temps500
OnCreate
OnTest
Soundweldingmachine
Anim
Voir les détails techniques
ModuleCraftMoreKavalash
Sourcemedia\scripts\KAVA_Vehicle_Recipes.txt
lignes: 347 → 364
Recipe PK2638
Recipe Sig0356078f64d6ab28890d318854682602d4ed1d0b

Compétences requises

Mechanics3
MetalWelding3

Callbacks

NoBrokenItems1
Prop1Source=1

Raw block

    recipe CraftRearWindshield1
    {
		keep Tongs,
		MatShatteredGlass=10,
		Glue=3,
		Sandpaper=1,
		Result : RearWindshield1,
		
		SkillRequired : Mechanics=3;MetalWelding=3,
		NearItem : GlassFurnace,
		Sound : weldingmachine,
		Time : 500,
		Category : AutoParts,
		CanBeDoneFromFloor : FALSE,
		NoBrokenItems : true,
		NeedToBeLearn : false,
		Prop1 : Source=1,
    }