Recette

Wiki Project Zomboid

CraftRearWindow1

Nom variable CraftRearWindow1 Mod KAVALASH_Custom Kavalash Custom Mod Cat. AutoParts Time 300

Recette

Ingrédients

GarderPince
ConsomméVerre brisé× 6
ConsomméSuper glue× 2

Résultat

Condition

Compétences

Mechanics niveau 2
MetalWelding niveau 2
Machine nécessaireGlassFurnace
Résumé
Nom affichéCraftRearWindow1
Nom variableCraftRearWindow1
ModKAVALASH_Custom — Kavalash Custom Mod
CatégorieAutoParts
Temps300
OnCreate
OnTest
Soundweldingmachine
Anim
Voir les détails techniques
ModuleCraftMoreKavalash
Sourcemedia\scripts\KAVA_Vehicle_Recipes.txt
lignes: 452 → 468
Recipe PK2644
Recipe Sigd26d2ff63a7d89c1e3830dbfd8ae12c6ceaee2b4

Compétences requises

Mechanics2
MetalWelding2

Callbacks

NoBrokenItems1
Prop1Source=1

Raw block

    recipe CraftRearWindow1
    {
		keep Tongs,
		MatShatteredGlass=6,
		Glue=2,
		Result : RearWindow1,
		
		SkillRequired : Mechanics=2;MetalWelding=2,
		NearItem : GlassFurnace,
		Sound : weldingmachine,
		Time : 300,
		Category : AutoParts,
		CanBeDoneFromFloor : FALSE,
		NoBrokenItems : true,
		NeedToBeLearn : false,
		Prop1 : Source=1,
    }