Recette

Wiki Project Zomboid

CraftRearWindshield2

Nom variable CraftRearWindshield2 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éCraftRearWindshield2
Nom variableCraftRearWindshield2
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: 365 → 382
Recipe PK2639
Recipe Sig389163d72540d04ab60d00a120f2a2b726d35dee

Compétences requises

Mechanics3
MetalWelding3

Callbacks

NoBrokenItems1
Prop1Source=1

Raw block

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